Home
last modified time | relevance | path

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

/aosp12/art/test/162-method-resolution/src/
H A DMain.java33 test4(); in main()
186 private static void test4() throws Exception { in test4() method in Main
/aosp12/art/test/667-checker-simd-alignment/src/
H A DMain.java289 private static void test4() { in test4() method in Main
326 test4(); in main()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dresize_nearest_neighbor.mod.py94 test4 = { variable
99 Example(test4, model=model_shape).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
100 Example(test4, model=model_scale).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
/aosp12/art/test/530-checker-lse3/smali/
H A DStoreLoad.smali109 ## CHECK-START: int StoreLoad.test4(int) load_store_elimination (before)
115 ## CHECK-START: int StoreLoad.test4(int) load_store_elimination (after)
120 .method public static test4(I)I
/aosp12/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h49 test4 = 0x80020001, enumerator
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dresize_quant8_signed.mod.py244 test4 = { variable
249 Example(test4, model=model_shape).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
250 Example(test4, model=model_scale).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java125 public void test4() throws Exception { in test4() method in BroadcasterTest
/aosp12/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java50 R.raw.test4,
/aosp12/art/test/530-checker-lse/src/
H A DMain.java229 static int test4(TestClass obj, boolean b) { in test4() method in Main
4001 assertIntEquals(test4(new TestClass(), true), 1); in main()
4002 assertIntEquals(test4(new TestClass(), false), 1); in main()
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java121 public void test4() throws Exception { in test4() method in EventRecurrenceTest