Home
last modified time | relevance | path

Searched refs:SpawnChild (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/process/
Dprocess_unittest.cc45 Process process(SpawnChild("SimpleChildProcess")); in TEST_F()
63 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F()
82 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F()
112 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F()
132 Process process(SpawnChild("SleepyChildProcess")); in TEST_F()
176 Process process(SpawnChild("TerminateCurrentProcessImmediatelyWithCode0")); in TEST_F()
189 Process process(SpawnChild("TerminateCurrentProcessImmediatelyWithCode250")); in TEST_F()
203 Process process(SpawnChild("FastSleepyChildProcess")); in TEST_F()
213 Process process(SpawnChild("SleepyChildProcess")); in TEST_F()
232 Process process(SpawnChild("SimpleChildProcess")); in TEST_F()
[all …]
Dprocess_util_unittest.cc184 TEST_F(ProcessUtilTest, SpawnChild) { in TEST_F() argument
185 Process process = SpawnChild("SimpleChildProcess"); in TEST_F()
201 Process process = SpawnChild("SlowChildProcess"); in TEST_F()
215 Process process = SpawnChild("SlowChildProcess"); in TEST_F()
520 Process process = SpawnChild("SimpleChildProcess"); in TEST_F()
568 Process process = SpawnChild("CrashingChildProcess"); in TEST_F()
632 Process process = SpawnChild("KilledChildProcess"); in TEST_F()
669 Process process = SpawnChild("TerminatedChildProcess"); in TEST_F()
694 Process child_process = SpawnChild("process_util_test_never_die"); in TEST_F()
727 Process child_process = SpawnChild("process_util_test_die_immediately"); in TEST_F()
/external/libchrome/base/test/
Dmultiprocess_test.h123 Process SpawnChild(const std::string& procname);
Dmultiprocess_test.cc57 Process MultiProcessTest::SpawnChild(const std::string& procname) {
/external/libchrome/libchrome_tools/patch/
Dsubprocess.patch64 Process MultiProcessTest::SpawnChild(const std::string& procname) {
/external/libchrome/base/debug/
Dstack_trace_unittest.cc175 Process child = SpawnChild("MismatchedMallocChildProcess"); in TEST_F()
/external/libchrome/base/memory/
Dshared_memory_unittest.cc834 processes[index] = SpawnChild("SharedMemoryTestMain"); in TEST_F()