/external/google-benchmark/src/ |
D | colorprint.cc | 90 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local 94 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf() 101 SetConsoleTextAttribute(stdout_handle, in ColorPrintf() 107 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
|
/external/libchrome/base/process/ |
D | launch.cc | 20 stdout_handle(NULL), in LaunchOptions()
|
D | launch.h | 104 HANDLE stdout_handle; 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/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 2641 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 2645 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 2652 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2640 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 2644 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 2651 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 2657 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 2634 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 2638 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 2645 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 2651 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest.cc | 2641 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 2645 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 2652 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/gtest/src/ |
D | gtest.cc | 2641 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 2645 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 2652 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 3974 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 3978 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 3985 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 3991 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 4125 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 4129 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 4136 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 4142 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 4125 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 4129 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 4136 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 4142 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 4141 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 4145 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 4152 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 4158 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|