Searched defs:ShouldShard (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest.cc2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4303 bool ShouldShard(const char* total_shards_env, function
/external/gtest/src/
H A Dgtest.cc2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4303 bool ShouldShard(const char* total_shards_env, function
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2701 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4143 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4271 bool ShouldShard(const char* total_shards_env, function
/external/protobuf/gtest/src/
H A Dgtest.cc2677 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
3936 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4061 bool ShouldShard(const char* total_shards_env, function

Completed in 184 milliseconds