Home
last modified time | relevance | path

Searched defs:subprocess (Results 1 – 21 of 21) sorted by relevance

/third_party/glib/gio/
Dgsubprocess.c599 g_subprocess_get_identifier (GSubprocess *subprocess) in g_subprocess_get_identifier()
624 g_subprocess_get_stdin_pipe (GSubprocess *subprocess) in g_subprocess_get_stdin_pipe()
646 g_subprocess_get_stdout_pipe (GSubprocess *subprocess) in g_subprocess_get_stdout_pipe()
668 g_subprocess_get_stderr_pipe (GSubprocess *subprocess) in g_subprocess_get_stderr_pipe()
736 g_subprocess_wait_async (GSubprocess *subprocess, in g_subprocess_wait_async()
783 g_subprocess_wait_finish (GSubprocess *subprocess, in g_subprocess_wait_finish()
844 g_subprocess_wait (GSubprocess *subprocess, in g_subprocess_wait()
894 g_subprocess_wait_check (GSubprocess *subprocess, in g_subprocess_wait_check()
916 g_subprocess_wait_check_async (GSubprocess *subprocess, in g_subprocess_wait_check_async()
938 g_subprocess_wait_check_finish (GSubprocess *subprocess, in g_subprocess_wait_check_finish()
[all …]
Dgunixmount.c249 GSubprocess *subprocess = G_SUBPROCESS (source); in eject_unmount_done() local
279 GSubprocess *subprocess; in eject_unmount_do_cb() local
Dgunixvolume.c273 GSubprocess *subprocess = G_SUBPROCESS (source); in eject_mount_done() local
311 GSubprocess *subprocess; in eject_mount_do() local
Dgsubprocesslauncher.c774 GSubprocess *subprocess; in g_subprocess_launcher_spawnv() local
/third_party/node/test/parallel/
Dtest-child-process-spawn-event.js6 const subprocess = spawn('echo', ['ok']); constant
Dtest-child-process-spawn-args.js39 const subprocess = spawn(command, testCase, options); constant
/third_party/python/Lib/
D_aix_support.py11 import _bootsubprocess as subprocess namespace
/third_party/glib/gio/tests/
Dg-file-info-filesystem-readonly.c36 GSubprocess *subprocess; in run() local
Dgsubprocess.c211 GSubprocess *subprocess = G_SUBPROCESS (source); in test_exit1_cancel_wait_check_cb() local
264 GSubprocess *subprocess = G_SUBPROCESS (source); in test_exit1_cancel_in_cb_wait_check_cb() local
602 GSubprocess *subprocess = G_SUBPROCESS (object); in on_subprocess_exited() local
1275 GSubprocess *subprocess = G_SUBPROCESS (object); in on_request_quit_exited() local
Dgapplication.c998 GSubprocess *subprocess; member
/third_party/ninja/src/
Dsubprocess-win32.cc240 Subprocess *subprocess = new Subprocess(use_console); in Add() local
Dsubprocess-posix.cc230 Subprocess *subprocess = new Subprocess(use_console); in Add() local
/third_party/node/lib/internal/
Dchild_process.js303 function flushStdio(subprocess) { argument
1084 function maybeClose(subprocess) { argument
/third_party/python/Lib/test/
D_test_eintr.py74 def subprocess(self, *args, **kw): member in EINTRBaseTest
/third_party/python/Doc/whatsnew/
D3.3.rst1991 subprocess section in Improved Modules
D3.7.rst1392 subprocess section in Improved Modules
D3.4.rst1516 subprocess section in Improved Modules
D3.5.rst1837 subprocess section in Improved Modules
D3.6.rst1491 subprocess section in Improved Modules
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js57 … let child = workerFarm({ onChild: function(subprocess) { childPid = subprocess.pid } }, childPath) argument
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2200 Subprocess subprocess; in GeneratePluginOutput() local