Searched defs:shard_index (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);
4218 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1); local
4221 static_cast<int>(shard_index) + 1,
5861 // but inconsistent (i.e., shard_index >= total_shards), prints
5873 const Int32 shard_index = Int32FromEnvOrDie(shard_index_env, -1); local
5875 if (total_shards == -1 && shard_index == -1) {
5877 } else if (total_shards == -1 && shard_index != -1) {
5880 << kTestShardIndex << " = " << shard_index
5928 ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) argument
5942 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ? local
[all...]

Completed in 19 milliseconds