Home
last modified time | relevance | path

Searched defs:test2 (Results 1 – 25 of 25) sorted by relevance

/aosp12/art/test/524-boolean-simplifier-regression/src/
H A DMain.java19 public static boolean test2() { in test2() method in Main
/aosp12/art/test/603-checker-instanceof/src/
H A DMain.java74 public static void test2() { in test2() method in Main
/aosp12/art/test/622-simplifyifs-exception-edges/src/
H A DMain.java28 Method test2 = c.getDeclaredMethod("test2", int[].class, int.class); in main() local
/aosp12/art/test/429-ssa-builder/src/
H A DMain.java48 boolean test2 = true; field in Main
/aosp12/bionic/linker/
H A Dlinker_gnu_hash_test.cpp47 __attribute__((aligned(8))) const char test2[] = "abcdefghijklmnopqrs\0tuvwxyz"; in TEST() local
/aosp12/art/test/302-float-conversion/src/
H A DMain.java50 public static void test2() { in test2() method in Main
/aosp12/art/test/162-method-resolution/src/
H A DMain.java127 private static void test2() throws Exception { in test2() method in Main
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java56 public final static byte[] test2 = { field in TestWebData
/aosp12/art/compiler/utils/
H A Ddedupe_set_test.cc74 ArrayRef<const uint8_t> test2(raw_test2); in TEST() local
/aosp12/art/test/586-checker-null-array-get/src/
H A DMain.java134 Test2 test2 = getNullTest2(); in test1() local
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java107 public void test2() throws Exception { in test2() method in BroadcasterTest
/aosp12/art/test/626-const-class-linking/src/
H A DMain.java59 Class<?> test2 = weak_test2.get(); in testClearDexCache() local
87 Class<?> test2 = weak_test2.get(); in testMultiDex() local
/aosp12/art/test/667-checker-simd-alignment/src/
H A DMain.java270 private static void test2() { in test2() method in Main
/aosp12/art/test/055-enum-performance/src/
H A DMain.java160 static public int test2(int iters) { in test2() method in Main
/aosp12/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h44 test2 = 0x7f030001, enumerator
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dresize_bilinear_v1_2.mod.py55 test2 = { variable
H A Dresize_nearest_neighbor.mod.py52 test2 = { variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dresize_quant8_signed.mod.py55 test2 = { variable
202 test2 = { variable
/aosp12/system/media/audio_utils/tests/
H A Dbiquad_filter_tests.cpp178 auto test2 = reference; in TEST() local
214 auto test2 = reference; in testDifferentFiltersPerChannel() local
/aosp12/art/test/484-checker-register-hints/src/
H A DMain.java78 public static void test2(boolean z, int a, int b, int c, int d, int m) { in test2() method in Main
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java79 public void test2() throws Exception { in test2() method in EventRecurrenceTest
/aosp12/art/test/082-inline-execute/src/
H A DMain.java400 String test2 = new String("0123456780"); // different value in test_String_compareTo() local
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java68 final Bitmap test2 = Bitmap.createBitmap(draw2.getIntrinsicWidth(), in testWithBitmap() local
/aosp12/art/test/021-string2/src/
H A DMain.java27 String test2 = new String("0123456780"); // different value in main() local
/aosp12/art/test/530-checker-lse/src/
H A DMain.java163 static int test2(TestClass obj) { in test2() method in Main