Home
last modified time | relevance | path

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

/external/chromium_org/base/process/
Dprocess_util_unittest.cc148 TEST_F(ProcessUtilTest, SpawnChild) { in TEST_F() argument
149 base::ProcessHandle handle = SpawnChild("SimpleChildProcess"); in TEST_F()
165 base::ProcessHandle handle = SpawnChild("SlowChildProcess"); in TEST_F()
179 base::ProcessHandle handle = SpawnChild("SlowChildProcess"); in TEST_F()
202 base::ProcessHandle handle = SpawnChild("SimpleChildProcess"); in TEST_F()
246 base::ProcessHandle handle = SpawnChild("CrashingChildProcess"); in TEST_F()
293 base::ProcessHandle handle = SpawnChild("KilledChildProcess"); in TEST_F()
323 base::ProcessHandle handle = SpawnChild("SimpleChildProcess"); in TEST_F()
850 base::ProcessHandle child_process = SpawnChild("process_util_test_never_die"); in TEST_F()
869 SpawnChild("process_util_test_die_immediately"); in TEST_F()
/external/chromium_org/ipc/
Dipc_channel_posix_unittest.cc298 base::ProcessHandle handle = SpawnChild("IPCChannelPosixTestConnectionProc"); in TEST_F()
328 base::ProcessHandle handle = SpawnChild("IPCChannelPosixTestConnectionProc"); in TEST_F()
336 base::ProcessHandle handle2 = SpawnChild("IPCChannelPosixTestConnectionProc"); in TEST_F()
388 base::ProcessHandle handle = SpawnChild("IPCChannelPosixTestConnectionProc"); in TEST_F()
393 base::ProcessHandle handle2 = SpawnChild("IPCChannelPosixFailConnectionProc"); in TEST_F()
Dipc_test_base.cc97 client_process_ = SpawnChild(test_main); in StartClient()
/external/chromium_org/chrome/common/
Dmulti_process_lock_unittest.cc54 base::ProcessHandle handle = SpawnChild("MultiProcessLockTryFailMain"); in ExpectLockIsLocked()
64 base::ProcessHandle handle = SpawnChild("MultiProcessLockTrySucceedMain"); in ExpectLockIsUnlocked()
Dservice_process_util_unittest.cc98 base::ProcessHandle handle = SpawnChild(name); in LaunchAndWait()
188 base::ProcessHandle handle = SpawnChild("ServiceProcessStateTestShutdown"); in TEST_F()
/external/chromium_org/base/test/
Dmultiprocess_test.h109 ProcessHandle SpawnChild(const std::string& procname);
Dmultiprocess_test.cc39 ProcessHandle MultiProcessTest::SpawnChild(const std::string& procname) { in SpawnChild() function in base::MultiProcessTest
/external/chromium_org/content/common/
Dsandbox_mac_unittest_helper.mm80 base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner");
82 LOG(WARNING) << "SpawnChild failed";
Dsandbox_mac_diraccess_unittest.mm37 base::ProcessHandle child_process = SpawnChild("mac_sandbox_path_access");
39 LOG(WARNING) << "SpawnChild failed";
/external/chromium_org/tools/valgrind/gtest_exclude/
Dbase_unittests.gtest-drmemory_win32.txt17 ProcessUtilTest.SpawnChild
/external/chromium_org/base/debug/
Dstack_trace_unittest.cc149 ProcessHandle child = SpawnChild("MismatchedMallocChildProcess"); in TEST_F()
/external/chromium_org/base/metrics/
Dstats_table_unittest.cc203 procs[index] = SpawnChild("StatsTableMultipleProcessMain"); in TEST_F()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc459 base::ProcessHandle handle = SpawnChild(name); in Launch()
/external/chromium_org/sandbox/mac/
Dbootstrap_sandbox_unittest.mm122 base::ProcessHandle pid = SpawnChild(kNotificationTestMain);
/external/chromium_org/base/memory/
Dshared_memory_unittest.cc667 handles[index] = SpawnChild("SharedMemoryTestMain"); in TEST_F()