Home
last modified time | relevance | path

Searched refs:STARTUPINFO (Results 1 – 20 of 20) sorted by relevance

/third_party/gn/src/gn/
Dexec_process.cc87 STARTUPINFO start_info = {}; in ExecProcess()
89 start_info.cb = sizeof(STARTUPINFO); in ExecProcess()
/third_party/gn/misc/vim/
Dgn-format.py37 startupinfo = subprocess.STARTUPINFO()
/third_party/boost/libs/process/test/
Dsparring_partner.cpp217 STARTUPINFO si; in main()
223 STARTUPINFO si; in main()
/third_party/grpc/test/core/util/
Dsubprocess_windows.cc44 STARTUPINFO si; in gpr_subprocess_create()
/third_party/glib/tests/
Dchild-test.c57 STARTUPINFO si; in get_a_child()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_process.c38 STARTUPINFO sui = {0}; in SDL_LaunchProcess()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c348 STARTUPINFO si; in lws_spawn_piped()
490 si.cb = sizeof(STARTUPINFO); in lws_spawn_piped()
/third_party/ninja/src/
Dsubprocess-win32.cc92 startup_info.cb = sizeof(STARTUPINFO); in Start()
/third_party/python/Doc/library/
Dsubprocess.rst526 :attr:`STARTUPINFO.lpAttributeList`, or by standard handle redirection.
630 If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
900 The :class:`STARTUPINFO` class and following constants are only available
903 .. class:: STARTUPINFO(*, dwFlags=0, hStdInput=None, hStdOutput=None, \
907 `STARTUPINFO <https://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__
916 A bit field that determines whether certain :class:`STARTUPINFO`
919 si = subprocess.STARTUPINFO()
1008 Specifies that the :attr:`STARTUPINFO.hStdInput`,
1009 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
1014 Specifies that the :attr:`STARTUPINFO.wShowWindow` attribute contains
/third_party/python/Lib/
Dsubprocess.py170 class STARTUPINFO: class
185 return STARTUPINFO(dwFlags=self.dwFlags,
1382 startupinfo = STARTUPINFO()
/third_party/python/Lib/test/
Dtest_subprocess.py3269 startupinfo = subprocess.STARTUPINFO()
3284 startupinfo = subprocess.STARTUPINFO(
3296 startupinfo = subprocess.STARTUPINFO()
3380 startupinfo = subprocess.STARTUPINFO()
3393 startupinfo = subprocess.STARTUPINFO()
3403 startupinfo = subprocess.STARTUPINFO()
3409 startupinfo = subprocess.STARTUPINFO()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp515 STARTUPINFO startInfo; in start()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c631 STARTUPINFO startInfo; in deProcess_start()
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc788 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc789 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/third_party/boost/boost/test/impl/
Ddebug.ipp907 &startup_info, // pointer to STARTUPINFO that specifies main window appearance
/third_party/python/Doc/whatsnew/
D3.7.rst2384 :attr:`STARTUPINFO.lpAttributeList <subprocess.STARTUPINFO.lpAttributeList>`.
/third_party/python/Misc/NEWS.d/
D3.6.0a1.rst1227 Add STARTUPINFO to subprocess.__all__ on Windows.
D3.8.0a1.rst3951 unchanged: it will modify the copy, so that the same ``STARTUPINFO`` object
7592 The ``py`` launcher now forwards its ``STARTUPINFO`` structure to child
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc9020 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()