Searched defs:test_id (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/es6/
H A 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/chromium_org/v8/test/mjsunit/
H A 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');
H A 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');
H A 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');
H A 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');
H A Dmath-round.js30 var test_id = 0; variable
35 '"' + (test_id++) + '";return Math.round(input)');
45 '"' + (test_id++) + '";return Math.round(input) + -0.0');
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dmath-floor-local.js31 var test_id = 0; variable
35 '"' + (test_id++) +
H A Dmath-floor-global.js32 var test_id = 0; variable
36 '"' + (test_id++) + '";return flo(n)');
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_platformapp_unittest.cc84 std::string test_id = "ahplfneplbnjcflhdgkkjeiglkkfeelb"; local
86 switches::kWhitelistedExtensionID, test_id);
/external/chromium_org/content/test/plugin/
H A Dplugin_test.h90 std::string test_id() const { return test_id_; } function in class:NPAPIClient::PluginTest
/external/lldb/test/unittest2/test/
H A Dtest_functiontestcase.py124 def test_id(self): member in class:Test_FunctionTestCase
H A Dtest_case.py500 def test_id(self): member in class:Test_TestCase
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc23 test_id = 123;
32 configuration.id = test_id;
39 test_id, &fake_clock, NULL, NULL, NULL, rtp_payload_registry_.get()));
46 int test_id; member in class:RtpRtcpAPITest
H A Dtest_api_audio.cc106 test_id = 123;
130 configuration.id = test_id;
139 test_id, &fake_clock, audioFeedback, data_receiver1, NULL,
142 configuration.id = test_id + 1;
149 test_id + 1, &fake_clock, audioFeedback, data_receiver2, NULL,
169 int test_id; member in class:RtpRtcpAudioTest
H A Dtest_api_rtcp.cc92 test_id = 123;
110 configuration.id = test_id;
128 test_id, &fake_clock, NULL, receiver, rtp_feedback1_.get(),
132 configuration.id = test_id + 1;
142 test_id + 1, &fake_clock, NULL, receiver, rtp_feedback2_.get(),
203 int test_id; member in class:RtpRtcpRtcpTest
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-tree-wizard.rb56 def test_id method in class:TestPatternLexer
/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc268 DiagnosticsTestId test_id; member in struct:diagnostics::__anon3565::TestPathInfo
293 : DiagnosticsTest(path_info.test_id),
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc6612 std::string test_id = "hdkklepkcpckhnpgjnmbdfhehckloojk"; local
6614 extensions::switches::kWhitelistedExtensionID, test_id);
6626 EXPECT_EQ(test_id, extension->id());
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1880 for (int test_id = 0; test_id < num_tests; test_id++) {
1883 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
1888 << shard_index << " are both selected to run test " << test_id; local
1898 for (int test_id = 0; test_id < num_tests; test_id++) {
1900 ShouldRunTestOnShard(num_shards, shard_index, test_id);
/external/gtest/test/
H A Dgtest_unittest.cc1887 for (int test_id = 0; test_id < num_tests; test_id++) {
1890 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
1895 << shard_index << " are both selected to run test " << test_id; local
1905 for (int test_id = 0; test_id < num_tests; test_id++) {
1907 ShouldRunTestOnShard(num_shards, shard_index, test_id);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2350 for (int test_id = 0; test_id < num_tests; test_id++) {
2353 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2358 << shard_index << " are both selected to run test " << test_id; local
2368 for (int test_id = 0; test_id < num_tests; test_id++) {
2370 ShouldRunTestOnShard(num_shards, shard_index, test_id);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4720 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4721 return (test_id % total_shards) == shard_index;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4366 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4367 return (test_id % total_shards) == shard_index;
/external/gtest/src/
H A Dgtest.cc4444 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4445 return (test_id % total_shards) == shard_index;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4334 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4335 return (test_id % total_shards) == shard_index;

Completed in 696 milliseconds

12