Home
last modified time | relevance | path

Searched refs:child_process (Results 1 – 25 of 43) sorted by relevance

12

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Drun-command.h15 struct child_process { struct
49 int start_command(struct child_process *); argument
50 int finish_command(struct child_process *);
51 int run_command(struct child_process *);
Drun-command.c18 int start_command(struct child_process *cmd) in start_command()
185 int finish_command(struct child_process *cmd) in finish_command()
190 int run_command(struct child_process *cmd) in run_command()
198 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()
211 struct child_process cmd; in run_command_v_opt()
Dpager.c26 static struct child_process pager_process;
/external/chromium_org/mojo/shell/
Dshell_test_main.cc20 scoped_ptr<mojo::shell::ChildProcess> child_process = in main() local
22 CHECK(child_process); in main()
23 child_process->Main(); in main()
DBUILD.gn49 "child_process.cc",
50 "child_process.h",
/external/chromium_org/chrome/browser/hang_monitor/
Dhung_window_detector.cc130 CHandle child_process(OpenProcess(PROCESS_ALL_ACCESS, in CheckChildWindow() local
134 if (NULL == child_process.m_h) { in CheckChildWindow()
147 CrashDumpAndTerminateHungChildProcess(child_process); in CheckChildWindow()
148 child_process.Close(); in CheckChildWindow()
/external/chromium_org/content/common/gpu/client/
Dgpu_memory_buffer_impl_linux.cc32 base::ProcessHandle child_process, in AllocateForChildProcess() argument
38 size, internalformat, child_process, callback); in AllocateForChildProcess()
49 base::ProcessHandle child_process) { in DeletedByChildProcess() argument
Dgpu_memory_buffer_impl_win.cc32 base::ProcessHandle child_process, in AllocateForChildProcess() argument
38 size, internalformat, child_process, callback); in AllocateForChildProcess()
49 base::ProcessHandle child_process) { in DeletedByChildProcess() argument
Dgpu_memory_buffer_impl_android.cc33 base::ProcessHandle child_process, in AllocateForChildProcess() argument
39 size, internalformat, child_process, callback); in AllocateForChildProcess()
50 base::ProcessHandle child_process) { in DeletedByChildProcess() argument
Dgpu_memory_buffer_impl_ozone.cc40 base::ProcessHandle child_process, in AllocateForChildProcess() argument
52 size, internalformat, child_process, callback); in AllocateForChildProcess()
63 base::ProcessHandle child_process) { in DeletedByChildProcess() argument
Dgpu_memory_buffer_impl_mac.cc40 base::ProcessHandle child_process, in AllocateForChildProcess() argument
53 size, internalformat, child_process, callback); in AllocateForChildProcess()
64 base::ProcessHandle child_process) { in DeletedByChildProcess() argument
Dgpu_memory_buffer_impl.h40 base::ProcessHandle child_process,
47 base::ProcessHandle child_process);
Dgpu_memory_buffer_impl_shared_memory.cc55 base::ProcessHandle child_process, in AllocateForChildProcess() argument
66 shared_memory.GiveToProcess(child_process, &handle.handle); in AllocateForChildProcess()
Dgpu_memory_buffer_impl_shared_memory.h22 base::ProcessHandle child_process,
/external/chromium_org/base/process/
Dprocess_util_unittest.cc918 base::ProcessHandle child_process = SpawnChild("process_util_test_never_die"); in TEST_F() local
919 ASSERT_TRUE(child_process); in TEST_F()
920 base::EnsureProcessTerminated(child_process); in TEST_F()
921 base::WaitForSingleProcess(child_process, base::TimeDelta::FromSeconds(5)); in TEST_F()
924 EXPECT_TRUE(IsProcessDead(child_process)); in TEST_F()
925 base::CloseProcessHandle(child_process); in TEST_F()
936 base::ProcessHandle child_process = in TEST_F() local
938 ASSERT_TRUE(child_process); in TEST_F()
941 base::EnsureProcessTerminated(child_process); in TEST_F()
944 EXPECT_TRUE(IsProcessDead(child_process)); in TEST_F()
[all …]
/external/chromium_org/mojo/shell/desktop/
Dmojo_main.cc48 if (scoped_ptr<mojo::shell::ChildProcess> child_process = in main() local
51 child_process->Main(); in main()
/external/chromium_org/sandbox/win/wow_helper/
Dservice64_resolver.cc112 bool WriteProtectedChildMemory(HANDLE child_process, in WriteProtectedChildMemory() argument
118 if (!::VirtualProtectEx(child_process, address, length, in WriteProtectedChildMemory()
123 bool ok = ::WriteProcessMemory(child_process, address, buffer, length, in WriteProtectedChildMemory()
127 if (!::VirtualProtectEx(child_process, address, length, in WriteProtectedChildMemory()
/external/chromium_org/sandbox/win/src/
Dwin_utils.cc281 bool WriteProtectedChildMemory(HANDLE child_process, void* address, in WriteProtectedChildMemory() argument
285 if (!::VirtualProtectEx(child_process, address, length, in WriteProtectedChildMemory()
290 bool ok = ::WriteProcessMemory(child_process, address, buffer, length, in WriteProtectedChildMemory()
294 if (!::VirtualProtectEx(child_process, address, length, in WriteProtectedChildMemory()
Dwin_utils.h105 bool WriteProtectedChildMemory(HANDLE child_process, void* address,
/external/chromium_org/content/common/
Dsandbox_mac_unittest_helper.mm80 base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner");
81 if (child_process == base::kNullProcessHandle) {
86 if (!base::WaitForExitCode(child_process, &code)) {
Dchild_process_host_impl.h46 size_t buffer_size, base::ProcessHandle child_process,
Dsandbox_mac_diraccess_unittest.mm37 base::ProcessHandle child_process = SpawnChild("mac_sandbox_path_access");
38 if (child_process == base::kNullProcessHandle) {
43 if (!base::WaitForExitCode(child_process, &code)) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dexecutive.py99 child_process = self.popen(args,
109 output_line = child_process.stdout.readline()
110 if output_line == "" and child_process.poll() != None:
113 return child_process.poll()
Duser.py151 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
152 child_process.communicate(input=message)
/external/chromium_org/content/browser/
Dsite_per_process_browsertest.cc339 RenderProcessHost* child_process = child->current_frame_host()->GetProcess(); in IN_PROC_BROWSER_TEST_F() local
342 child_process, in IN_PROC_BROWSER_TEST_F()
344 base::KillProcess(child_process->GetHandle(), 0, false); in IN_PROC_BROWSER_TEST_F()

12