Searched refs:total_shards (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc658 // 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);
5861 // but inconsistent (i.e., shard_index >= total_shards), prints
5872 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
5875 if (total_shards == -1 && shard_index == -1) {
5877 } else if (total_shards == -1 && shard_index != -1) {
5885 } else if (total_shards != -1 && shard_index == -1) {
5888 << kTestTotalShards << " = " << total_shards
5893 } else if (shard_index < 0 || shard_index >= total_shards) {
5928 ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) argument
5940 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
[all...]

Completed in 43 milliseconds