Home
last modified time | relevance | path

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

1234

/external/python/cpython2/Lib/lib2to3/tests/
D__init__.py13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
/external/capstone/bindings/python/
Dtest_lite.py32 all_tests = ( variable
63 for (arch, mode, code, comment, syntax) in all_tests:
75 for (arch, mode, code, comment, syntax) in all_tests:
Dtest_basic.py38 all_tests = ( variable
69 for arch, mode, code, comment, syntax in all_tests:
81 for arch, mode, code, comment, syntax in all_tests:
Dtest_skipdata.py14 all_tests = ( variable
28 for (arch, mode, code, comment, syntax) in all_tests:
Dtest_xcore.py13 all_tests = ( variable
53 for (arch, mode, code, comment) in all_tests:
Dtest_mips.py15 all_tests = ( variable
52 for (arch, mode, code, comment) in all_tests:
Dtest_sparc.py14 all_tests = ( variable
57 for (arch, mode, code, comment) in all_tests:
Dtest_systemz.py13 all_tests = ( variable
59 for (arch, mode, code, comment) in all_tests:
Dtest_ppc.py12 all_tests = ( variable
65 for (arch, mode, code, comment) in all_tests:
Dtest_tms320c64x.py13 all_tests = ( variable
75 for (arch, mode, code, comment) in all_tests:
Dtest_m68k.py11 all_tests = ( variable
95 for (arch, mode, code, comment) in all_tests:
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_attributes.cpp231 const std::vector<AttributePermutations*> all_tests = { in generate_attribute_tests() local
238 return all_tests; in generate_attribute_tests()
331 const std::vector<AttributePermutations*> all_tests = in test_kernel_attributes() local
334 for (auto permutations : all_tests) in test_kernel_attributes()
/external/pigweed/pw_minimal_cpp_stdlib/
Disolated_test.cc48 for (SimpleTest* test = all_tests; test != nullptr; test = test->next_) { in RunAllTests()
58 SimpleTest() : next_(all_tests) { all_tests = this; } in SimpleTest()
65 static SimpleTest* all_tests; member in __anonf19cc5d30111::SimpleTest
71 SimpleTest* SimpleTest::all_tests = nullptr; member in __anonf19cc5d30111::SimpleTest
/external/flatbuffers/tests/
Dtest_builder.cpp139 BuilderTests<FlatBufferBuilder>::all_tests(); in FlatBufferBuilderTest()
140 BuilderTests<TestHeapBuilder>::all_tests(); in FlatBufferBuilderTest()
141 BuilderTests<GrpcLikeMessageBuilder>::all_tests(); in FlatBufferBuilderTest()
/external/capstone/suite/
Dppcbranch.py30 all_tests = ( variable
43 for (arch, mode, code, comment, syntax) in all_tests:
Dfuzz.py28 all_tests = ( variable
82 for (arch, mode, comment, syntax) in all_tests:
Dbenchmark.py24 all_tests = ( variable
75 for (arch, mode, comment, syntax) in all_tests:
/external/capstone/bindings/java/
DTestPpc.java70 final TestBasic.platform[] all_tests = { in main() local
74 for (int i=0; i<all_tests.length; i++) { in main()
75 TestBasic.platform test = all_tests[i]; in main()
DTestMips.java63 final TestBasic.platform[] all_tests = { in main() local
68 for (int i=0; i<all_tests.length; i++) { in main()
69 TestBasic.platform test = all_tests[i]; in main()
DTestXcore.java63 final TestBasic.platform[] all_tests = { in main() local
67 for (int i=0; i<all_tests.length; i++) { in main()
68 TestBasic.platform test = all_tests[i]; in main()
DTestSparc.java70 final TestBasic.platform[] all_tests = { in main() local
75 for (int i=0; i<all_tests.length; i++) { in main()
76 TestBasic.platform test = all_tests[i]; in main()
DTestSystemz.java70 final TestBasic.platform[] all_tests = { in main() local
74 for (int i=0; i<all_tests.length; i++) { in main()
75 TestBasic.platform test = all_tests[i]; in main()
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c25 } all_tests[] = { variable
396 for (test = all_tests; test->descr; test++) { in test_vphn()
/external/autotest/client/bin/
Dsetup_job.py110 all_tests = []
117 all_tests.append(client_test)
120 return all_tests, broken_tests
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_diag_ops_test.py329 def all_tests(align=None): function
504 for _, tests in all_tests(align):
623 for _, tests in all_tests(align):
638 for _, tests in all_tests(align):
704 for mat, tests in all_tests(align):
716 for mat, tests in all_tests(align):

1234