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

/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc852 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
926 ExecDeathTestChildMain(&args);
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc852 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
926 ExecDeathTestChildMain(&args);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc547 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
582 const pid_t child_pid = clone(&ExecDeathTestChildMain, stack_top,
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc900 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
965 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
974 ExecDeathTestChildMain(&args);
/external/gtest/src/
H A Dgtest-death-test.cc900 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
979 ExecDeathTestChildMain(&args);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc900 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
979 ExecDeathTestChildMain(&args);
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc899 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
969 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
978 ExecDeathTestChildMain(&args);
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc7097 static int ExecDeathTestChildMain(void* child_arg) {
7167 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
7176 ExecDeathTestChildMain(&args);

Completed in 112 milliseconds