HomeSort by relevance Sort by last modified time
    Searched refs:test_group (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_runner.py 117 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] + ' '
layouttest_analyzer_helpers.py 393 for test_group in ['skip', 'nonskip']:
395 for (k, _) in diff_map[test_group][i]:
  /external/valgrind/main/none/tests/ppc32/
test_dfp2.c 453 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.op, *((unsigned long long *)(&res)))
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...]
test_isa_2_06_part2.c 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...]
test_dfp1.c 329 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.precision == QUAD_TEST)
    [all...]
test_isa_2_06_part3.c 1094 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; local
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...]
test_isa_2_06_part1.c 1600 vx_fp_test_t test_group = vx_fp_tests[k]; local
1782 xs_conv_test_t test_group = xs_conv_tests[k]; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 890 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
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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 17 def test_group method in class:ANTLR3.Test.Location
29 def output_directory( name = test_group )
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 86 test_group
170 test_group() function

Completed in 263 milliseconds