/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/libchrome/base/process/ |
D | launch.h | 148 HANDLE stdout_handle = nullptr; member
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 2611 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 2615 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 2622 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 2628 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/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/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 2979 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 2983 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 2990 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 2996 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/mesa3d/src/gtest/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/swiftshader/third_party/llvm-7.0/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/googletest/googletest/src/ |
D | gtest.cc | 3040 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 3044 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 3052 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf() 3058 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 4430 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local 4434 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf() 4441 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf() 4447 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|