Home
last modified time | relevance | path

Searched refs:objectArray (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/test/530-instanceof-checkcast/src/
H A DMain.java24 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 DMain.java43 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 DMain.java31 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 Dtransaction_test.cc447 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 DPpsMoParser.java1867 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 Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...