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

/external/v8/test/message/
H A Dtestcfg.py113 all_tests = mjsunit + regress + bugs
115 for test in all_tests:
/external/valgrind/main/none/tests/ppc32/
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.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];
H A Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) {
1255 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
3833 static test_table_t all_tests[] = { variable
7360 for (i=0; all_tests[i].name != NULL; i++) {
7361 nb_args = all_tests[i].flags & PPC_NB_ARGS;
7368 type = all_tests[i].flags & PPC_TYPE;
7376 family = all_tests[i].flags & PPC_FAMILY;
7384 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
7385 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
7388 tests = all_tests[
[all...]
H A Dtest_isa_2_06_part2.c1678 all_tests[] = variable
1716 while ((func = all_tests[i].test_category)) {
1717 aTest = all_tests[i];
H A Dtest_isa_2_06_part3.c1541 all_tests[] = variable
1568 while ((func = all_tests[i].test_category)) {
1569 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];
/external/valgrind/main/none/tests/ppc64/
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.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];
H A Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) {
1255 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
3833 static test_table_t all_tests[] = { variable
7360 for (i=0; all_tests[i].name != NULL; i++) {
7361 nb_args = all_tests[i].flags & PPC_NB_ARGS;
7368 type = all_tests[i].flags & PPC_TYPE;
7376 family = all_tests[i].flags & PPC_FAMILY;
7384 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
7385 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
7388 tests = all_tests[
[all...]
H A Dtest_isa_2_06_part2.c1678 all_tests[] = variable
1716 while ((func = all_tests[i].test_category)) {
1717 aTest = all_tests[i];
H A Dtest_isa_2_06_part3.c1541 all_tests[] = variable
1568 while ((func = all_tests[i].test_category)) {
1569 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];
/external/v8/test/mjsunit/
H A Dtestcfg.py138 all_tests = mjsunit + regress + bugs + third_party + tools + compiler + harmony
140 for test in all_tests:
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Djson_layout_results_generator.py58 test_timings, expectations, result_summary, all_tests,
80 self._all_tests = [path_to_name(test) for test in all_tests]
/external/webkit/Tools/TestResultServer/model/
H A Djsonresults.py220 all_tests = (set(aggregated_json.iterkeys()) |
222 for test_name in all_tests:
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c3316 static test_table_t all_tests[] = { variable
4352 for (i = 0; all_tests[i].name != NULL; i++) {
4353 nb_args = all_tests[i].flags & PPC_NB_ARGS;
4360 type = all_tests[i].flags & PPC_TYPE;
4366 family = all_tests[i].flags & PPC_FAMILY;
4374 if (((all_tests[i].flags & PPC_CR) && cr == 0) ||
4375 (!(all_tests[i].flags & PPC_CR) && cr == 1))
4378 tests = all_tests[i].tests;
4440 vexxx_printf( "%s:\n", all_tests[i].name);
/external/mksh/src/
H A Dcheck.pl275 $all_tests = @ARGV == 0;
420 next if !$all_tests && !$do_test{$test{'name'}};

Completed in 297 milliseconds