Searched defs:all_tests (Results 1 - 25 of 28) sorted by relevance

12

/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/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)
/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_dfp4.c600 all_tests[] = variable
617 while ((func = all_tests[i].test_category)) {
618 aTest = all_tests[i];
H A Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
H A Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 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];
H A Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) {
1255 aTest = all_tests[i];
H A Dtest_isa_2_06_part1.c2138 static test_table_t all_tests[] = { { &test_ldst, variable
2174 while ((func = all_tests[i].test_category)) {
2175 aTest = all_tests[i];
H A Dtest_isa_2_06_part2.c1701 all_tests[] = variable
1739 while ((func = all_tests[i].test_category)) {
1740 aTest = all_tests[i];
H A Dtest_isa_2_06_part3.c1565 all_tests[] = variable
1592 while ((func = all_tests[i].test_category)) {
1593 aTest = all_tests[i];
H A Dtest_isa_2_07_part2.c1387 static test_table_t all_tests[] = { variable
1413 while ((func = all_tests[i].test_category)) {
1414 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...]
/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_dfp4.c600 all_tests[] = variable
617 while ((func = all_tests[i].test_category)) {
618 aTest = all_tests[i];
H A Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
H A Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 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];
H A Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) {
1255 aTest = all_tests[i];
H A Dtest_isa_2_06_part1.c2138 static test_table_t all_tests[] = { { &test_ldst, variable
2174 while ((func = all_tests[i].test_category)) {
2175 aTest = all_tests[i];
H A Dtest_isa_2_06_part2.c1701 all_tests[] = variable
1739 while ((func = all_tests[i].test_category)) {
1740 aTest = all_tests[i];
H A Dtest_isa_2_06_part3.c1565 all_tests[] = variable
1592 while ((func = all_tests[i].test_category)) {
1593 aTest = all_tests[i];
H A Dtest_isa_2_07_part2.c1387 static test_table_t all_tests[] = { variable
1413 while ((func = all_tests[i].test_category)) {
1414 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...]
/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);

Completed in 385 milliseconds

12