Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc125 STARTUPINFO startup_info = {}; in RunCommand()
127 startup_info.cb = sizeof(STARTUPINFO); in RunCommand()
/external/python/cpython2/PC/
Dw9xpopen.c30 STARTUPINFO si; in main()
D_subprocess.c433 STARTUPINFO si; in sp_CreateProcess()
/external/clang/tools/clang-format/
Dclang-format.py70 startupinfo = subprocess.STARTUPINFO()
/external/grpc-grpc/test/core/util/
Dsubprocess_windows.cc44 STARTUPINFO si; in gpr_subprocess_create()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc76 STARTUPINFO si; in run_powershell()
/external/llvm-project/llvm/test/Support/
Dinterrupts.test30 startupinfo = subprocess.STARTUPINFO()
/external/python/cpython2/Doc/library/
Dsubprocess.rst422 If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
583 The :class:`STARTUPINFO` class and following constants are only available
586 .. class:: STARTUPINFO()
589 `STARTUPINFO <https://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__
594 A bit field that determines whether certain :class:`STARTUPINFO`
597 si = subprocess.STARTUPINFO()
659 Specifies that the :attr:`STARTUPINFO.hStdInput`,
660 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
665 Specifies that the :attr:`STARTUPINFO.wShowWindow` attribute contains
/external/llvm-project/clang/tools/clang-format/
Dclang-format.py107 startupinfo = subprocess.STARTUPINFO()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc249 ZeroMemory(&si, sizeof(STARTUPINFO)); in Start()
250 si.cb = sizeof(STARTUPINFO); in Start()
/external/clang/tools/scan-view/share/
Dstartfile.py37 startupinfo = subprocess.STARTUPINFO()
/external/llvm-project/clang/tools/scan-view/share/
Dstartfile.py40 startupinfo = subprocess.STARTUPINFO()
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp70 STARTUPINFO startupinfo = {}; in LaunchProcess()
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpopen_spawn.py45 startupinfo = subprocess.STARTUPINFO()
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
Dclang-include-fixer.py92 startupinfo = subprocess.STARTUPINFO()
/external/python/setuptools/
Dlauncher.c205 s_info.cb = sizeof(STARTUPINFO); in create_and_wait_for_subprocess()
/external/python/cpython3/Doc/library/
Dsubprocess.rst507 :attr:`STARTUPINFO.lpAttributeList`, or by standard handle redirection.
611 If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
872 The :class:`STARTUPINFO` class and following constants are only available
875 .. class:: STARTUPINFO(*, dwFlags=0, hStdInput=None, hStdOutput=None, \
879 `STARTUPINFO <https://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__
888 A bit field that determines whether certain :class:`STARTUPINFO`
891 si = subprocess.STARTUPINFO()
980 Specifies that the :attr:`STARTUPINFO.hStdInput`,
981 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
986 Specifies that the :attr:`STARTUPINFO.wShowWindow` attribute contains
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp329 STARTUPINFO startupInfo; in WinMain()
/external/libsrtp2/test/
Dcutest.h494 startupInfo.cb = sizeof(STARTUPINFO); in test_run__()
/external/python/cpython2/Lib/
Dsubprocess.py63 class STARTUPINFO: class
603 startupinfo = STARTUPINFO()
/external/python/cpython3/Lib/
Dsubprocess.py174 class STARTUPINFO: class
189 return STARTUPINFO(dwFlags=self.dwFlags,
1363 startupinfo = STARTUPINFO()
/external/python/cpython3/Lib/test/
Dtest_subprocess.py3197 startupinfo = subprocess.STARTUPINFO()
3212 startupinfo = subprocess.STARTUPINFO(
3224 startupinfo = subprocess.STARTUPINFO()
3308 startupinfo = subprocess.STARTUPINFO()
3320 startupinfo = subprocess.STARTUPINFO()
3330 startupinfo = subprocess.STARTUPINFO()
3336 startupinfo = subprocess.STARTUPINFO()
/external/deqp/execserver/
DxsWin32TestProcess.cpp515 STARTUPINFO startInfo; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c631 STARTUPINFO startInfo; in deProcess_start()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc714 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()

12