/aosp12/art/test/530-instanceof-checkcast/src/ |
H A D | Main.java | 24 static Object objectArray = new Object[2]; field in Main 56 check(false, objectArray instanceof int[]); in checkInstanceOfNonTryCatch() 61 check(false, objectArray instanceof ExactCheck[]); in checkInstanceOfNonTryCatch() 67 check(false, objectArray instanceof NormalCheck[]); in checkInstanceOfNonTryCatch() 73 check(true, objectArray instanceof Object[]); in checkInstanceOfNonTryCatch() 95 check(false, objectArray instanceof int[]); in checkInstanceOfTryCatch() 112 check(true, objectArray instanceof Object[]); in checkInstanceOfTryCatch() 164 field = (int[])objectArray; in checkCheckCast() 181 field = (ExactCheck[])objectArray; in checkCheckCast() 203 field = (NormalCheck[])objectArray; in checkCheckCast() [all …]
|
/aosp12/art/test/573-checker-checkcast-regression/src/ |
H A D | Main.java | 43 Object[] objectArray = (Object[]) new_array; in test() local 44 Integer integer1 = (Integer) objectArray[index1]; in test() 45 Integer integer2 = (Integer) objectArray[index2]; in test()
|
/aosp12/art/test/011-array-copy/src/ |
H A D | Main.java | 31 Object[] objectArray = new Object[8]; in testObjectCopy() local 37 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); in testObjectCopy() 39 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); in testObjectCopy() 41 objectArray[4] = new ImplA(); in testObjectCopy() 43 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length); in testObjectCopy()
|
/aosp12/art/runtime/ |
H A D | transaction_test.cc | 447 Handle<mirror::ObjectArray<mirror::Object>> objectArray = in TEST_F() local 449 ASSERT_TRUE(objectArray != nullptr); in TEST_F() 450 ASSERT_EQ(objectArray->GetLength(), 1); in TEST_F() 451 ASSERT_EQ(objectArray->GetWithoutChecks(0), nullptr); in TEST_F() 471 objectArray->SetWithoutChecks<true>(0, h_obj.Get()); in TEST_F() 483 EXPECT_EQ(objectArray->GetWithoutChecks(0), nullptr); in TEST_F()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
H A D | PpsMoParser.java | 1867 Long[] objectArray = list.toArray(new Long[list.size()]); in convertFromLongList() local 1868 long[] primitiveArray = new long[objectArray.length]; in convertFromLongList() 1869 for (int i = 0; i < objectArray.length; i++) { in convertFromLongList() 1870 primitiveArray[i] = objectArray[i].longValue(); in convertFromLongList()
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
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/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/ ... |