Home
last modified time | relevance | path

Searched refs:test (Results 701 – 725 of 1254) sorted by relevance

1...<<21222324252627282930>>...51

/art/test/724-invoke-super-npe/src/
DMain.java23 test("testSuper", cls); in main()
24 test("testSuperRange", cls); in main()
27 public static void test(String methodName, Class<?> cls) throws Exception { in test() method in Main
/art/tools/ahat/etc/
DREADME.txt2 A version of the test-dump hprof generated on Android L, with one of the
6 A version of the test-dump hprof generated on Android O.
9 A version of the test-dump hprof generated on the reference implementation.
/art/test/140-field-packing/
Dexpected.txt1 running test...
2 test completed.
/art/test/137-cfi/src-multidex/
DBase.java23 test(); in $noinline$runTest()
25 abstract public void test(); in test() method in Base
/art/test/580-fp16/
Dinfo.txt1 This test case is used to test libcore.util.FP16.
/art/test/testrunner/
Dtestrunner.py161 def send_csv_result(test, result): argument
166 csv_writer.writerow(extract_test_name(test) + [result])
398 test, target, run, prebuild, compiler, relocate, trace, gc, \
416 test_name += test
519 command = ' '.join((run_test_sh, options_test, ' '.join(extra_arguments[target]), test))
520 return executor.submit(run_test, command, test, variant_set, test_name)
539 (test, status, failure_info, test_time) = test_future.result()
541 print_test_info(tests_done, test, status, failure_info, test_time)
570 def run_test(command, test, test_variant, test_name): argument
589 if is_test_disabled(test, test_variant):
[all …]
/art/test/580-crc32/
Dinfo.txt1 This test case is used to test java.util.zip.CRC32.
/art/test/001-Main/
Dinfo.txt1 Import of a previous oat test. Empty main, just test starting up the runtime.
/art/test/559-bce-ssa/
Dinfo.txt1 Regression test for the optimizing compiler which used
2 to hit a bogus DCHECK on the test case.
/art/test/055-enum-performance/
Dinfo.txt1 This is a performance test of Enum.valueOf(). To see the numbers, invoke
2 this test with the "--timing" option.
/art/test/048-reflect-v8/src/
DMain.java19 IsDefaultTest.test(); in main()
20 DefaultDeclared.test(); in main()
/art/test/000-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
2 test harness is working.
/art/test/003-omnibus-opcodes/src/
DGenSelect.java18 public static String test(boolean b) { in test() method in GenSelect
26 System.out.println(test(true)); in run()
/art/test/537-checker-jump-over-jump/src/
DMain.java42 public static int test() { in test() method in Main
54 test(); in main()
/art/test/695-simplify-throws/src/
DMain.java22 public static void test() { in test() method in Main
35 test(); in main()
/art/test/133-static-invoke-super/
Dinfo.txt1 This is a performance test of invoking static methods in super class. To see the numbers, invoke
2 this test with the "--timing" option.
/art/test/076-boolean-put/src/
DMain.java32 foo.test(); in main()
37 void test() { in test() method in Main
/art/test/637-checker-throw-inline/src/
DMain.java32 public static void test() { in test() method in Main
59 test(); in main()
/art/test/433-gvn/src/
DMain.java27 if (m.test) { in foo()
37 public boolean test = true; field in Main
/art/test/975-iface-private/
Dinfo.txt3 This test cannot be run with --jvm.
5 This test checks that synthetic private methods in interfaces work correctly.
/art/test/108-check-cast/
Dinfo.txt1 This test relies on the correct behavior of instance-of to test check-cast behavior,
/art/test/004-SignalTest/
Dexpected.txt2 init signal test
10 Signal test OK
/art/test/473-remove-dead-block/src/
DMain.java19 System.out.println(test(false, 5)); in main()
22 public static int test(boolean b, int i1) { in test() method in Main
/art/test/684-select-condition/src/
DMain.java27 checkValue(String.valueOf($noinline$test()), "1.0"); in main()
29 checkValue(String.valueOf($noinline$test()), "2.0"); in main()
66 static float $noinline$test() {
/art/test/002-sleep/
Dinfo.txt1 Test that Thread.sleep() operates reasonably. This test is actually
2 mostly meant as an easy thing to modify in order to test other things

1...<<21222324252627282930>>...51