Searched refs:test_id (Results 1 - 25 of 27) sorted by relevance

12

/external/valgrind/unittest/
H A Dold_test_suite.cc70 int test_id = tests_to_run[i]; local
71 if (tests_to_exclude.count(test_id) > 0) {
72 printf("test%i was excluded\n", test_id);
74 (*TheMapOfTests)[test_id].Run();
159 int test_id = ParseInt(cur_arg); local
160 if (!TheMapOfTests->count(test_id)) {
161 printf("Unknown test id: %d\n", test_id);
164 tests_to_run.push_back(test_id);
167 int test_id = ParseInt(cur_arg + 1); local
168 if (!TheMapOfTests->count(test_id)) {
[all...]
/external/v8/test/mjsunit/compiler/
H A Dmath-floor-global.js32 var test_id = 0; variable
36 '"' + (test_id++) + '";return flo(n)');
H A Dmath-floor-local.js31 var test_id = 0; variable
35 '"' + (test_id++) +
/external/v8/test/mjsunit/
H A Dmath-floor.js30 var test_id = 0; variable
34 '"' + (test_id++) + '";return Math.floor(n)');
H A Dmath-round.js30 var test_id = 0; variable
35 '"' + (test_id++) + '";return Math.round(input)');
H A Dswitch.js342 var test_id = 0,
374 '"' + (test_id++) + '";' +
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc2092 for (int test_id = 0; test_id < num_tests; test_id++) {
2095 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2100 << shard_index << " are both selected to run test " << test_id; local
2110 for (int test_id = 0; test_id < num_tests; test_id++) {
2112 ShouldRunTestOnShard(num_shards, shard_index, test_id);
/external/gtest/test/
H A Dgtest_unittest.cc2092 for (int test_id = 0; test_id < num_tests; test_id++) {
2095 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2100 << shard_index << " are both selected to run test " << test_id; local
2110 for (int test_id = 0; test_id < num_tests; test_id++) {
2112 ShouldRunTestOnShard(num_shards, shard_index, test_id);
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_unittest.cc2092 for (int test_id = 0; test_id < num_tests; test_id++) {
2095 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2100 << shard_index << " are both selected to run test " << test_id; local
2110 for (int test_id = 0; test_id < num_tests; test_id++) {
2112 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/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-tree-wizard.rb56 def test_id method in class:TestPatternLexer
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h266 int total_shards, int shard_index, int test_id);
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-internal-inl.h266 int total_shards, int shard_index, int test_id);
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/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h266 int total_shards, int shard_index, int test_id);
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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h265 int total_shards, int shard_index, int test_id);
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h244 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id);
H A Dgtest.cc4155 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4156 return (test_id % total_shards) == shard_index;
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h240 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id);
H A Dgtest.cc4124 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4125 return (test_id % total_shards) == shard_index;
/external/v8/src/
H A Dhydrogen.cc2357 unsigned test_id = condition()->test_id(); local
2358 ToBooleanStub::Types expected(builder->oracle()->ToBooleanTypes(test_id));
6625 unsigned test_id = expr->left()->test_id(); local
6626 ToBooleanStub::Types expected(oracle()->ToBooleanTypes(test_id));
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4334 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4335 return (test_id % total_shards) == shard_index;
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc664 int total_shards, int shard_index, int test_id);
5670 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
5671 return (test_id % total_shards) == shard_index;

Completed in 653 milliseconds

12