/external/v8/test/mjsunit/es6/ |
D | math-hyperbolic.js | 45 function test_id(fun, rev, value) { function 50 test_id(Math.sinh, Math.asinh, x); 51 test_id(Math.sinh, Math.asinh, -x); 52 test_id(Math.cosh, Math.acosh, x); 53 test_id(Math.tanh, Math.atanh, x); 54 test_id(Math.tanh, Math.atanh, -x);
|
/external/libdrm/tests/amdgpu/ |
D | amdgpu_test.c | 127 int test_id = -1; /* By default run all tests in the suite */ in main() local 154 test_id = atoi(optarg); in main() 215 if (test_id != -1) { /* If user specify test id */ in main() 217 (unsigned int) test_id, in main() 223 test_id); in main()
|
/external/v8/test/mjsunit/ |
D | math-floor-part4.js | 30 var test_id = 0; variable 34 '"' + (test_id++) + '";return Math.floor(n)'); 43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
|
D | math-floor-part2.js | 30 var test_id = 0; variable 34 '"' + (test_id++) + '";return Math.floor(n)'); 43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
|
D | math-floor-part1.js | 30 var test_id = 0; variable 34 '"' + (test_id++) + '";return Math.floor(n)'); 43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
|
D | math-floor-part3.js | 30 var test_id = 0; variable 34 '"' + (test_id++) + '";return Math.floor(n)'); 43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
|
D | math-round.js | 30 var test_id = 0; variable 35 '"' + (test_id++) + '";return Math.round(input)'); 45 '"' + (test_id++) + '";return Math.round(input) + -0.0');
|
D | switch.js | 342 var test_id = 0, variable 374 '"' + (test_id++) + '";' +
|
/external/v8/tools/ |
D | run-deopt-fuzzer.py | 410 test_id = 0 428 t.id = test_id 429 test_id += 1 443 test_id = 0 475 t.id = test_id 476 test_id += 1
|
/external/autotest/frontend/tko/ |
D | resources.py | 17 def from_uri_args(cls, request, test_id, **kwargs): argument 18 return cls(request, models.Test.objects.get(pk=test_id))
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | patchable-statepoints.ll | 6 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function { 7 ; CHECK-LABEL: @test_id(
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
D | patchable-statepoints.ll | 6 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function { 7 ; CHECK-LABEL: @test_id(
|
/external/v8/test/mjsunit/compiler/ |
D | math-floor-local.js | 31 var test_id = 0; variable 35 '"' + (test_id++) +
|
D | math-floor-global.js | 32 var test_id = 0; variable 36 '"' + (test_id++) + '";return flo(n)');
|
/external/autotest/database/ |
D | schema_051.sql | 137 `test_id` int(11) NOT NULL, 140 UNIQUE KEY `test_id` (`test_id`,`label_id`), 143 …CONSTRAINT `autotests_dependency_labels_test_id_fk` FOREIGN KEY (`test_id`) REFERENCES `afe_autote… 1133 `test_id` int(10) unsigned NOT NULL, 1135 UNIQUE KEY `testlabel_id` (`testlabel_id`,`test_id`), 1136 KEY `test_labels_tests_test_id` (`test_id`), 1138 CONSTRAINT `tests_labels_tests_ibfk_2` FOREIGN KEY (`test_id`) REFERENCES `tko_tests` (`test_idx`)
|
/external/v8/tools/testrunner/network/ |
D | network_execution.py | 187 test_id = data[0] 188 if test_id < 0: 193 test = test_map.pop(test_id)
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-stackmap-format.ll | 66 define i1 @test_id() gc "statepoint-example" { 67 ; CHECK-LABEL: test_id 241 ; Records for the test_id function: 248 ; CHECK: .long .Ltmp5-test_id
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 174 id test_id = 0; 177 const char g14[] = @encode(__typeof__(*test_id));
|
/external/v8/tools/testrunner/local/ |
D | execution.py | 50 def __init__(self, command, dep_command, test_id, timeout, verbose): argument 53 self.id = test_id
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | batch_test.py | 262 def _DoTestConvertIdToHeader(self, test_id, expected_result): argument 266 batch_request._ConvertIdToHeader(test_id))
|
/external/v8/src/ast/ |
D | ast.cc | 597 set_to_boolean_types(oracle->ToBooleanTypes(expression()->test_id())); in RecordToBooleanTypeFeedback() 607 set_to_boolean_types(oracle->ToBooleanTypes(right()->test_id())); in RecordToBooleanTypeFeedback() 711 set_to_boolean_types(oracle->ToBooleanTypes(test_id())); in RecordToBooleanTypeFeedback()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | test.py | 176 test_id = '.'.join(test.id().split('.')[-2:]) 179 len(self.failures), len(self.skipped), test_id))
|
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 2032 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local 2035 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 2040 << shard_index << " are both selected to run test " << test_id; in TEST() 2050 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local 2052 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST()
|
/external/gtest/test/ |
D | gtest_unittest.cc | 1887 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local 1890 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 1895 << shard_index << " are both selected to run test " << test_id; in TEST() 1905 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local 1907 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 2194 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local 2197 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 2202 << shard_index << " are both selected to run test " << test_id; in TEST() 2212 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local 2214 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST()
|