Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 25 of 55) sorted by relevance

123

/external/v8/test/mjsunit/es6/
Dmath-hyperbolic.js45 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/
Damdgpu_test.c127 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/
Dmath-floor-part4.js30 var test_id = 0; variable
34 '"' + (test_id++) + '";return Math.floor(n)');
43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
Dmath-floor-part2.js30 var test_id = 0; variable
34 '"' + (test_id++) + '";return Math.floor(n)');
43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
Dmath-floor-part1.js30 var test_id = 0; variable
34 '"' + (test_id++) + '";return Math.floor(n)');
43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
Dmath-floor-part3.js30 var test_id = 0; variable
34 '"' + (test_id++) + '";return Math.floor(n)');
43 '"' + (test_id++) + '";return Math.floor(n) + -0.0');
Dmath-round.js30 var test_id = 0; variable
35 '"' + (test_id++) + '";return Math.round(input)');
45 '"' + (test_id++) + '";return Math.round(input) + -0.0');
Dswitch.js342 var test_id = 0, variable
374 '"' + (test_id++) + '";' +
/external/v8/tools/
Drun-deopt-fuzzer.py410 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/
Dresources.py17 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/
Dpatchable-statepoints.ll6 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function {
7 ; CHECK-LABEL: @test_id(
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
Dpatchable-statepoints.ll6 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function {
7 ; CHECK-LABEL: @test_id(
/external/v8/test/mjsunit/compiler/
Dmath-floor-local.js31 var test_id = 0; variable
35 '"' + (test_id++) +
Dmath-floor-global.js32 var test_id = 0; variable
36 '"' + (test_id++) + '";return flo(n)');
/external/autotest/database/
Dschema_051.sql137 `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/
Dnetwork_execution.py187 test_id = data[0]
188 if test_id < 0:
193 test = test_map.pop(test_id)
/external/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll66 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/
Dencode-test.m174 id test_id = 0;
177 const char g14[] = @encode(__typeof__(*test_id));
/external/v8/tools/testrunner/local/
Dexecution.py50 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/
Dbatch_test.py262 def _DoTestConvertIdToHeader(self, test_id, expected_result): argument
266 batch_request._ConvertIdToHeader(test_id))
/external/v8/src/ast/
Dast.cc597 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/
Dtest.py176 test_id = '.'.join(test.id().split('.')[-2:])
179 len(self.failures), len(self.skipped), test_id))
/external/protobuf/gtest/test/
Dgtest_unittest.cc2032 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/
Dgtest_unittest.cc1887 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/
Dgtest_unittest.cc2194 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()

123