Home
last modified time | relevance | path

Searched refs:test5 (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/test/162-method-resolution/src/
H A DMain.java34 test5(); in main()
226 private static void test5() throws Exception { in test5() method in Main
/aosp12/art/test/667-checker-simd-alignment/src/
H A DMain.java299 private static void test5() { in test5() method in Main
327 test5(); in main()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dresize_nearest_neighbor.mod.py115 test5 = { variable
120 Example(test5, model=model_shape).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
121 Example(test5, model=model_scale).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dresize_quant8_signed.mod.py265 test5 = { variable
270 Example(test5, model=model_shape).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
271 Example(test5, model=model_scale).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java160 public void test5() throws Exception { in test5() method in BroadcasterTest
/aosp12/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java51 R.raw.test5
/aosp12/art/test/530-checker-lse/src/
H A DMain.java261 static int test5(TestClass obj, boolean b) { in test5() method in Main
4003 assertIntEquals(test5(new TestClass(), true), 1); in main()
4004 assertIntEquals(test5(new TestClass(), false), 2); in main()
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java142 public void test5() throws Exception { in test5() method in EventRecurrenceTest