/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)
|
gtest_unittest.cc | [all...] |
/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)
|
/ndk/sources/third_party/googletest/googletest/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/chromium_org/testing/gtest/src/ |
gtest.cc | 4138 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local 4206 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 | 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/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/open-vcdiff/gtest/src/ |
gtest.cc | 4099 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local 4167 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local [all...] |
gtest-internal-inl.h | 228 // but inconsistent (e.g., shard_index >= total_shards), prints 243 // method. Assumes that 0 <= shard_index < total_shards. 244 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id); [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...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest.cc | 4295 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local 4363 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/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...] |
/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...] |