Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc122 STARTUPINFO startup_info = {}; in RunCommand()
124 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/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc76 STARTUPINFO si; in run_powershell()
/external/grpc-grpc/test/core/util/
Dsubprocess_windows.cc44 STARTUPINFO si; in gpr_subprocess_create()
/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/clang/tools/scan-view/share/
Dstartfile.py37 startupinfo = subprocess.STARTUPINFO()
/external/python/cpython3/Doc/library/
Dsubprocess.rst474 :attr:`STARTUPINFO.lpAttributeList`, or by standard handle redirection.
539 If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
783 The :class:`STARTUPINFO` class and following constants are only available
786 .. class:: STARTUPINFO(*, dwFlags=0, hStdInput=None, hStdOutput=None, \
790 `STARTUPINFO <https://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__
799 A bit field that determines whether certain :class:`STARTUPINFO`
802 si = subprocess.STARTUPINFO()
891 Specifies that the :attr:`STARTUPINFO.hStdInput`,
892 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
897 Specifies that the :attr:`STARTUPINFO.wShowWindow` attribute contains
/external/python/setuptools/
Dlauncher.c205 s_info.cb = sizeof(STARTUPINFO); in create_and_wait_for_subprocess()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp329 STARTUPINFO startupInfo; in WinMain()
/external/python/cpython3/Lib/
Dsubprocess.py129 class STARTUPINFO: class
144 return STARTUPINFO(dwFlags=self.dwFlags,
1123 startupinfo = STARTUPINFO()
/external/python/cpython3/Lib/test/
Dtest_subprocess.py2824 startupinfo = subprocess.STARTUPINFO()
2839 startupinfo = subprocess.STARTUPINFO(
2851 startupinfo = subprocess.STARTUPINFO()
2935 startupinfo = subprocess.STARTUPINFO()
2947 startupinfo = subprocess.STARTUPINFO()
2957 startupinfo = subprocess.STARTUPINFO()
2963 startupinfo = subprocess.STARTUPINFO()
/external/python/cpython2/Lib/
Dsubprocess.py63 class STARTUPINFO: class
603 startupinfo = STARTUPINFO()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp380 STARTUPINFO StartupInfo; in main()
/external/deqp/execserver/
DxsWin32TestProcess.cpp515 STARTUPINFO startInfo; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c631 STARTUPINFO startInfo; in deProcess_start()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc235 STARTUPINFO si;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc759 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc759 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc759 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc714 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-death-test.cc712 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc750 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc780 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()

12