Searched defs:child_process (Results 1 – 16 of 16) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | run-command.h | 15 struct child_process { struct 16 const char **argv; 17 pid_t pid; 49 int start_command(struct child_process *); argument
|
/external/chromium_org/content/common/gpu/client/ |
D | gpu_memory_buffer_impl_android.cc | 33 base::ProcessHandle child_process, in AllocateForChildProcess() 50 base::ProcessHandle child_process) { in DeletedByChildProcess()
|
D | gpu_memory_buffer_impl_ozone.cc | 40 base::ProcessHandle child_process, in AllocateForChildProcess() 63 base::ProcessHandle child_process) { in DeletedByChildProcess()
|
D | gpu_memory_buffer_impl_linux.cc | 32 base::ProcessHandle child_process, in AllocateForChildProcess() 49 base::ProcessHandle child_process) { in DeletedByChildProcess()
|
D | gpu_memory_buffer_impl_win.cc | 32 base::ProcessHandle child_process, in AllocateForChildProcess() 49 base::ProcessHandle child_process) { in DeletedByChildProcess()
|
D | gpu_memory_buffer_impl_mac.cc | 40 base::ProcessHandle child_process, in AllocateForChildProcess() 64 base::ProcessHandle child_process) { in DeletedByChildProcess()
|
D | gpu_memory_buffer_impl_shared_memory.cc | 55 base::ProcessHandle child_process, in AllocateForChildProcess()
|
/external/chromium_org/mojo/shell/ |
D | shell_test_main.cc | 20 scoped_ptr<mojo::shell::ChildProcess> child_process = in main() local
|
/external/chromium_org/mojo/shell/desktop/ |
D | mojo_main.cc | 48 if (scoped_ptr<mojo::shell::ChildProcess> child_process = in main() local
|
/external/chromium_org/chrome/browser/hang_monitor/ |
D | hung_window_detector.cc | 130 CHandle child_process(OpenProcess(PROCESS_ALL_ACCESS, in CheckChildWindow() local
|
/external/chromium_org/sandbox/win/src/ |
D | win_utils.cc | 281 bool WriteProtectedChildMemory(HANDLE child_process, void* address, in WriteProtectedChildMemory()
|
D | interception.cc | 64 InterceptionManager::InterceptionManager(TargetProcess* child_process, in InterceptionManager()
|
/external/chromium_org/base/process/ |
D | process_util_unittest.cc | 918 base::ProcessHandle child_process = SpawnChild("process_util_test_never_die"); in TEST_F() local 936 base::ProcessHandle child_process = in TEST_F() local
|
/external/chromium_org/content/browser/ |
D | site_per_process_browsertest.cc | 339 RenderProcessHost* child_process = child->current_frame_host()->GetProcess(); in IN_PROC_BROWSER_TEST_F() local
|
/external/chromium_org/sandbox/win/wow_helper/ |
D | service64_resolver.cc | 112 bool WriteProtectedChildMemory(HANDLE child_process, in WriteProtectedChildMemory()
|
/external/chromium_org/chrome/browser/ui/ |
D | browser_browsertest.cc | 567 content::RenderProcessHost* child_process = contents->GetRenderProcessHost(); in IN_PROC_BROWSER_TEST_F() local 594 content::RenderProcessHost* child_process = contents->GetRenderProcessHost(); in IN_PROC_BROWSER_TEST_F() local
|