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

  /external/chromium_org/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_org/testing/gtest/src/
gtest.cc 4664 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4732 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
gtest-internal-inl.h 257 // but inconsistent (e.g., shard_index >= total_shards), prints
273 // method. Assumes that 0 <= shard_index < total_shards.
275 int total_shards, int shard_index, int test_id);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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 4388 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
4456 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
gtest-internal-inl.h 257 // but inconsistent (e.g., shard_index >= total_shards), prints
273 // method. Assumes that 0 <= shard_index < total_shards.
275 int total_shards, int shard_index, int test_id);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
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...]
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...]
  /external/mesa3d/src/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 658 // but inconsistent (e.g., shard_index >= total_shards), prints
674 // method. Assumes that 0 <= shard_index < total_shards.
676 int total_shards, int shard_index, int test_id);
5872 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
5940 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 658 // but inconsistent (e.g., shard_index >= total_shards), prints
674 // method. Assumes that 0 <= shard_index < total_shards.
676 int total_shards, int shard_index, int test_id);
5872 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
5940 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]

Completed in 1772 milliseconds