Searched refs:test_group (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_runner.py117 for i, test_group in enumerate(test_group_list):
119 file_object.write('<td>' + test_group + '</td>\n')
136 for test_group in test_group_list:
140 test_group_name_for_data = test_group.replace('/', '_')
154 test_group, result_dir, graph_file, dashboard_file_location)
155 if run_config_map[test_group][0]:
156 cmd += '-n ' + run_config_map[test_group][0] + ' '
157 if run_config_map[test_group][1]:
158 cmd += '-r ' + run_config_map[test_group][1] + ' '
H A Dlayouttest_analyzer.py310 for test_group in ['whole', 'skip', 'nonskip']:
315 analyzer_result_map.result_map[test_group].iteritems()):
319 if diff_map and diff_map[test_group]:
321 for (name, _) in diff_map[test_group][i]:
334 if test_group is 'whole':
335 data_map[test_group] = (test_map, anno, links)
337 data_map[test_group] = (test_map, anno, simple_rev_str)
H A Dlayouttest_analyzer_helpers.py393 for test_group in ['skip', 'nonskip']:
395 for (k, _) in diff_map[test_group][i]:
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp2.c453 dfp_test_t test_group = dfp_one_arg_tests[k]; local
462 for (i = 0; i < test_group.num_tests; i++) {
464 if (test_group.precision == LONG_TEST) {
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
473 if (test_group.precision == QUAD_TEST) {
481 printf("%s %016llx", test_group.name, u0);
483 if (test_group.precision == LONG_TEST) {
485 test_group
524 dfp_test_t test_group = dfp_two_arg_tests[k]; local
599 dfp_test_t test_group = dfp_dcffix_dcffixq_tests[k]; local
[all...]
H A Dtest_isa_2_06_part2.c1111 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) argument
1115 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1117 fp_test_args_t * targs = &test_group->targs[i];
1120 strcpy(name, test_group->name);
1130 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1134 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1153 vx_fp_test_t * test_group, int i)
1157 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1159 fp_test_args_t * targs = &test_group->targs[i];
1163 strcpy(name, test_group
1152 print_vx_aORm_fp_result(unsigned long long * XT_arg, unsigned long long * XB_arg, vx_fp_test_t * test_group, int i) argument
1213 vx_fp_test_t test_group = vx_simple_scalar_fp_tests[k]; local
1298 vx_fp_test_t test_group = vx_aORm_fp_tests[k]; local
1417 vx_fp_test_t test_group = vx_vector_one_fp_arg_tests[k]; local
1505 vx_fp_test_t test_group = vx_vector_fp_tests[k]; local
1604 div_ext_test_t test_group = div_tests[k]; local
1656 simple_test_t test_group = fct_tests[k]; local
[all...]
H A Dtest_dfp1.c329 dfp_test_t test_group = dfp_two_arg_tests[k]; local
333 for (i = 0; i < test_group.num_tests; i++) {
337 if (test_group.precision == LONG_TEST) {
338 u0 = dfp64_vals[test_group.targs[i].fra_idx];
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2];
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1];
350 if (test_group
[all...]
H A Dtest_isa_2_06_part3.c1039 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_vec_out) argument
1043 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1045 fp_test_args_t * targs = &test_group->targs[i];
1048 strcpy(name, test_group->name);
1058 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1062 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1094 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; local
1095 Bool estimate = (test_group.type == VX_ESTIMATE);
1096 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1097 Bool is_sqrt = (strstr(test_group
1228 vx_intToFp_test_t test_group = intToFp_tests[k]; local
1379 div_ext_test_t test_group = div_tests[k]; local
1434 vx_fp_test_t test_group = vx_tdivORtsqrt_tests[k]; local
[all...]
H A Dtest_isa_2_07_part2.c890 vx_fp_test_basic_t test_group = vx_fp_tests[k]; local
891 vx_fp_test_type test_type = test_group.test_type;
914 strcpy(test_name, test_group.name);
922 for (i = 0; i < test_group.num_tests; i++) {
925 fp_test_args_t aTest = test_group.targs[i];
1043 vx_fp_test2_t test_group = vsx_one_fp_arg_tests[k]; local
1045 Bool dp = ((test_group.precision == DOUBLE_TEST) ||
1046 (test_group.precision == DOUBLE_TEST_SINGLE_RES)) ? True : False;
1048 Bool dp_res = IS_DP_RESULT(test_group.precision);
1049 Bool is_sqrt = (strstr(test_group
1179 vx_fp_test_basic_t test_group = vx_simple_scalar_fp_tests[k]; local
1326 xs_conv_test_t test_group = xs_conv_tests[k]; local
[all...]
H A Dtest_isa_2_06_part1.c1600 vx_fp_test_t test_group = vx_fp_tests[k]; local
1601 vx_fp_test_type test_type = test_group.test_type;
1628 strcpy(test_name, test_group.name);
1636 for (i = 0; i < test_group.num_tests; i++) {
1639 fp_test_args_t aTest = test_group.targs[i];
1782 xs_conv_test_t test_group = xs_conv_tests[k]; local
1783 for (i = 0; i < test_group.num_tests; i++) {
1786 unsigned long long exp_result = test_group.results[i];
1796 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp2.c453 dfp_test_t test_group = dfp_one_arg_tests[k]; local
462 for (i = 0; i < test_group.num_tests; i++) {
464 if (test_group.precision == LONG_TEST) {
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
473 if (test_group.precision == QUAD_TEST) {
481 printf("%s %016llx", test_group.name, u0);
483 if (test_group.precision == LONG_TEST) {
485 test_group
524 dfp_test_t test_group = dfp_two_arg_tests[k]; local
599 dfp_test_t test_group = dfp_dcffix_dcffixq_tests[k]; local
[all...]
H A Dtest_isa_2_06_part2.c1111 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) argument
1115 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1117 fp_test_args_t * targs = &test_group->targs[i];
1120 strcpy(name, test_group->name);
1130 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1134 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1153 vx_fp_test_t * test_group, int i)
1157 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1159 fp_test_args_t * targs = &test_group->targs[i];
1163 strcpy(name, test_group
1152 print_vx_aORm_fp_result(unsigned long long * XT_arg, unsigned long long * XB_arg, vx_fp_test_t * test_group, int i) argument
1213 vx_fp_test_t test_group = vx_simple_scalar_fp_tests[k]; local
1298 vx_fp_test_t test_group = vx_aORm_fp_tests[k]; local
1417 vx_fp_test_t test_group = vx_vector_one_fp_arg_tests[k]; local
1505 vx_fp_test_t test_group = vx_vector_fp_tests[k]; local
1604 div_ext_test_t test_group = div_tests[k]; local
1656 simple_test_t test_group = fct_tests[k]; local
[all...]
H A Dtest_dfp1.c329 dfp_test_t test_group = dfp_two_arg_tests[k]; local
333 for (i = 0; i < test_group.num_tests; i++) {
337 if (test_group.precision == LONG_TEST) {
338 u0 = dfp64_vals[test_group.targs[i].fra_idx];
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2];
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1];
350 if (test_group
[all...]
H A Dtest_isa_2_06_part3.c1039 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_vec_out) argument
1043 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1045 fp_test_args_t * targs = &test_group->targs[i];
1048 strcpy(name, test_group->name);
1058 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1062 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1094 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; local
1095 Bool estimate = (test_group.type == VX_ESTIMATE);
1096 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1097 Bool is_sqrt = (strstr(test_group
1228 vx_intToFp_test_t test_group = intToFp_tests[k]; local
1379 div_ext_test_t test_group = div_tests[k]; local
1434 vx_fp_test_t test_group = vx_tdivORtsqrt_tests[k]; local
[all...]
H A Dtest_isa_2_07_part2.c890 vx_fp_test_basic_t test_group = vx_fp_tests[k]; local
891 vx_fp_test_type test_type = test_group.test_type;
914 strcpy(test_name, test_group.name);
922 for (i = 0; i < test_group.num_tests; i++) {
925 fp_test_args_t aTest = test_group.targs[i];
1043 vx_fp_test2_t test_group = vsx_one_fp_arg_tests[k]; local
1045 Bool dp = ((test_group.precision == DOUBLE_TEST) ||
1046 (test_group.precision == DOUBLE_TEST_SINGLE_RES)) ? True : False;
1048 Bool dp_res = IS_DP_RESULT(test_group.precision);
1049 Bool is_sqrt = (strstr(test_group
1179 vx_fp_test_basic_t test_group = vx_simple_scalar_fp_tests[k]; local
1326 xs_conv_test_t test_group = xs_conv_tests[k]; local
[all...]
H A Dtest_isa_2_06_part1.c1600 vx_fp_test_t test_group = vx_fp_tests[k]; local
1601 vx_fp_test_type test_type = test_group.test_type;
1628 strcpy(test_name, test_group.name);
1636 for (i = 0; i < test_group.num_tests; i++) {
1639 fp_test_args_t aTest = test_group.targs[i];
1782 xs_conv_test_t test_group = xs_conv_tests[k]; local
1783 for (i = 0; i < test_group.num_tests; i++) {
1786 unsigned long long exp_result = test_group.results[i];
1796 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb17 def test_group method in class:ANTLR3.Test.Location
29 def output_directory( name = test_group )
/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher.py344 for test_group in tests:
345 if type(test_group) != str:
347 tests_expanded.append(test_group)
349 test_split = test_group.split(':')

Completed in 282 milliseconds