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

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3020 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4528 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4657 bool ShouldShard(const char* total_shards_env, function
/external/chromium_org/third_party/mesa/src/src/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.cc2733 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4252 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4381 bool ShouldShard(const char* total_shards_env, function
/external/llvm/utils/unittest/googletest/src/
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/mesa3d/src/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/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
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc662 GTEST_API_ bool ShouldShard(const char* total_shards_str,
4217 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
5736 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
5865 bool ShouldShard(const char* total_shards_env, function
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc662 GTEST_API_ bool ShouldShard(const char* total_shards_str,
4217 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
5736 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
5865 bool ShouldShard(const char* total_shards_env, function

Completed in 598 milliseconds