/external/chromium-trace/trace-viewer/third_party/webapp2/ |
D | run_tests.py | 27 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/ |
D | ldst_multiple.c | 172 static test_table_t all_tests[] = { variable 189 while ((func = all_tests[i].func)) { in main()
|
D | test_dfp1.c | 476 all_tests[] = variable 495 while ((func = all_tests[i].test_category)) { in main() 496 aTest = all_tests[i]; in main()
|
D | test_dfp5.c | 584 all_tests[] = variable 603 while ((func = all_tests[i].test_category)) { in main() 604 aTest = all_tests[i]; in main()
|
D | test_isa_2_07_part1.c | 1798 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()
|
D | test_dfp4.c | 617 all_tests[] = variable 634 while ((func = all_tests[i].test_category)) { in main() 635 aTest = all_tests[i]; in main()
|
D | test_dfp2.c | 642 all_tests[] = variable 666 while ((func = all_tests[i].test_category)) { in main() 667 aTest = all_tests[i]; in main()
|
D | test_isa_2_07_part2.c | 1419 static test_table_t all_tests[] = { variable 1445 while ((func = all_tests[i].test_category)) { in main() 1446 aTest = all_tests[i]; in main()
|
D | test_dfp3.c | 1229 all_tests[] = variable 1254 while ((func = all_tests[i].test_category)) { in main() 1255 aTest = all_tests[i]; in main()
|
D | test_isa_2_06_part1.c | 2027 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()
|
D | test_isa_2_06_part3.c | 1585 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/ |
D | ldst_multiple.c | 172 static test_table_t all_tests[] = { variable 189 while ((func = all_tests[i].func)) { in main()
|
D | test_dfp1.c | 476 all_tests[] = variable 495 while ((func = all_tests[i].test_category)) { in main() 496 aTest = all_tests[i]; in main()
|
D | test_dfp5.c | 584 all_tests[] = variable 603 while ((func = all_tests[i].test_category)) { in main() 604 aTest = all_tests[i]; in main()
|
D | test_isa_2_07_part1.c | 1798 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()
|
D | test_dfp4.c | 617 all_tests[] = variable 634 while ((func = all_tests[i].test_category)) { in main() 635 aTest = all_tests[i]; in main()
|
D | test_dfp2.c | 642 all_tests[] = variable 666 while ((func = all_tests[i].test_category)) { in main() 667 aTest = all_tests[i]; in main()
|
D | test_isa_2_07_part2.c | 1419 static test_table_t all_tests[] = { variable 1445 while ((func = all_tests[i].test_category)) { in main() 1446 aTest = all_tests[i]; in main()
|
D | test_dfp3.c | 1229 all_tests[] = variable 1254 while ((func = all_tests[i].test_category)) { in main() 1255 aTest = all_tests[i]; in main()
|
D | test_isa_2_06_part1.c | 2027 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()
|
D | test_isa_2_06_part3.c | 1585 all_tests[] = variable 1612 while ((func = all_tests[i].test_category)) { in main() 1613 aTest = all_tests[i]; in main()
|
/external/v8/tools/ |
D | run-tests.py | 508 all_tests = [] 516 all_tests += s.tests 536 verbose.PrintReport(all_tests)
|
D | run-deopt-fuzzer.py | 393 all_tests = [] 405 all_tests += s.tests
|
/external/valgrind/VEX/switchback/ |
D | test_ppc_jm1.c | 3314 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/ |
D | check.pl | 273 $all_tests = @ARGV == 0; 438 next if !$all_tests && !$do_test{$test{'name'}};
|