/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
D | VarHandleBaseByteArrayTest.java | 205 static double rotateRight(double i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest 215 static float rotateRight(float i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest 224 static long rotateRight(long i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest 232 static int rotateRight(int i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest 242 static short rotateRight(short i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest 254 static char rotateRight(char i, int distance) { in rotateRight() method in VarHandleBaseByteArrayTest
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Integer.java | 1884 public static int rotateRight(int i, int distance) { in rotateRight() method in Integer
|
D | Long.java | 1929 public static long rotateRight(long i, int distance) { in rotateRight() method
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Integer.annotated.java | 122 public static int rotateRight(int i, int distance) { throw new RuntimeException("Stub!"); } in rotateRight() method in Integer
|
D | Long.annotated.java | 121 public static long rotateRight(long i, int distance) { throw new RuntimeException("Stub!"); } in rotateRight() method in Long
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Long.java | 225 public static long rotateRight(long i, int distance) { in rotateRight() method in Long
|
D | Integer.java | 225 public static int rotateRight(int i, int distance) { in rotateRight() method in Integer
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | HashMap.java | 608 static <K, V> java.util.HashMap.TreeNode<K, V> rotateRight( in rotateRight() method in HashMap.TreeNode
|
/libcore/ojluni/src/main/java/java/util/ |
D | HashMap.java | 2363 static <K,V> TreeNode<K,V> rotateRight(TreeNode<K,V> root, in rotateRight() method in HashMap.TreeNode
|
D | TreeMap.java | 2624 private void rotateRight(TreeMapEntry<K,V> p) { in rotateRight() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 3113 static <K,V> TreeNode<K,V> rotateRight(TreeNode<K,V> root, in rotateRight() method in ConcurrentHashMap.TreeBin
|