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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
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 43 milliseconds