Home
last modified time | relevance | path

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/
Dgtest-all.cc664 bool in_subprocess_for_death_test);
5730 bool in_subprocess_for_death_test = false; in RunAllTests() local
5733 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL); in RunAllTests()
5737 in_subprocess_for_death_test); in RunAllTests()
5765 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); in RunAllTests()
5867 bool in_subprocess_for_death_test) { in ShouldShard() argument
5868 if (in_subprocess_for_death_test) { in ShouldShard()