Home
last modified time | relevance | path

Searched refs:total_shards_env (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
Dgtest.cc4273 bool ShouldShard(const char* total_shards_env, in ShouldShard() argument
4280 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc4715 bool ShouldShard(const char* total_shards_env, in ShouldShard() argument
4722 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc5257 bool ShouldShard(const char* total_shards_env, in ShouldShard() argument
5264 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc5356 bool ShouldShard(const char* total_shards_env, in ShouldShard() argument
5363 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/mesa3d/src/gtest/src/
Dgtest.cc5418 bool ShouldShard(const char* total_shards_env, in ShouldShard() argument
5425 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/googletest/googletest/src/
Dgtest.cc5950 bool ShouldShard(const char* total_shards_env, in ShouldShard() argument
5957 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc5460 bool ShouldShard(const char *total_shards_env, const char *shard_index_env, in ShouldShard() argument
5466 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/fmtlib/test/
Dgmock-gtest-all.cc5715 bool ShouldShard(const char* total_shards_env, const char* shard_index_env, in ShouldShard() argument
5721 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc6163 bool ShouldShard(const char* total_shards_env, in ShouldShard() argument
6170 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard()