Home
last modified time | relevance | path

Searched refs:test6 (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/test/162-method-resolution/src/
H A DMain.java35 test6(); in main()
261 private static void test6() throws Exception { in test6() method in Main
/aosp12/art/test/667-checker-simd-alignment/src/
H A DMain.java310 private static void test6() { in test6() method in Main
328 test6(); in main()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dresize_nearest_neighbor.mod.py136 test6 = { variable
141 Example(test6, model=model_shape).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
142 Example(test6, 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.py286 test6 = { variable
291 Example(test6, model=model_shape).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
292 Example(test6, model=model_scale).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java195 public void test6() throws Exception { in test6() method in BroadcasterTest
/aosp12/art/test/530-checker-lse/src/
H A DMain.java288 static int test6(TestClass obj1, TestClass obj2, boolean b) { in test6() method in Main
4005 assertIntEquals(test6(new TestClass(), new TestClass(), true), 4); in main()
4006 assertIntEquals(test6(new TestClass(), new TestClass(), false), 2); in main()
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java163 public void test6() throws Exception { in test6() method in EventRecurrenceTest