Home
last modified time | relevance | path

Searched refs:STD_ERROR_HANDLE (Results 1 – 25 of 49) 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/deqp-deps/SPIRV-Tools/source/
Dprint.cpp54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cpp70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
/external/llvm-project/openmp/runtime/src/
Dkmp_io.cpp110 he = GetStdHandle(STD_ERROR_HANDLE); in __kmp_redirect_output()
/external/rust/crates/atty/src/
Dlib.rs68 STD_ERROR_HANDLE as STD_ERROR, STD_INPUT_HANDLE as STD_INPUT, in is()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp73 hConsoleHandle = GetStdHandle(STD_ERROR_HANDLE); in SetTextColor()
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp80 stderr_handle ? stderr_handle : ::GetStdHandle(STD_ERROR_HANDLE); in LaunchProcess()
/external/curl/src/
Dtool_cb_prg.c247 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/flac/src/share/win_utf8_io/
Dwin_utf8_io.c210 HANDLE hErr = GetStdHandle(STD_ERROR_HANDLE); in wprint_console()
/external/perfetto/src/base/
Dsubprocess_windows.cc88 start_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Start()
/external/angle/util/windows/
Dtest_utils_win.cpp201 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/rtc_base/
Dlogging.cc382 if (HANDLE error_handle = ::GetStdHandle(STD_ERROR_HANDLE)) { in OutputToDebug()
/external/curl/tests/server/
Dsockfilt.c196 handle = GetStdHandle(STD_ERROR_HANDLE); in write_wincon()
739 handles[nfd] = GetStdHandle(STD_ERROR_HANDLE); in select_ws()
/external/python/cpython2/Lib/
Dsubprocess.py93 STD_ERROR_HANDLE, SW_HIDE,
543 errwrite = _subprocess.GetStdHandle(_subprocess.STD_ERROR_HANDLE)
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc205 HANDLE stderr_handle = GetStdHandle(STD_ERROR_HANDLE); in FatalError()

12