Searched defs:use_fork (Results 1 - 6 of 6) sorted by relevance

/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc905 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
907 if (!use_fork) {
922 const bool use_fork = true; local
925 if (use_fork && (child_pid = fork()) == 0) {
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc905 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
907 if (!use_fork) {
922 const bool use_fork = true; local
925 if (use_fork && (child_pid = fork()) == 0) {
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc953 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
955 if (!use_fork) {
970 const bool use_fork = true; local
973 if (use_fork && (child_pid = fork()) == 0) {
/external/gtest/src/
H A Dgtest-death-test.cc958 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
960 if (!use_fork) {
975 const bool use_fork = true; local
978 if (use_fork && (child_pid = fork()) == 0) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc958 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
960 if (!use_fork) {
975 const bool use_fork = true; local
978 if (use_fork && (child_pid = fork()) == 0) {
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc957 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
959 if (!use_fork) {
974 const bool use_fork = true; local
977 if (use_fork && (child_pid = fork()) == 0) {

Completed in 61 milliseconds