Searched refs:all_tests (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/build/android/pylib/linker/
H A Dsetup.py31 all_tests = [t(is_low_memory=m) for t in test_cases for m in low_memory_modes]
34 all_test_names = [ test.qualified_name for test in all_tests ]
37 all_tests = [t for t in all_tests \
45 return (TestRunnerFactory, all_tests)
/external/chromium_org/tools/perf_expectations/
H A Dupdate_perf_expectations_unittest.py17 all_tests = perf_ex_lib.ConvertJsonIntoDict( variable
20 all_tests_keys = all_tests.keys()
25 all_tests_copy = copy.deepcopy(all_tests)
36 original_test_value = all_tests[test_key]
191 upe_mod.PrepareTestsForUpdate(tests_to_update, all_tests, reva, revb)
195 upe_mod.PrepareTestsForUpdate(tests_to_update, all_tests, reva, revb)
200 upe_mod.PrepareTestsForUpdate(tests_to_update, all_tests, reva, revb)
H A Dupdate_perf_expectations.py121 def PrepareTestsForUpdate(tests_to_update, all_tests, reva, revb):
127 all_tests: dictionary of all tests.
147 test_value = all_tests[test_key]
224 all_tests = perf_ex_lib.ConvertJsonIntoDict(
226 all_test_keys = all_tests.keys()
247 PrepareTestsForUpdate(tests_to_update, all_tests, options.reva, options.revb)
250 perf_ex_lib.WriteJson(perf_file, all_tests, all_test_keys,
/external/chromium_org/tools/gyp/test/small/
H A Dgyptest-small.py48 all_tests = unittest.TestSuite(suites) variable
51 result = unittest.TextTestRunner(verbosity=2).run(all_tests)
/external/chromium_org/build/android/pylib/host_driven/
H A Dsetup.py162 all_tests = []
165 all_tests.extend(_GetTestsFromModule(module, **kwargs))
166 return all_tests
183 all_tests = _GetAllTests(
186 test_collection.AddTests(all_tests)
H A Dtest_info_collection.py63 self.all_tests = []
74 self.all_tests = test_infos
89 available_tests = self.all_tests
97 t for t in self.all_tests if
/external/chromium_org/build/util/lib/common/
H A Dunittest_util.py103 def FilterTests(all_tests, gtest_filter):
107 all_tests: List of tests (unittest.TestSuite)
113 test_names = [GetTestName(test) for test in all_tests]
115 return [test for test in all_tests if GetTestName(test) in filtered_names]
118 def FilterTestNames(all_tests, gtest_filter):
125 all_tests: List of test names.
138 for test in all_tests:
/external/valgrind/main/none/tests/ppc32/
H A Dldst_multiple.c172 static test_table_t all_tests[] = { variable
185 while ((func = all_tests[i].func)) {
H A Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
H A Dtest_isa_2_07_part1.c51 * all_tests[i] holds insn tests
1658 static test_table_t all_tests[] = { variable
1753 for (i=0; all_tests[i].name != NULL; i++) {
1754 nb_args = all_tests[i].flags & PPC_NB_ARGS;
1763 type = all_tests[i].flags & PPC_TYPE;
1774 family = all_tests[i].flags & PPC_FAMILY;
1784 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
1785 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
1789 tests = all_tests[i].tests;
1873 (*loop)(tests[j].name, tests[j].func, all_tests[
[all...]
H A Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 aTest = all_tests[i];
H A Dtest_dfp4.c600 all_tests[] = variable
617 while ((func = all_tests[i].test_category)) {
618 aTest = all_tests[i];
H A Dtest_dfp5.c567 all_tests[] = variable
586 while ((func = all_tests[i].test_category)) {
587 aTest = all_tests[i];
/external/valgrind/main/none/tests/ppc64/
H A Dldst_multiple.c172 static test_table_t all_tests[] = { variable
185 while ((func = all_tests[i].func)) {
H A Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
H A Dtest_isa_2_07_part1.c51 * all_tests[i] holds insn tests
1658 static test_table_t all_tests[] = { variable
1753 for (i=0; all_tests[i].name != NULL; i++) {
1754 nb_args = all_tests[i].flags & PPC_NB_ARGS;
1763 type = all_tests[i].flags & PPC_TYPE;
1774 family = all_tests[i].flags & PPC_FAMILY;
1784 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
1785 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
1789 tests = all_tests[i].tests;
1873 (*loop)(tests[j].name, tests[j].func, all_tests[
[all...]
H A Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 aTest = all_tests[i];
H A Dtest_dfp4.c600 all_tests[] = variable
617 while ((func = all_tests[i].test_category)) {
618 aTest = all_tests[i];
/external/chromium_org/chrome/test/chromedriver/test/
H A Dunittest_util.py103 def FilterTests(all_tests, gtest_filter):
116 for test in all_tests:
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package_exe.py117 all_tests = device.RunShellCommand(
122 return self._ParseGTestListTests(all_tests)
H A Dsetup.py242 def _FilterTestsUsingPrefixes(all_tests, pre=False, manual=False):
246 all_tests: List of tests to filter.
262 for t in all_tests:
H A Dtest_runner.py172 all_tests = set(test.split(':'))
174 unknown_tests = all_tests - all_tests_ran
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dlayout_test_finder.py97 all_tests = set(all_tests_list)
105 tests_to_skip = all_tests - tests_to_skip
/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.cc251 ListValue* all_tests = new ListValue; local
252 summary_root->Set("all_tests", all_tests);
257 all_tests->AppendString(*i);
/external/chromium_org/third_party/lcov/example/
H A DMakefile63 all_tests: example test_noargs test_2_to_2000 test_overflow

Completed in 427 milliseconds

12