Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/
Ddedupe_set_test.cc83 ArrayRef<const uint8_t> test3(raw_test3); in TEST() local
84 array3 = deduplicator.Add(self, test3); in TEST()
87 ASSERT_TRUE(std::equal(test3.begin(), test3.end(), array3->begin())); in TEST()
/art/test/302-float-conversion/src/
DMain.java24 test3(); in main()
59 public static void test3() { in test3() method in Main
/art/test/055-enum-performance/
Dexpected.txt11 test3: performed 10000 iterations
/art/test/484-checker-register-hints/src/
DMain.java113 public static void test3(boolean z, int a, int b, int c, int d, int m) { in test3() method in Main
/art/test/055-enum-performance/src/
DMain.java40 int count3 = test3(500); in run()
188 static public int test3(int iters) { in test3() method in Main
/art/test/530-checker-lse/src/
DMain.java156 static int test3(TestClass obj) { in test3() method in Main
956 assertIntEquals(test3(obj1), 10); in main()