Home
last modified time | relevance | path

Searched refs:all_tests (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium-trace/trace-viewer/third_party/webapp2/
Drun_tests.py27 all_tests = [f[:-8] for f in os.listdir(tests_path) if f.endswith('_test.py')] variable
51 tests = all_tests
/external/valgrind/none/tests/ppc64/
Dldst_multiple.c172 static test_table_t all_tests[] = { variable
189 while ((func = all_tests[i].func)) { in main()
Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) { in main()
496 aTest = all_tests[i]; in main()
Dtest_dfp5.c584 all_tests[] = variable
603 while ((func = all_tests[i].test_category)) { in main()
604 aTest = all_tests[i]; in main()
Dtest_isa_2_07_part1.c1798 static test_table_t all_tests[] = { variable
1893 for (i=0; all_tests[i].name != NULL; i++) { in do_tests()
1894 nb_args = all_tests[i].flags & PPC_NB_ARGS; in do_tests()
1903 type = all_tests[i].flags & PPC_TYPE; in do_tests()
1914 family = all_tests[i].flags & PPC_FAMILY; in do_tests()
1924 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) || in do_tests()
1925 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1)) in do_tests()
1929 tests = all_tests[i].tests; in do_tests()
2013 (*loop)(tests[j].name, tests[j].func, all_tests[i].flags); in do_tests()
Dtest_dfp4.c617 all_tests[] = variable
634 while ((func = all_tests[i].test_category)) { in main()
635 aTest = all_tests[i]; in main()
Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) { in main()
667 aTest = all_tests[i]; in main()
Dtest_isa_2_07_part2.c1419 static test_table_t all_tests[] = { variable
1445 while ((func = all_tests[i].test_category)) { in main()
1446 aTest = all_tests[i]; in main()
Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) { in main()
1255 aTest = all_tests[i]; in main()
Dtest_isa_2_06_part1.c2027 static test_table_t all_tests[] = { { &test_ldst, variable
2063 while ((func = all_tests[i].test_category)) { in main()
2064 aTest = all_tests[i]; in main()
Dtest_isa_2_06_part3.c1585 all_tests[] = variable
1612 while ((func = all_tests[i].test_category)) { in main()
1613 aTest = all_tests[i]; in main()
/external/valgrind/none/tests/ppc32/
Dldst_multiple.c172 static test_table_t all_tests[] = { variable
189 while ((func = all_tests[i].func)) { in main()
Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) { in main()
496 aTest = all_tests[i]; in main()
Dtest_dfp5.c584 all_tests[] = variable
603 while ((func = all_tests[i].test_category)) { in main()
604 aTest = all_tests[i]; in main()
Dtest_isa_2_07_part1.c1798 static test_table_t all_tests[] = { variable
1893 for (i=0; all_tests[i].name != NULL; i++) { in do_tests()
1894 nb_args = all_tests[i].flags & PPC_NB_ARGS; in do_tests()
1903 type = all_tests[i].flags & PPC_TYPE; in do_tests()
1914 family = all_tests[i].flags & PPC_FAMILY; in do_tests()
1924 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) || in do_tests()
1925 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1)) in do_tests()
1929 tests = all_tests[i].tests; in do_tests()
2013 (*loop)(tests[j].name, tests[j].func, all_tests[i].flags); in do_tests()
Dtest_dfp4.c617 all_tests[] = variable
634 while ((func = all_tests[i].test_category)) { in main()
635 aTest = all_tests[i]; in main()
Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) { in main()
667 aTest = all_tests[i]; in main()
Dtest_isa_2_07_part2.c1419 static test_table_t all_tests[] = { variable
1445 while ((func = all_tests[i].test_category)) { in main()
1446 aTest = all_tests[i]; in main()
Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) { in main()
1255 aTest = all_tests[i]; in main()
Dtest_isa_2_06_part1.c2027 static test_table_t all_tests[] = { { &test_ldst, variable
2063 while ((func = all_tests[i].test_category)) { in main()
2064 aTest = all_tests[i]; in main()
Dtest_isa_2_06_part3.c1585 all_tests[] = variable
1612 while ((func = all_tests[i].test_category)) { in main()
1613 aTest = all_tests[i]; in main()
/external/v8/tools/
Drun-tests.py508 all_tests = []
516 all_tests += s.tests
536 verbose.PrintReport(all_tests)
Drun-deopt-fuzzer.py393 all_tests = []
405 all_tests += s.tests
/external/valgrind/VEX/switchback/
Dtest_ppc_jm1.c3314 static test_table_t all_tests[] = { variable
4350 for (i = 0; all_tests[i].name != NULL; i++) { in do_tests()
4351 nb_args = all_tests[i].flags & PPC_NB_ARGS; in do_tests()
4358 type = all_tests[i].flags & PPC_TYPE; in do_tests()
4364 family = all_tests[i].flags & PPC_FAMILY; in do_tests()
4372 if (((all_tests[i].flags & PPC_CR) && cr == 0) || in do_tests()
4373 (!(all_tests[i].flags & PPC_CR) && cr == 1)) in do_tests()
4376 tests = all_tests[i].tests; in do_tests()
4438 vexxx_printf( "%s:\n", all_tests[i].name); in do_tests()
/external/mksh/src/
Dcheck.pl273 $all_tests = @ARGV == 0;
438 next if !$all_tests && !$do_test{$test{'name'}};

12