Home
last modified time | relevance | path

Searched refs:STD_OUTPUT_HANDLE (Results 1 - 25 of 41) sorted by relevance

12

/third_party/mesa3d/src/gallium/tools/trace/
H A Dformat.py103 STD_OUTPUT_HANDLE = -11 variable in WindowsConsoleFormatter
128 nStdHandle = self.STD_OUTPUT_HANDLE
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dprint.cpp53 SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dprint.cpp53 SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color);
/third_party/spirv-tools/source/
H A Dprint.cpp54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color);
/third_party/node/test/overlapped-checker/
H A Dmain_win.c33 HANDLE stdout_h = GetStdHandle(STD_OUTPUT_HANDLE); in write()
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_windows.cc39 console.handle = GetStdHandle(STD_OUTPUT_HANDLE); in console_info()
/third_party/benchmark/src/
H A Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf()
/third_party/gn/src/util/test/
H A Dgn_test.cc92 console_ = GetStdHandle(STD_OUTPUT_HANDLE); in ScopedEnableVTEscapeProcessing()
/third_party/ninja/src/
H A Dline_printer.cc43 console_ = GetStdHandle(STD_OUTPUT_HANDLE); in LinePrinter()
/third_party/rust/crates/atty/src/
H A Dlib.rs69 STD_OUTPUT_HANDLE as STD_OUTPUT, in is()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.cpp74 HANDLE out = GetStdHandle(STD_OUTPUT_HANDLE); in SetConsoleColor()
/third_party/gn/src/gn/
H A Dstandard_out.cc61 hstdout = ::GetStdHandle(STD_OUTPUT_HANDLE); in EnsureInitialized()
/third_party/libuv/src/win/
H A Dprocess-stdio.c83 handle = GetStdHandle(STD_OUTPUT_HANDLE); in uv_disable_stdio_inheritance()
/third_party/node/deps/uv/src/win/
H A Dprocess-stdio.c83 handle = GetStdHandle(STD_OUTPUT_HANDLE); in uv_disable_stdio_inheritance()
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp184 startInfo.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in WindowsProcess()
/third_party/curl/src/
H A Dtool_doswin.c737 TerminalSettings.hStdOut = GetStdHandle(STD_OUTPUT_HANDLE); in init_terminal()
/third_party/node/src/
H A Ddebug_utils.cc488 GetStdHandle(file == stdout ? STD_OUTPUT_HANDLE : STD_ERROR_HANDLE); in FWrite()
/third_party/curl/tests/server/
H A Dsockfilt.c198 handle = GetStdHandle(STD_OUTPUT_HANDLE); in write_wincon()
732 handles[nfd] = GetStdHandle(STD_OUTPUT_HANDLE); in select_ws()
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp769 res = ::WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), in Write()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c119 HANDLE std_output = GetStdHandle(STD_OUTPUT_HANDLE); in WriteUsingWIC()
/third_party/libsnd/src/
H A Dfile_io.c901 handle = GetStdHandle (STD_OUTPUT_HANDLE) ; in psf_set_stdio()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc578 if (GetStdHandle(STD_OUTPUT_HANDLE) != INVALID_HANDLE_VALUE && in HasConsole()
579 GetFileType(GetStdHandle(STD_OUTPUT_HANDLE)) != FILE_TYPE_UNKNOWN) in HasConsole()
/third_party/python/Lib/
H A Dsubprocess.py83 STD_INPUT_HANDLE, STD_OUTPUT_HANDLE,
93 "STD_INPUT_HANDLE", "STD_OUTPUT_HANDLE",
1368 c2pwrite = _winapi.GetStdHandle(_winapi.STD_OUTPUT_HANDLE)
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2901 #if defined(_WIN32) && defined(STD_OUTPUT_HANDLE)
2905 if (WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), buf, siz, &n, NULL)) in raw_write_stdout()
/third_party/openssl/apps/lib/
H A Dapps.c2894 #if defined(_WIN32) && defined(STD_OUTPUT_HANDLE)
2898 if (WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), buf, siz, &n, NULL)) in raw_write_stdout()

Completed in 30 milliseconds

12