Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dprint.cpp43 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*()
53 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*()
63 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*()
73 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*()
83 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*()
93 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*()
/third_party/mesa3d/src/gallium/tools/trace/
Dformat.py104 STD_ERROR_HANDLE = -12 variable in WindowsConsoleFormatter
130 nStdHandle = self.STD_ERROR_HANDLE
/third_party/openssl/crypto/
Dcryptlib.c117 # ifdef STD_ERROR_HANDLE in OPENSSL_showfatal()
120 if ((h = GetStdHandle(STD_ERROR_HANDLE)) != NULL && in OPENSSL_showfatal()
/third_party/openssl/ohos_lite/crypto/
Dcryptlib.c272 # ifdef STD_ERROR_HANDLE in OPENSSL_showfatal()
275 if ((h = GetStdHandle(STD_ERROR_HANDLE)) != NULL && in OPENSSL_showfatal()
/third_party/spirv-tools/source/
Dprint.cpp55 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dprint.cpp54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/third_party/skia/third_party/externals/spirv-tools/source/
Dprint.cpp54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/third_party/ninja/src/
Dmsvc_helper-win32.cc66 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Run()
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dprinter_windows.cc41 console.handle = GetStdHandle(STD_ERROR_HANDLE); in console_info()
/third_party/rust/crates/atty/src/
Dlib.rs68 STD_ERROR_HANDLE as STD_ERROR, STD_INPUT_HANDLE as STD_INPUT, in is()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_win.cpp194 startInfo.hStdError = GetStdHandle(STD_ERROR_HANDLE); in RunApp()
/third_party/gn/src/gn/
Dexec_process.cc95 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in ExecProcess()
/third_party/rust/crates/is-terminal/src/
Dlib.rs84 STD_ERROR_HANDLE as STD_ERROR, STD_INPUT_HANDLE as STD_INPUT, in _is_terminal()
/third_party/libuv/src/win/
Dprocess-stdio.c87 handle = GetStdHandle(STD_ERROR_HANDLE); in uv_disable_stdio_inheritance()
/third_party/freetype/src/dlg/
Ddlg.c170 HANDLE err = GetStdHandle(STD_ERROR_HANDLE); in init_ansi_console()
246 handle = GetStdHandle(STD_ERROR_HANDLE); in dlg_vfprintf()
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_log.c356 stderrHandle = GetStdHandle(STD_ERROR_HANDLE); in SDL_LogOutput()
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp201 startInfo.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in WindowsProcess()
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc122 startup_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in Start()
/third_party/ffmpeg/libavutil/
Dlog.c155 con = GetStdHandle(STD_ERROR_HANDLE); in check_color_terminal()
/third_party/node/src/
Ddebug_utils.cc486 GetStdHandle(file == stdout ? STD_OUTPUT_HANDLE : STD_ERROR_HANDLE); in FWrite()
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c398 con = GetStdHandle(STD_ERROR_HANDLE); in color_printf()
/third_party/python/Lib/
Dsubprocess.py80 STD_ERROR_HANDLE, SW_HIDE,
1303 errwrite = _winapi.GetStdHandle(_winapi.STD_ERROR_HANDLE)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc300 if (GetConsoleScreenBufferInfo(GetStdHandle(STD_ERROR_HANDLE), &csbi))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc309 if (GetConsoleScreenBufferInfo(GetStdHandle(STD_ERROR_HANDLE), &csbi))
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc792 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()

12