Home
last modified time | relevance | path

Searched refs:STD_ERROR_HANDLE (Results 1 – 25 of 37) 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/cpuinfo/deps/clog/src/
Dclog.c108 GetStdHandle(STD_ERROR_HANDLE), in clog_vlog_fatal()
184 GetStdHandle(STD_ERROR_HANDLE), in clog_vlog_error()
260 GetStdHandle(STD_ERROR_HANDLE), in clog_vlog_warning()
/external/angle/third_party/spirv-tools/src/source/
Dprint.cpp54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/external/deqp-deps/SPIRV-Tools/source/
Dprint.cpp54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dprint.cpp54 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/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp73 hConsoleHandle = GetStdHandle(STD_ERROR_HANDLE); in SetTextColor()
/external/curl/src/
Dtool_cb_prg.c232 HANDLE stderr_hnd = GetStdHandle(STD_ERROR_HANDLE); in progressbarinit()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c821 old_stderr = GetStdHandle(STD_ERROR_HANDLE); in run_installscript()
823 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_installscript()
833 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_installscript()
887 HANDLE old_stderr = GetStdHandle(STD_ERROR_HANDLE); in run_simple_script()
889 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_simple_script()
901 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/angle/util/windows/
Dtest_utils_win.cpp191 startInfo.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in WindowsProcess()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc122 startup_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in Start()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc233 child_pipe_[i] = GetStdHandle(STD_ERROR_HANDLE); in Start()
/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/boringssl/src/crypto/test/
Dabi_test.cc206 HANDLE stderr_handle = GetStdHandle(STD_ERROR_HANDLE); in FatalError()
/external/python/cpython3/Lib/
Dsubprocess.py75 STD_ERROR_HANDLE, SW_HIDE,
1178 errwrite = _winapi.GetStdHandle(_winapi.STD_ERROR_HANDLE)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc606 fd = GetStdHandle(fd == kStdoutFd ? STD_OUTPUT_HANDLE : STD_ERROR_HANDLE); in WriteToFile()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc718 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/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/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc754 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/llvm/lib/Support/Windows/
DProcess.inc321 if (GetConsoleScreenBufferInfo(GetStdHandle(STD_ERROR_HANDLE), &csbi))

12