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

/external/lldb/test/functionalities/thread/create_after_attach/
H A DTestCreateAfterAttach.py20 self.create_after_attach(use_fork=False)
30 self.create_after_attach(use_fork=False)
38 self.create_after_attach(use_fork=True)
48 def create_after_attach(self, use_fork):
54 if use_fork:
/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/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc1056 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
1058 if (!use_fork) {
1073 const bool use_fork = true; local
1076 if (use_fork && (child_pid = fork()) == 0) {
/external/gtest/src/
H A Dgtest-death-test.cc1051 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
1053 if (!use_fork) {
1079 const bool use_fork = true; local
1082 if (use_fork && (child_pid = fork()) == 0) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc961 const bool use_fork = GTEST_FLAG(death_test_use_fork); local
963 if (!use_fork) {
978 const bool use_fork = true; local
981 if (use_fork && (child_pid = fork()) == 0) {
/external/mesa3d/src/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-all.cc7545 const bool use_fork = GTEST_FLAG(death_test_use_fork);
7547 if (!use_fork) {
7573 const bool use_fork = true;
7576 if (use_fork && (child_pid = fork()) == 0) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6944 const bool use_fork = GTEST_FLAG(death_test_use_fork);
6946 if (!use_fork) {
6961 const bool use_fork = true;
6964 if (use_fork && (child_pid = fork()) == 0) {

Completed in 3301 milliseconds