/external/valgrind/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_part3.c | 1100 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; local 1245 vx_intToFp_test_t test_group = intToFp_tests[k]; local 1397 div_ext_test_t test_group = div_tests[k]; local 1452 vx_fp_test_t test_group = vx_tdivORtsqrt_tests[k]; local [all...] |
test_isa_2_06_part2.c | 1233 vx_fp_test_t test_group = vx_simple_scalar_fp_tests[k]; local 1331 vx_fp_test_t test_group = vx_aORm_fp_tests[k]; local 1457 vx_fp_test_t test_group = vx_vector_one_fp_arg_tests[k]; local 1545 vx_fp_test_t test_group = vx_vector_fp_tests[k]; local 1644 div_ext_test_t test_group = div_tests[k]; local 1696 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_part1.c | 1508 vx_fp_test_t test_group = vx_fp_tests[k]; local 1704 xs_conv_test_t test_group = xs_conv_tests[k]; local [all...] |
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/ |
TestDeviceInfo.java | 54 store.startGroup("test_group"); 65 store.endGroup(); // test_group
|
ExampleObjects.java | 38 " \"test_group\": {\n" +
|
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part2.c | 917 vx_fp_test_basic_t test_group = vx_fp_tests[k]; local 918 vx_fp_test_type test_type = test_group.test_type; 941 strcpy(test_name, test_group.name); 949 for (i = 0; i < test_group.num_tests; i++) { 952 fp_test_args_t aTest = test_group.targs[i]; 1074 vx_fp_test2_t test_group = vsx_one_fp_arg_tests[k]; local 1194 vx_fp_test_basic_t test_group = vx_simple_scalar_fp_tests[k]; local 1356 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 )
|
/external/autotest/tko/ |
nightly.py | 424 def __init__(self, kernel_legend, benchmarks, test_group, 429 self.test_group = test_group 473 (self.kernel_legend, self.test_group, self.tko_server)) 511 (self.kernel_legend, self.test_group, self.tko_server)) 551 heading = "%s %s:  %s" % (self.test_group, self.kernel_legend, 571 (self.kernel_legend, self.test_group, self.tko_server)) 713 self.test_group) [all...] |
/external/webrtc/third_party/gtest-parallel/ |
gtest-parallel | 303 test_group = '' 308 test_group = line.strip() 315 test = test_group + line
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
test_blockdevicemapping.py | 104 # Same as the test in ``unit/ec2/autoscale/test_group.py:TestLaunchConfiguration``,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/ |
test_group.py | 182 <AutoScalingGroupName>test_group</AutoScalingGroupName> 220 response = self.service_connection.get_all_groups(names=['test_group']) 233 self.assertEqual(as_group.name, 'test_group') [all...] |
/ndk/ |
checkbuild.py | 83 test_group = self.add_mutually_exclusive_group() 84 test_group.add_argument( 90 test_group.add_argument(
|
/art/test/ |
Android.run-test.mk | [all...] |