Home
last modified time | relevance | path

Searched refs:stdout_handle (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/utils/benchmark/src/
Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
/external/libcxx/utils/google-benchmark/src/
Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
/external/google-benchmark/src/
Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp74 HANDLE stdout_handle = GetStdioHandle(launch_info, STDOUT_FILENO); in LaunchProcess() local
84 stdout_handle ? stdout_handle : ::GetStdHandle(STD_OUTPUT_HANDLE); in LaunchProcess()
138 if (stdout_handle) in LaunchProcess()
139 ::CloseHandle(stdout_handle); in LaunchProcess()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc348 if (new_options.stdout_handle) { in LaunchChildTestProcessWithOptions()
349 ::SetHandleInformation(new_options.stdout_handle, HANDLE_FLAG_INHERIT, in LaunchChildTestProcessWithOptions()
360 if (new_options.stdout_handle) in LaunchChildTestProcessWithOptions()
361 ::SetHandleInformation(new_options.stdout_handle, HANDLE_FLAG_INHERIT, 0); in LaunchChildTestProcessWithOptions()
451 options.stdout_handle = handle; in DoLaunchChildTestProcess()
/external/libchrome/base/process/
Dlaunch.h148 HANDLE stdout_handle = nullptr; member
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2612 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
2616 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
2623 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf()
2629 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc2978 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
2982 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
2989 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf()
2995 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3046 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3050 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3058 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3064 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc3053 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3057 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3065 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3071 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/mesa3d/src/gtest/src/
Dgtest.cc3051 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3055 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3063 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3069 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/googletest/googletest/src/
Dgtest.cc3297 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3301 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3309 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3315 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3123 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3127 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3135 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3141 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/fmtlib/test/
Dgmock-gtest-all.cc4008 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
4012 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
4019 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf()
4025 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc4426 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
4430 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
4437 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf()
4443 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()