Searched defs:test_id (Results 26 - 30 of 30) sorted by relevance

12

/external/mesa3d/src/gtest/src/
H A Dgtest.cc4366 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4367 return (test_id % total_shards) == shard_index;
/external/protobuf/gtest/src/
H A Dgtest.cc4124 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
4125 return (test_id % total_shards) == shard_index;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc676 int total_shards, int shard_index, int test_id);
5928 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
5929 return (test_id % total_shards) == shard_index;
/external/chromium_org/v8/src/
H A Dast.h380 TypeFeedbackId test_id() const { return test_id_; } function in class:v8::internal::Expression
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc676 int total_shards, int shard_index, int test_id);
5928 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { argument
5929 return (test_id % total_shards) == shard_index;

Completed in 427 milliseconds

12