/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 125 STARTUPINFO startup_info = {}; in RunCommand() 127 startup_info.cb = sizeof(STARTUPINFO); in RunCommand()
|
/external/python/cpython2/PC/ |
D | w9xpopen.c | 30 STARTUPINFO si; in main()
|
D | _subprocess.c | 433 STARTUPINFO si; in sp_CreateProcess()
|
/external/clang/tools/clang-format/ |
D | clang-format.py | 70 startupinfo = subprocess.STARTUPINFO()
|
/external/grpc-grpc/test/core/util/ |
D | subprocess_windows.cc | 44 STARTUPINFO si; in gpr_subprocess_create()
|
/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
D | check_gcp_environment_windows.cc | 76 STARTUPINFO si; in run_powershell()
|
/external/llvm-project/llvm/test/Support/ |
D | interrupts.test | 30 startupinfo = subprocess.STARTUPINFO()
|
/external/python/cpython2/Doc/library/ |
D | subprocess.rst | 422 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/ |
D | clang-format.py | 107 startupinfo = subprocess.STARTUPINFO()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | subprocess.cc | 249 ZeroMemory(&si, sizeof(STARTUPINFO)); in Start() 250 si.cb = sizeof(STARTUPINFO); in Start()
|
/external/clang/tools/scan-view/share/ |
D | startfile.py | 37 startupinfo = subprocess.STARTUPINFO()
|
/external/llvm-project/clang/tools/scan-view/share/ |
D | startfile.py | 40 startupinfo = subprocess.STARTUPINFO()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | ProcessLauncherWindows.cpp | 70 STARTUPINFO startupinfo = {}; in LaunchProcess()
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | popen_spawn.py | 45 startupinfo = subprocess.STARTUPINFO()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
D | clang-include-fixer.py | 92 startupinfo = subprocess.STARTUPINFO()
|
/external/python/setuptools/ |
D | launcher.c | 205 s_info.cb = sizeof(STARTUPINFO); in create_and_wait_for_subprocess()
|
/external/python/cpython3/Doc/library/ |
D | subprocess.rst | 507 :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/ |
D | SfxSetup.cpp | 329 STARTUPINFO startupInfo; in WinMain()
|
/external/libsrtp2/test/ |
D | cutest.h | 494 startupInfo.cb = sizeof(STARTUPINFO); in test_run__()
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 63 class STARTUPINFO: class 603 startupinfo = STARTUPINFO()
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 174 class STARTUPINFO: class 189 return STARTUPINFO(dwFlags=self.dwFlags, 1363 startupinfo = STARTUPINFO()
|
/external/python/cpython3/Lib/test/ |
D | test_subprocess.py | 3197 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/ |
D | xsWin32TestProcess.cpp | 515 STARTUPINFO startInfo; in start()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 631 STARTUPINFO startInfo; in deProcess_start()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 714 memset(&startup_info, 0, sizeof(STARTUPINFO)); in AssumeRole()
|