/external/llvm-project/llvm/utils/benchmark/src/ |
D | colorprint.cc | 133 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/ |
D | colorprint.cc | 133 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/ |
D | colorprint.cc | 133 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/ |
D | colorprint.cc | 133 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/ |
D | ProcessLauncherWindows.cpp | 74 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/ |
D | test_launcher.cc | 348 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/ |
D | launch.h | 148 HANDLE stdout_handle = nullptr; member
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2612 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/ |
D | gtest.cc | 2978 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/ |
D | gtest.cc | 3046 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/ |
D | gtest.cc | 3053 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/ |
D | gtest.cc | 3051 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/ |
D | gtest.cc | 3297 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/ |
D | gtest.cc | 3123 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/ |
D | gmock-gtest-all.cc | 4008 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/ |
D | gmock-gtest-all.cc | 4426 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()
|