Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc676 int total_shards, int shard_index, int test_id);
5928 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument
5929 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()