/aosp12/art/test/015-switch/src/ |
H A D | Main.java | 158 temp = Long.rotateLeft(temp, value); in packedSwitch7() 159 temp = Long.rotateLeft(temp, value); in packedSwitch7() 160 temp = Long.rotateLeft(temp, value); in packedSwitch7() 161 temp = Long.rotateLeft(temp, value); in packedSwitch7() 162 temp = Long.rotateLeft(temp, value); in packedSwitch7() 163 temp = Long.rotateLeft(temp, value); in packedSwitch7() 164 temp = Long.rotateLeft(temp, value); in packedSwitch7() 165 temp = Long.rotateLeft(temp, value); in packedSwitch7() 166 temp = Long.rotateLeft(temp, value); in packedSwitch7() 167 temp = Long.rotateLeft(temp, value); in packedSwitch7() [all …]
|
/aosp12/art/test/567-checker-builder-intrinsics/src/ |
H A D | TestRotate.java | 30 return Integer.rotateLeft(value, distance); in rotateLeftByte() 44 return Integer.rotateLeft(value, distance); in rotateLeftShort() 58 return Integer.rotateLeft(value, distance); in rotateLeftChar() 72 return Integer.rotateLeft(value, distance); in rotateLeftInt() 86 return Long.rotateLeft(value, distance); in rotateLeftLong() 166 return Integer.rotateLeft(value, distance); in rotateLeftIntWithByteDistance() 227 return Integer.rotateLeft(src, distance); in rotateLeftBoolean()
|
/aosp12/art/test/082-inline-execute/src/ |
H A D | Main.java | 1683 Assert.assertEquals(Integer.rotateLeft(0x11, 0), 0x11); 1685 Assert.assertEquals(Integer.rotateLeft(0x11, 1), 0x22); 1690 Assert.assertEquals(Integer.rotateLeft(0x11, -1), 0x80000008); 1699 Integer.rotateLeft(0xBBAAAADD, i), 1705 Assert.assertEquals(Long.rotateLeft(0x11, 0), 0x11); 1707 Assert.assertEquals(Long.rotateLeft(0x11, 1), 0x22); 1709 Assert.assertEquals(Long.rotateLeft(0x11, Long.SIZE), 0x11); 1714 Assert.assertEquals(Long.rotateLeft(0x11, -Long.SIZE), 0x11); 1721 Long.rotateLeft(0xBBAAAADDFF0000DDL, i), 1728 Assert.assertEquals(Integer.rotateLeft(0xBBAAAADD, i), [all …]
|
/aosp12/art/test/950-redefine-intrinsic/src/ |
H A D | Main.java | 446 li2l("rotateLeft", r, Long::rotateLeft, RedefinedLongIntrinsics::rotateLeft),
|
H A D | RedefinedLongIntrinsics.java | 47 public static long rotateLeft(long i, int distance) { in rotateLeft() method in RedefinedLongIntrinsics
|
/aosp12/art/test/988-method-trace/src/art/ |
H A D | Test988Intrinsics.java | 67 java.lang.Integer.rotateLeft(0, 0); in test() 78 java.lang.Long.rotateLeft(0L, 0); in test()
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | MenuHelper.java | 601 MenuItem rotateLeft = rotateSubmenu.add(R.string.rotate_left) in addImageMenuItems() local 618 requiresWriteAccessItems.add(rotateLeft); in addImageMenuItems() 622 requiresImageItems.add(rotateLeft); in addImageMenuItems()
|
/aosp12/art/test/988-method-trace/ |
H A D | expected-stdout.txt | 391 ..=> public static int java.lang.Integer.rotateLeft(int,int) 392 ..<= public static int java.lang.Integer.rotateLeft(int,int) -> <class java.lang.Integer: 0> 413 ..=> public static long java.lang.Long.rotateLeft(long,int) 414 ..<= public static long java.lang.Long.rotateLeft(long,int) -> <class java.lang.Long: 0>
|
/aosp12/art/test/912-classes/ |
H A D | expected-stdout.txt | 26 …va.lang.Integer.reverseBytes(int), public static int java.lang.Integer.rotateLeft(int,int), public…
|
/aosp12/art/test/083-compiler-regressions/src/ |
H A D | Main.java | 872 int b = rotateLeft(x, dist); in b2296099Test() 878 long bl = rotateLeft(xl, distl); in b2296099Test() 886 static int rotateLeft(int i, int distance) { in rotateLeft() method in Main
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 2146 HSPLjava/lang/Integer;->rotateLeft(II)I 2191 HSPLjava/lang/Long;->rotateLeft(JI)J 5492 HSPLjava/util/HashMap$TreeNode;->rotateLeft(Ljava/util/HashMap$TreeNode;Ljava/util/HashMap$TreeNode… 6239 HSPLjava/util/TreeMap;->rotateLeft(Ljava/util/TreeMap$TreeMapEntry;)V
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 7014 Ljava/util/concurrent/ConcurrentHashMap$TreeBin;->rotateLeft(Ljava/util/concurrent/ConcurrentHashMa… 8650 Ljava/util/HashMap$TreeNode;->rotateLeft(Ljava/util/HashMap$TreeNode;Ljava/util/HashMap$TreeNode;)L… 10465 Ljava/util/TreeMap;->rotateLeft(Ljava/util/TreeMap$TreeMapEntry;)V
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ |
H A D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 24752 HSPLjava/lang/Integer;->rotateLeft(II)I 24797 HSPLjava/lang/Long;->rotateLeft(JI)J 28098 HSPLjava/util/HashMap$TreeNode;->rotateLeft(Ljava/util/HashMap$TreeNode;Ljava/util/HashMap$TreeNode… 28845 HSPLjava/util/TreeMap;->rotateLeft(Ljava/util/TreeMap$TreeMapEntry;)V
|
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 41406 method public static int rotateLeft(int, int); 41465 method public static long rotateLeft(long, int);
|