HomeSort by relevance Sort by last modified time
    Searched refs:total_shards (Results 1 - 11 of 11) sorted by null

  /external/protobuf/gtest/test/
gtest_filter_unittest.py 171 def RunWithSharding(total_shards, shard_index, command):
175 TOTAL_SHARDS_ENV_VAR: str(total_shards)}
243 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run,
253 total_shards: A total number of shards to split test run into.
271 for i in range(0, total_shards):
272 (tests_run, exit_code) = RunWithSharding(total_shards, i, args)
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 215 def RunWithSharding(total_shards, shard_index, command):
219 TOTAL_SHARDS_ENV_VAR: str(total_shards)}
287 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run,
297 total_shards: A total number of shards to split test run into.
315 for i in range(0, total_shards):
316 (tests_run, exit_code) = RunWithSharding(total_shards, i, args)
  /external/gtest/test/
gtest_filter_unittest.py 215 def RunWithSharding(total_shards, shard_index, command):
219 TOTAL_SHARDS_ENV_VAR: str(total_shards)}
287 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run,
297 total_shards: A total number of shards to split test run into.
315 for i in range(0, total_shards):
316 (tests_run, exit_code) = RunWithSharding(total_shards, i, args)
  /external/chromium/testing/gtest/src/
gtest.cc 4310 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4378 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
gtest-internal-inl.h 248 // but inconsistent (e.g., shard_index >= total_shards), prints
264 // method. Assumes that 0 <= shard_index < total_shards.
266 int total_shards, int shard_index, int test_id);
    [all...]
  /external/gtest/src/
gtest.cc 4310 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4378 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
gtest-internal-inl.h 248 // but inconsistent (e.g., shard_index >= total_shards), prints
264 // method. Assumes that 0 <= shard_index < total_shards.
266 int total_shards, int shard_index, int test_id);
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 4278 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4346 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 4068 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4136 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
gtest-internal-inl.h 224 // but inconsistent (e.g., shard_index >= total_shards), prints
239 // method. Assumes that 0 <= shard_index < total_shards.
240 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 247 // but inconsistent (e.g., shard_index >= total_shards), prints
263 // method. Assumes that 0 <= shard_index < total_shards.
265 int total_shards, int shard_index, int test_id);
    [all...]

Completed in 285 milliseconds