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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h275 int total_shards, int shard_index, int test_id);
H A Dgtest.cc4444 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4445 return (test_id % total_shards) == shard_index;

Completed in 194 milliseconds