Home
last modified time | relevance | path

Searched refs:STD_ERROR_HANDLE (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/gallium/tools/trace/
Dformat.py104 STD_ERROR_HANDLE = -12 variable in WindowsConsoleFormatter
130 nStdHandle = self.STD_ERROR_HANDLE
/external/swiftshader/third_party/SPIRV-Tools/source/
Dprint.cpp53 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/external/deqp-deps/SPIRV-Tools/source/
Dprint.cpp53 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/external/python/cpython2/PC/
Dw9xpopen.c90 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in main()
D_subprocess.c681 defint(d, "STD_ERROR_HANDLE", STD_ERROR_HANDLE); in init_subprocess()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
/external/curl/src/
Dtool_cb_prg.c226 HANDLE stderr_hnd = GetStdHandle(STD_ERROR_HANDLE); in progressbarinit()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp70 hConsoleHandle = GetStdHandle(STD_ERROR_HANDLE); in SetTextColor()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c822 old_stderr = GetStdHandle(STD_ERROR_HANDLE); in run_installscript()
824 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_installscript()
834 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_installscript()
888 HANDLE old_stderr = GetStdHandle(STD_ERROR_HANDLE); in run_simple_script()
890 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_simple_script()
902 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_simple_script()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c780 old_stderr = GetStdHandle(STD_ERROR_HANDLE); in run_installscript()
782 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_installscript()
792 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_installscript()
844 HANDLE old_stderr = GetStdHandle(STD_ERROR_HANDLE); in run_simple_script()
846 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_simple_script()
858 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_simple_script()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc110 startup_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in Start()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc151 if (GetConsoleScreenBufferInfo(GetStdHandle(STD_ERROR_HANDLE), &csbi))
/external/webrtc/webrtc/base/
Dlogging.cc369 if (HANDLE error_handle = ::GetStdHandle(STD_ERROR_HANDLE)) { in OutputToDebug()
/external/python/cpython2/Lib/
Dsubprocess.py93 STD_ERROR_HANDLE, SW_HIDE,
543 errwrite = _subprocess.GetStdHandle(_subprocess.STD_ERROR_HANDLE)
/external/curl/tests/server/
Dsockfilt.c328 handle = GetStdHandle(STD_ERROR_HANDLE); in write_wincon()
771 handles[nfd] = GetStdHandle(STD_ERROR_HANDLE); in select_ws()
/external/python/cpython3/Lib/
Dsubprocess.py180 STD_ERROR_HANDLE, SW_HIDE,
1061 errwrite = _winapi.GetStdHandle(_winapi.STD_ERROR_HANDLE)
/external/boringssl/src/crypto/test/
Dabi_test.cc201 HANDLE stderr_handle = GetStdHandle(STD_ERROR_HANDLE); in FatalError()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc606 fd = GetStdHandle(fd == kStdoutFd ? STD_OUTPUT_HANDLE : STD_ERROR_HANDLE); in WriteToFile()
/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/mesa3d/src/gtest/src/
Dgtest-death-test.cc763 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/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-death-test.cc716 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProcess.inc311 if (GetConsoleScreenBufferInfo(GetStdHandle(STD_ERROR_HANDLE), &csbi))
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc754 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()

12