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

12

/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Drun_tests.py27 all_tests = [f[:-8] for f in os.listdir(tests_path) if f.endswith('_test.py')] variable
51 tests = all_tests
/external/valgrind/none/tests/ppc32/
H A Dldst_multiple.c172 static test_table_t all_tests[] = { variable
189 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_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 aTest = all_tests[i];
H A Dtest_dfp4.c617 all_tests[] = variable
634 while ((func = all_tests[i].test_category)) {
635 aTest = all_tests[i];
H A Dtest_dfp5.c584 all_tests[] = variable
603 while ((func = all_tests[i].test_category)) {
604 aTest = all_tests[i];
H A Dtest_isa_2_07_part1.c51 * all_tests[i] holds insn tests
1798 static test_table_t all_tests[] = { variable
1893 for (i=0; all_tests[i].name != NULL; i++) {
1894 nb_args = all_tests[i].flags & PPC_NB_ARGS;
1903 type = all_tests[i].flags & PPC_TYPE;
1914 family = all_tests[i].flags & PPC_FAMILY;
1924 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
1925 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
1929 tests = all_tests[i].tests;
2013 (*loop)(tests[j].name, tests[j].func, all_tests[
[all...]
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_07_part2.c1419 static test_table_t all_tests[] = { variable
1445 while ((func = all_tests[i].test_category)) {
1446 aTest = all_tests[i];
H A Djm-insns.c56 * The 'test' functions (via all_tests[]) are wrappers of single asm instns
68 * all_tests[i] holds insn tests
3924 static test_table_t all_tests[] = { variable
7488 for (i=0; all_tests[i].name != NULL; i++) {
7489 nb_args = all_tests[i].flags & PPC_NB_ARGS;
7496 type = all_tests[i].flags & PPC_TYPE;
7504 family = all_tests[i].flags & PPC_FAMILY;
7513 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
7514 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
7517 tests = all_tests[
[all...]
H A Dtest_isa_2_06_part1.c2027 static test_table_t all_tests[] = { { &test_ldst, variable
2063 while ((func = all_tests[i].test_category)) {
2064 aTest = all_tests[i];
H A Dtest_isa_2_06_part2.c1741 all_tests[] = variable
1779 while ((func = all_tests[i].test_category)) {
1780 aTest = all_tests[i];
/external/valgrind/none/tests/ppc64/
H A Dldst_multiple.c172 static test_table_t all_tests[] = { variable
189 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_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 aTest = all_tests[i];
H A Dtest_dfp4.c617 all_tests[] = variable
634 while ((func = all_tests[i].test_category)) {
635 aTest = all_tests[i];
H A Dtest_dfp5.c584 all_tests[] = variable
603 while ((func = all_tests[i].test_category)) {
604 aTest = all_tests[i];
H A Dtest_isa_2_07_part1.c51 * all_tests[i] holds insn tests
1798 static test_table_t all_tests[] = { variable
1893 for (i=0; all_tests[i].name != NULL; i++) {
1894 nb_args = all_tests[i].flags & PPC_NB_ARGS;
1903 type = all_tests[i].flags & PPC_TYPE;
1914 family = all_tests[i].flags & PPC_FAMILY;
1924 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
1925 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
1929 tests = all_tests[i].tests;
2013 (*loop)(tests[j].name, tests[j].func, all_tests[
[all...]
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_07_part2.c1419 static test_table_t all_tests[] = { variable
1445 while ((func = all_tests[i].test_category)) {
1446 aTest = all_tests[i];
H A Djm-insns.c56 * The 'test' functions (via all_tests[]) are wrappers of single asm instns
68 * all_tests[i] holds insn tests
3924 static test_table_t all_tests[] = { variable
7488 for (i=0; all_tests[i].name != NULL; i++) {
7489 nb_args = all_tests[i].flags & PPC_NB_ARGS;
7496 type = all_tests[i].flags & PPC_TYPE;
7504 family = all_tests[i].flags & PPC_FAMILY;
7513 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
7514 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
7517 tests = all_tests[
[all...]
/external/v8/tools/
H A Drun-tests.py508 all_tests = []
516 all_tests += s.tests
536 verbose.PrintReport(all_tests)
H A Drun-deopt-fuzzer.py393 all_tests = []
405 all_tests += s.tests
/external/valgrind/VEX/switchback/
H A Dtest_ppc_jm1.c3314 static test_table_t all_tests[] = { variable
4350 for (i = 0; all_tests[i].name != NULL; i++) {
4351 nb_args = all_tests[i].flags & PPC_NB_ARGS;
4358 type = all_tests[i].flags & PPC_TYPE;
4364 family = all_tests[i].flags & PPC_FAMILY;
4372 if (((all_tests[i].flags & PPC_CR) && cr == 0) ||
4373 (!(all_tests[i].flags & PPC_CR) && cr == 1))
4376 tests = all_tests[i].tests;
4438 vexxx_printf( "%s:\n", all_tests[i].name);
/external/mksh/src/
H A Dcheck.pl273 $all_tests = @ARGV == 0;
438 next if !$all_tests && !$do_test{$test{'name'}};

Completed in 246 milliseconds

12