/external/mesa3d/src/gallium/tools/trace/ |
D | format.py | 104 STD_ERROR_HANDLE = -12 variable in WindowsConsoleFormatter 130 nStdHandle = self.STD_ERROR_HANDLE
|
/external/cpuinfo/deps/clog/src/ |
D | clog.c | 108 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/ |
D | print.cpp | 54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | print.cpp | 54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | print.cpp | 54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
|
/external/python/cpython2/PC/ |
D | w9xpopen.c | 90 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in main()
|
D | _subprocess.c | 681 defint(d, "STD_ERROR_HANDLE", STD_ERROR_HANDLE); in init_subprocess()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_control_c.cpp | 70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_control_c.cc | 70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_io.cpp | 110 he = GetStdHandle(STD_ERROR_HANDLE); in __kmp_redirect_output()
|
/external/rust/crates/atty/src/ |
D | lib.rs | 68 STD_ERROR_HANDLE as STD_ERROR, STD_INPUT_HANDLE as STD_INPUT, in is()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | swr_assert.cpp | 73 hConsoleHandle = GetStdHandle(STD_ERROR_HANDLE); in SetTextColor()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | ProcessLauncherWindows.cpp | 80 stderr_handle ? stderr_handle : ::GetStdHandle(STD_ERROR_HANDLE); in LaunchProcess()
|
/external/curl/src/ |
D | tool_cb_prg.c | 247 HANDLE stderr_hnd = GetStdHandle(STD_ERROR_HANDLE); in progressbarinit()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 821 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/ |
D | install.c | 780 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/ |
D | win_utf8_io.c | 210 HANDLE hErr = GetStdHandle(STD_ERROR_HANDLE); in wprint_console()
|
/external/perfetto/src/base/ |
D | subprocess_windows.cc | 88 start_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Start()
|
/external/angle/util/windows/ |
D | test_utils_win.cpp | 201 startInfo.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in WindowsProcess()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 122 startup_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in Start()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | subprocess.cc | 233 child_pipe_[i] = GetStdHandle(STD_ERROR_HANDLE); in Start()
|
/external/webrtc/rtc_base/ |
D | logging.cc | 382 if (HANDLE error_handle = ::GetStdHandle(STD_ERROR_HANDLE)) { in OutputToDebug()
|
/external/curl/tests/server/ |
D | sockfilt.c | 196 handle = GetStdHandle(STD_ERROR_HANDLE); in write_wincon() 739 handles[nfd] = GetStdHandle(STD_ERROR_HANDLE); in select_ws()
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 93 STD_ERROR_HANDLE, SW_HIDE, 543 errwrite = _subprocess.GetStdHandle(_subprocess.STD_ERROR_HANDLE)
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | abi_test.cc | 205 HANDLE stderr_handle = GetStdHandle(STD_ERROR_HANDLE); in FatalError()
|