Searched defs:kTestShardIndex (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/base/test/
H A Dtest_launcher.cc36 const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:base
71 *shard_index = Int32FromEnvOrDie(kTestShardIndex, 0);
75 << kTestShardIndex << " = " << *shard_index
81 << ", but have left " << kTestShardIndex << " unset.\n"; local
85 << kTestShardIndex << " < " << kTestTotalShards
86 << ", but you have " << kTestShardIndex << "=" << *shard_index
/external/chromium/testing/gtest/src/
H A Dgtest.cc164 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2730 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4318 << kTestShardIndex << " = " << shard_index
4327 << ", but have left " << kTestShardIndex << " unset.\n";
4334 << kTestShardIndex << " < " << kTestTotalShards
4335 << ", but you have " << kTestShardIndex << "=" << shard_index
4381 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc165 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2633 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2634 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4114 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4258 << kTestShardIndex << " = " << shard_index
4267 << ", but have left " << kTestShardIndex << " unset.\n";
4274 << kTestShardIndex << " < " << kTestTotalShards
4275 << ", but you have " << kTestShardIndex << "=" << shard_index
4321 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc164 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2730 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4318 << kTestShardIndex << " = " << shard_index
4327 << ", but have left " << kTestShardIndex << " unset.\n";
4334 << kTestShardIndex << " < " << kTestTotalShards
4335 << ", but you have " << kTestShardIndex << "=" << shard_index
4381 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/gtest/src/
H A Dgtest.cc164 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2730 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4318 << kTestShardIndex << " = " << shard_index
4327 << ", but have left " << kTestShardIndex << " unset.\n";
4334 << kTestShardIndex << " < " << kTestTotalShards
4335 << ", but you have " << kTestShardIndex << "=" << shard_index
4381 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc164 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2701 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2702 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4143 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4286 << kTestShardIndex << " = " << shard_index
4295 << ", but have left " << kTestShardIndex << " unset.\n";
4302 << kTestShardIndex << " < " << kTestTotalShards
4303 << ", but you have " << kTestShardIndex << "=" << shard_index
4349 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc164 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2730 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4318 << kTestShardIndex << " = " << shard_index
4327 << ", but have left " << kTestShardIndex << " unset.\n";
4334 << kTestShardIndex << " < " << kTestTotalShards
4335 << ", but you have " << kTestShardIndex << "=" << shard_index
4381 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/open-vcdiff/gtest/src/
H A Dgtest.cc152 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2707 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2710 internal::posix::GetEnv(kTestShardIndex),
3967 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4107 << kTestShardIndex << " = " << shard_index
4116 << ", but have left " << kTestShardIndex << " unset.\n";
4123 << kTestShardIndex << " < " << kTestTotalShards
4124 << ", but you have " << kTestShardIndex << "=" << shard_index
4170 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/protobuf/gtest/src/
H A Dgtest.cc152 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
2677 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2680 internal::posix::GetEnv(kTestShardIndex),
3936 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4076 << kTestShardIndex << " = " << shard_index
4085 << ", but have left " << kTestShardIndex << " unset.\n";
4092 << kTestShardIndex << " < " << kTestTotalShards
4093 << ", but you have " << kTestShardIndex << "=" << shard_index
4139 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1651 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; member in namespace:testing
4217 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4218 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
5736 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
5880 << kTestShardIndex << " = " << shard_index
5889 << ", but have left " << kTestShardIndex << " unset.\n";
5896 << kTestShardIndex << " < " << kTestTotalShards
5897 << ", but you have " << kTestShardIndex << "=" << shard_index
5943 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;

Completed in 193 milliseconds