/external/openssh/regress/ |
D | forward-control.sh | 165 all_tests yes Y Y N Y Y Y 166 all_tests local Y N N N Y N 167 all_tests remote N Y N Y N Y 168 all_tests no N N N N N N
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | __init__.py | 13 all_tests = unittest.TestSuite() variable 24 all_tests.addTests(loader.loadTestsFromModule(mod))
|
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 24 } all_tests[] = { variable 395 for (test = all_tests; test->descr; test++) { in test_vphn()
|
/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 | 1805 static test_table_t all_tests[] = { variable 1900 for (i=0; all_tests[i].name != NULL; i++) { in do_tests() 1901 nb_args = all_tests[i].flags & PPC_NB_ARGS; in do_tests() 1910 type = all_tests[i].flags & PPC_TYPE; in do_tests() 1921 family = all_tests[i].flags & PPC_FAMILY; in do_tests() 1931 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) || in do_tests() 1932 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1)) in do_tests() 1936 tests = all_tests[i].tests; in do_tests() 2020 (*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()
|
/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 | 1805 static test_table_t all_tests[] = { variable 1900 for (i=0; all_tests[i].name != NULL; i++) { in do_tests() 1901 nb_args = all_tests[i].flags & PPC_NB_ARGS; in do_tests() 1910 type = all_tests[i].flags & PPC_TYPE; in do_tests() 1921 family = all_tests[i].flags & PPC_FAMILY; in do_tests() 1931 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) || in do_tests() 1932 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1)) in do_tests() 1936 tests = all_tests[i].tests; in do_tests() 2020 (*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_3_0.c | 2192 static test_group_table_t all_tests[] = { variable 3851 for (i=0; all_tests[i].name != NULL; i++) { in do_tests() 3852 nb_args = all_tests[i].flags & PPC_NB_ARGS_MASK; in do_tests() 3865 type = all_tests[i].flags & PPC_TYPE_MASK; in do_tests() 3875 family = all_tests[i].flags & PPC_FAMILY_MASK; in do_tests() 3895 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) || in do_tests() 3896 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1)) in do_tests() 3900 tests = all_tests[i].tests; in do_tests() 4134 printf("%s:\n", all_tests[i].name); in do_tests() 4136 printf("Test instruction group [%s]\n", all_tests[i].name); in do_tests() [all …]
|
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()
|
/external/autotest/client/bin/ |
D | setup_job.py | 109 all_tests = [] 116 all_tests.append(client_test) 119 return all_tests, broken_tests
|
/external/swiftshader/third_party/LLVM/utils/ |
D | NewNightlyTest.pl | 679 $all_tests, $passes, $fails, $xfails) = ""; 682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest(); 790 'all_tests' => $all_tests,
|
/external/boringssl/src/decrepit/ |
D | CMakeLists.txt | 52 add_dependencies(all_tests decrepit_test)
|
/external/boringssl/src/ssl/ |
D | CMakeLists.txt | 58 add_dependencies(all_tests ssl_test)
|
/external/r8/tools/ |
D | test.py | 84 if options.all_tests:
|
/external/v8/tools/ |
D | run-tests.py | 816 all_tests = [] 823 all_tests += s.tests 868 verbose.PrintReport(all_tests)
|
D | run-deopt-fuzzer.py | 409 all_tests = [] 421 all_tests += s.tests
|
/external/boringssl/src/ |
D | CMakeLists.txt | 288 add_custom_target(all_tests) target 325 COMMAND ${GO_EXECUTABLE} run util/all_tests.go -build-dir 331 DEPENDS all_tests bssl_shim
|