/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
D | VarHandleBaseByteArrayTest.java | 200 static double rotateLeft(double i, int distance) { in rotateLeft() method in VarHandleBaseByteArrayTest 210 static float rotateLeft(float i, int distance) { in rotateLeft() method in VarHandleBaseByteArrayTest 220 static long rotateLeft(long i, int distance) { in rotateLeft() method in VarHandleBaseByteArrayTest 228 static int rotateLeft(int i, int distance) { in rotateLeft() method in VarHandleBaseByteArrayTest 236 static short rotateLeft(short i, int distance) { in rotateLeft() method in VarHandleBaseByteArrayTest 248 static char rotateLeft(char i, int distance) { in rotateLeft() method in VarHandleBaseByteArrayTest
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Integer.java | 1860 public static int rotateLeft(int i, int distance) { in rotateLeft() method in Integer
|
D | Long.java | 1905 public static long rotateLeft(long i, int distance) { in rotateLeft() method
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Integer.annotated.java | 120 public static int rotateLeft(int i, int distance) { throw new RuntimeException("Stub!"); } in rotateLeft() method in Integer
|
D | Long.annotated.java | 119 public static long rotateLeft(long i, int distance) { throw new RuntimeException("Stub!"); } in rotateLeft() method in Long
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Long.java | 221 public static long rotateLeft(long i, int distance) { in rotateLeft() method in Long
|
D | Integer.java | 221 public static int rotateLeft(int i, int distance) { in rotateLeft() method in Integer
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | HashMap.java | 603 static <K, V> java.util.HashMap.TreeNode<K, V> rotateLeft( in rotateLeft() method in HashMap.TreeNode
|
/libcore/ojluni/src/main/java/java/util/ |
D | HashMap.java | 2345 static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root, in rotateLeft() method in HashMap.TreeNode
|
D | TreeMap.java | 2605 private void rotateLeft(TreeMapEntry<K,V> p) { in rotateLeft() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 3095 static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root, in rotateLeft() method in ConcurrentHashMap.TreeBin
|