Searched refs:STARTUPINFO (Results 1 – 20 of 20) sorted by relevance
/third_party/gn/src/gn/ |
D | exec_process.cc | 87 STARTUPINFO start_info = {}; in ExecProcess() 89 start_info.cb = sizeof(STARTUPINFO); in ExecProcess()
|
/third_party/gn/misc/vim/ |
D | gn-format.py | 37 startupinfo = subprocess.STARTUPINFO()
|
/third_party/boost/libs/process/test/ |
D | sparring_partner.cpp | 217 STARTUPINFO si; in main() 223 STARTUPINFO si; in main()
|
/third_party/grpc/test/core/util/ |
D | subprocess_windows.cc | 44 STARTUPINFO si; in gpr_subprocess_create()
|
/third_party/glib/tests/ |
D | child-test.c | 57 STARTUPINFO si; in get_a_child()
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/ |
D | windows_process.c | 38 STARTUPINFO sui = {0}; in SDL_LaunchProcess()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-spawn.c | 348 STARTUPINFO si; in lws_spawn_piped() 490 si.cb = sizeof(STARTUPINFO); in lws_spawn_piped()
|
/third_party/ninja/src/ |
D | subprocess-win32.cc | 92 startup_info.cb = sizeof(STARTUPINFO); in Start()
|
/third_party/python/Doc/library/ |
D | subprocess.rst | 526 :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/ |
D | subprocess.py | 170 class STARTUPINFO: class 185 return STARTUPINFO(dwFlags=self.dwFlags, 1382 startupinfo = STARTUPINFO()
|
/third_party/python/Lib/test/ |
D | test_subprocess.py | 3269 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/ |
D | xsWin32TestProcess.cpp | 515 STARTUPINFO startInfo; in start()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deProcess.c | 631 STARTUPINFO startInfo; in deProcess_start()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 788 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 789 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
|
/third_party/boost/boost/test/impl/ |
D | debug.ipp | 907 &startup_info, // pointer to STARTUPINFO that specifies main window appearance
|
/third_party/python/Doc/whatsnew/ |
D | 3.7.rst | 2384 :attr:`STARTUPINFO.lpAttributeList <subprocess.STARTUPINFO.lpAttributeList>`.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a1.rst | 1227 Add STARTUPINFO to subprocess.__all__ on Windows.
|
D | 3.8.0a1.rst | 3951 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/ |
D | gtest-all.cc | 9020 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
|