Searched defs:in_subprocess_for_death_test (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc4200 bool in_subprocess_for_death_test = false; local
4203 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4207 in_subprocess_for_death_test);
4235 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4332 // an error and exits. If in_subprocess_for_death_test, sharding is
4337 bool in_subprocess_for_death_test) {
4338 if (in_subprocess_for_death_test) {
4335 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/googletest/googletest/src/
H A Dgtest.cc4573 bool in_subprocess_for_death_test = false; local
4576 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4578 if (in_subprocess_for_death_test) {
4585 in_subprocess_for_death_test);
4613 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4710 // an error and exits. If in_subprocess_for_death_test, sharding is
4715 bool in_subprocess_for_death_test) {
4716 if (in_subprocess_for_death_test) {
4713 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc4575 bool in_subprocess_for_death_test = false; local
4578 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4580 if (in_subprocess_for_death_test) {
4587 in_subprocess_for_death_test);
4615 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4712 // an error and exits. If in_subprocess_for_death_test, sharding is
4717 bool in_subprocess_for_death_test) {
4718 if (in_subprocess_for_death_test) {
4715 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4139 bool in_subprocess_for_death_test = false; local
4142 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4146 in_subprocess_for_death_test);
4173 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4270 // an error and exits. If in_subprocess_for_death_test, sharding is
4275 bool in_subprocess_for_death_test) {
4276 if (in_subprocess_for_death_test) {
4273 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4169 bool in_subprocess_for_death_test = false; local
4172 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4176 in_subprocess_for_death_test);
4203 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4300 // an error and exits. If in_subprocess_for_death_test, sharding is
4305 bool in_subprocess_for_death_test) {
4306 if (in_subprocess_for_death_test) {
4303 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/protobuf/gtest/src/
H A Dgtest.cc3958 bool in_subprocess_for_death_test = false; local
3961 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
3965 in_subprocess_for_death_test);
3992 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4088 // an error and exits. If in_subprocess_for_death_test, sharding is
4093 bool in_subprocess_for_death_test) {
4094 if (in_subprocess_for_death_test) {
4091 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc4136 bool in_subprocess_for_death_test = false; local
4139 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4143 in_subprocess_for_death_test);
4170 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4267 // an error and exits. If in_subprocess_for_death_test, sharding is
4272 bool in_subprocess_for_death_test) {
4273 if (in_subprocess_for_death_test) {
4270 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/v8/testing/gtest/src/
H A Dgtest.cc4573 bool in_subprocess_for_death_test = false; local
4576 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4578 if (in_subprocess_for_death_test) {
4585 in_subprocess_for_death_test);
4613 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4710 // an error and exits. If in_subprocess_for_death_test, sharding is
4715 bool in_subprocess_for_death_test) {
4716 if (in_subprocess_for_death_test) {
4713 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc4242 bool in_subprocess_for_death_test = false; local
4245 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4249 in_subprocess_for_death_test);
4277 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4374 // an error and exits. If in_subprocess_for_death_test, sharding is
4379 bool in_subprocess_for_death_test) {
4380 if (in_subprocess_for_death_test) {
4377 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/fmtlib/test/
H A Dgmock-gtest-all.cc659 // an error and exits. If in_subprocess_for_death_test, sharding is
664 bool in_subprocess_for_death_test);
5730 bool in_subprocess_for_death_test = false; local
5733 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
5737 in_subprocess_for_death_test);
5765 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
5862 // an error and exits. If in_subprocess_for_death_test, sharding is
5867 bool in_subprocess_for_death_test) {
5868 if (in_subprocess_for_death_test) {
5865 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc639 // an error and exits. If in_subprocess_for_death_test, sharding is
644 bool in_subprocess_for_death_test);
5298 bool in_subprocess_for_death_test = false; local
5301 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
5305 in_subprocess_for_death_test);
5332 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
5428 // an error and exits. If in_subprocess_for_death_test, sharding is
5433 bool in_subprocess_for_death_test) {
5434 if (in_subprocess_for_death_test) {
5431 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc659 // an error and exits. If in_subprocess_for_death_test, sharding is
664 bool in_subprocess_for_death_test);
5730 bool in_subprocess_for_death_test = false; local
5733 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
5737 in_subprocess_for_death_test);
5765 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
5862 // an error and exits. If in_subprocess_for_death_test, sharding is
5867 bool in_subprocess_for_death_test) {
5868 if (in_subprocess_for_death_test) {
5865 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument

Completed in 257 milliseconds