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

1 2 3 4

  /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.27/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;
  /external/capstone/bindings/python/
test_skipdata.py 14 all_tests = ( variable
22 for (arch, mode, code, comment, syntax) in all_tests:
40 for (arch, mode, code, comment, syntax) in all_tests:
test_lite.py 22 all_tests = ( variable
41 for (arch, mode, code, comment, syntax) in all_tests:
53 for (arch, mode, code, comment, syntax) in all_tests:
test_basic.py 34 all_tests = ( variable
60 for arch, mode, code, comment, syntax in all_tests:
72 for arch, mode, code, comment, syntax in all_tests:
test_mips.py 15 all_tests = ( variable
52 for (arch, mode, code, comment) in all_tests:
test_ppc.py 11 all_tests = ( variable
63 for (arch, mode, code, comment) in all_tests:
test_sparc.py 14 all_tests = ( variable
57 for (arch, mode, code, comment) in all_tests:
test_systemz.py 13 all_tests = ( variable
59 for (arch, mode, code, comment) in all_tests:
test_xcore.py 13 all_tests = ( variable
53 for (arch, mode, code, comment) in all_tests:
  /external/capstone/suite/
ppcbranch.py 30 all_tests = ( variable
43 for (arch, mode, code, comment, syntax) in all_tests:
  /kernel/tests/net/test/
all_tests.sh 30 all_tests.sh - test runner with support for flake testing
32 all_tests.sh [options]
  /tools/tradefederation/core/atest/
cli_translator.py 106 A tuple of (tests, all_tests), where,
110 all_tests is a dictionary of all tests in TEST_MAPPING files,
117 all_tests = {}
124 grouped_tests = all_tests.setdefault(test_group_name, set())
136 grouped_tests = all_tests.setdefault(test_group_name, set())
139 tests.update(all_tests.get(
141 return tests, all_tests
  /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)) {
  /external/valgrind/none/tests/ppc64/
ldst_multiple.c 172 static test_table_t all_tests[] = { variable
189 while ((func = all_tests[i].func)) {
  /build/make/core/tasks/
tradefed-tests-list.mk 23 all_tests := macro
25 $(eval all_tests += $(word 2,$(subst /res/config/,$(space),$(test)))))
26 $(tradefed_tests_list_zip) : PRIVATE_tradefed_tests := $(subst .xml,,$(subst $(space),\n,$(sort $(all_tests))))
  /external/capstone/bindings/java/
TestMips.java 63 final Test.platform[] all_tests = { local
68 for (int i=0; i<all_tests.length; i++) {
69 Test.platform test = all_tests[i];
TestPpc.java 70 final Test.platform[] all_tests = { local
74 for (int i=0; i<all_tests.length; i++) {
75 Test.platform test = all_tests[i];
TestSparc.java 70 final Test.platform[] all_tests = { local
75 for (int i=0; i<all_tests.length; i++) {
76 Test.platform test = all_tests[i];
TestSystemz.java 70 final Test.platform[] all_tests = { local
74 for (int i=0; i<all_tests.length; i++) {
75 Test.platform test = all_tests[i];
TestXcore.java 63 final Test.platform[] all_tests = { local
67 for (int i=0; i<all_tests.length; i++) {
68 Test.platform test = all_tests[i];

Completed in 653 milliseconds

1 2 3 4