Home
last modified time | relevance | path

Searched refs:hStdError (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc240 si.hStdError = INVALID_HANDLE_VALUE;
260 GetCurrentProcess(), &si.hStdError,
264 si.hStdError = RedirectIO(redirects[2], 2, ErrMsg);
265 if (si.hStdError == INVALID_HANDLE_VALUE) {
287 CloseHandle(si.hStdError);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProgram.inc202 si.hStdError = INVALID_HANDLE_VALUE;
222 GetCurrentProcess(), &si.hStdError,
231 si.hStdError = RedirectIO(Redirects[2], 2, ErrMsg);
232 if (si.hStdError == INVALID_HANDLE_VALUE) {
273 CloseHandle(si.hStdError);
/external/python/cpython2/PC/
Dw9xpopen.c90 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in main()
D_subprocess.c466 si.hStdError = gethandle(startup_info, "hStdError"); in sp_CreateProcess()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc110 startup_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in Start()
112 if (startup_info.hStdError == INVALID_HANDLE_VALUE) { in Start()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc301 si.hStdError = INVALID_HANDLE_VALUE;
321 GetCurrentProcess(), &si.hStdError,
330 si.hStdError = RedirectIO(redirects[2], 2, ErrMsg);
331 if (si.hStdError == INVALID_HANDLE_VALUE) {
372 CloseHandle(si.hStdError);
/external/llvm/lib/Support/Windows/
DProgram.inc301 si.hStdError = INVALID_HANDLE_VALUE;
321 GetCurrentProcess(), &si.hStdError,
330 si.hStdError = RedirectIO(redirects[2], 2, ErrMsg);
331 if (si.hStdError == INVALID_HANDLE_VALUE) {
372 CloseHandle(si.hStdError);
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc83 si.hStdError = h; in run_powershell()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
/external/python/cpython3/Lib/
Dsubprocess.py131 hStdError=None, wShowWindow=0, lpAttributeList=None): argument
135 self.hStdError = hStdError
147 hStdError=self.hStdError,
1134 startupinfo.hStdError = errwrite
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc125 startup_info.hStdError = child_stdout_write; in RunCommand()
/external/python/cpython2/Lib/
Dsubprocess.py67 hStdError = None variable in STARTUPINFO
608 startupinfo.hStdError = errwrite
/external/deqp/execserver/
DxsWin32TestProcess.cpp536 startInfo.hStdError = stdErrWrite; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c697 startInfo.hStdError = stdErrWrite; in deProcess_start()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc763 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc763 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-death-test.cc716 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc718 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc763 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc754 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc784 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/googletest/googletest/src/
Dgtest-death-test.cc791 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/python/cpython2/Doc/library/
Dsubprocess.rst614 .. attribute:: hStdError
660 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
/external/python/cpython3/Doc/library/
Dsubprocess.rst787 hStdError=None, wShowWindow=0, lpAttributeList=None)
819 .. attribute:: hStdError
892 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
/external/python/cpython3/Modules/
D_winapi.c1023 si.StartupInfo.hStdError = gethandle(startup_info, "hStdError"); in _winapi_CreateProcess_impl()

12