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

/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h700 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
703 int FilterTests(ReactionToSharding shard_tests);
H A Dgtest.cc4373 // If shard_tests == true, further filters tests based on sharding
4377 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
4378 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
4380 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
4416 (shard_tests == IGNORE_SHARDING_PROTOCOL ||
/external/gtest/src/
H A Dgtest-internal-inl.h707 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
710 int FilterTests(ReactionToSharding shard_tests);
H A Dgtest.cc4373 // If shard_tests == true, further filters tests based on sharding
4377 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
4378 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
4380 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
4416 (shard_tests == IGNORE_SHARDING_PROTOCOL ||
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h707 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
710 int FilterTests(ReactionToSharding shard_tests);
H A Dgtest.cc4373 // If shard_tests == true, further filters tests based on sharding
4377 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
4378 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
4380 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
4416 (shard_tests == IGNORE_SHARDING_PROTOCOL ||
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h706 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
709 int FilterTests(ReactionToSharding shard_tests);
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h946 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
949 int FilterTests(ReactionToSharding shard_tests);
H A Dgtest.cc4162 // If shard_tests == true, further filters tests based on sharding
4166 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
4167 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
4169 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
4205 (shard_tests == IGNORE_SHARDING_PROTOCOL ||
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h942 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
945 int FilterTests(ReactionToSharding shard_tests);
H A Dgtest.cc4131 // If shard_tests == true, further filters tests based on sharding
4135 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
4136 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
4138 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
4174 (shard_tests == IGNORE_SHARDING_PROTOCOL ||
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4341 // If shard_tests == true, further filters tests based on sharding
4345 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
4346 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
4348 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
4384 (shard_tests == IGNORE_SHARDING_PROTOCOL ||
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc1105 // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests
1108 int FilterTests(ReactionToSharding shard_tests);
5677 // If shard_tests == true, further filters tests based on sharding
5681 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { argument
5682 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ?
5684 const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ?
5720 (shard_tests == IGNORE_SHARDING_PROTOCOL ||

Completed in 1855 milliseconds