HomeSort by relevance Sort by last modified time
    Searched refs:all_tests (Results 1 - 25 of 50) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
__init__.py 2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /external/python/cpython2/Lib/lib2to3/tests/
__init__.py 2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /toolchain/binutils/binutils-2.25/gold/testsuite/
test.cc 86 Register_test* Register_test::all_tests; member in class:gold_testsuite::Register_test
91 : name_(name), pfn_(pfn), next_(Register_test::all_tests)
93 Register_test::all_tests = this; member in class:gold_testsuite::Register_test
101 for (Register_test* p = Register_test::all_tests;
test.h 116 static Register_test* all_tests; member in class:gold_testsuite::Register_test
  /kernel/tests/net/test/
parallel_tests.sh 17 $DIR/run_net_test.sh --readonly --builder --nobuild all_tests.sh \
  /art/test/648-many-direct-methods/util-src/
generate_java.py 76 all_tests = sorted(self.tests)
78 for t in all_tests:
  /external/valgrind/none/tests/ppc32/
ldst_multiple.c 172 static test_table_t all_tests[] = { variable
189 while ((func = all_tests[i].func)) {
test_dfp1.c 476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
  /external/valgrind/none/tests/ppc64/
ldst_multiple.c 172 static test_table_t all_tests[] = { variable
189 while ((func = all_tests[i].func)) {
test_dfp1.c 476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
  /external/openssh/regress/
forward-control.sh 107 # Usage: all_tests yes|local|remote|no Y|N Y|N Y|N Y|N Y|N Y|N
108 all_tests() { function
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
  /art/test/701-easy-div-rem/
genMain.py 20 all_tests = [ variable
49 for default_vars, tests in all_tests:
  /art/test/961-default-iface-resolution-gen/util-src/
generate_java.py 79 all_tests = sorted(self.tests)
80 return filter_blanks("\n".join(a.get_expected() for a in all_tests))
98 all_tests = sorted(self.tests)
101 for t in all_tests:
103 for t in all_tests:
  /external/boringssl/src/util/
run_android_tests.go 38 allTestsArgs = flag.String("all-tests-args", "", "Specifies space-separated arguments to pass to all_tests.go")
210 "util/all_tests.json",
214 tests, err := parseTestConfig("util/all_tests.json")
233 fmt.Printf("Building all_tests...\n")
234 if err := goTool("build", "-o", filepath.Join(tmpDir, "util/all_tests"), "util/all_tests.go"); err != nil {
235 fmt.Printf("Error building all_tests.go: %s\n", err)
261 "util/all_tests.json",
296 unitTestExit, err = adbShell(fmt.Sprintf("cd /data/local/tmp/boringssl-tmp && ./util/all_tests -json-output results.json %s", *allTestsArgs))
  /external/linux-kselftest/tools/testing/selftests/powerpc/vphn/
test-vphn.c 24 } all_tests[] = { variable in typeref:struct:test
395 for (test = all_tests; test->descr; test++) {
  /external/autotest/client/bin/
setup_job.py 109 all_tests = []
116 all_tests.append(client_test)
119 return all_tests, broken_tests
  /art/test/964-default-iface-init-gen/util-src/
generate_java.py 82 all_tests = sorted(self.tests)
83 return filter_blanks("\n".join(a.get_expected() for a in all_tests))
95 all_tests = sorted(self.tests)
98 for t in all_tests:
100 for t in all_tests:
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 97 all_tests = sorted(self.tests)
98 return filter_blanks("\n".join(a.get_expected() for a in all_tests))
116 all_tests = sorted(self.tests)
119 for t in all_tests:
121 for t in all_tests:
  /art/test/970-iface-super-resolution-gen/util-src/
generate_smali.py 102 all_tests = sorted(self.tests)
103 return filter_blanks("\n".join(a.get_expected() for a in all_tests))
118 all_tests = sorted(self.tests)
121 for t in all_tests:
123 for t in all_tests:
  /art/test/utils/python/
generate_java_main.py 93 all_tests = sorted(self.tests)
96 for t in all_tests:
98 for t in sorted(all_tests):
  /external/r8/tools/
test.py 32 result.add_option('--all_tests',
47 help='Tool to run ART tests with: "r8" (default) or "d8". Ignored if "--all_tests" enabled.',
84 if options.all_tests:
  /art/test/971-iface-super/util-src/
generate_smali.py 97 all_tests = sorted(self.tests)
98 return filter_blanks("\n".join(a.get_expected() for a in all_tests))
116 all_tests = sorted(self.tests)
119 for t in all_tests:
121 for t in all_tests:
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 679 $all_tests, $passes, $fails, $xfails) = "";
682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest();
790 'all_tests' => $all_tests,

Completed in 3523 milliseconds

1 2