Searched refs:test_id (Results 26 - 50 of 52) sorted by relevance

123

/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/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-tree-wizard.rb56 def test_id method in class:TestPatternLexer
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h275 int total_shards, int shard_index, int test_id);
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-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.h275 int total_shards, int shard_index, int test_id);
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-internal-inl.h265 int total_shards, int shard_index, int test_id);
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/mesa3d/src/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/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/lldb/test/unittest2/test/
H A Dtest_case.py500 def test_id(self): member in class:Test_TestCase
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc676 int total_shards, int shard_index, int test_id);
5928 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
5929 return (test_id % total_shards) == shard_index;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc676 int total_shards, int shard_index, int test_id);
5928 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
5929 return (test_id % total_shards) == shard_index;
/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/v8/src/
H A Dast.h380 TypeFeedbackId test_id() const { return test_id_; } function in class:v8::internal::Expression
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc698 CallIC(ic, condition->test_id());
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc688 CallIC(ic, condition->test_id());
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc642 CallIC(ic, condition->test_id());
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc687 CallIC(ic, condition->test_id());
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc683 CallIC(ic, condition->test_id());

Completed in 2226 milliseconds

123