Home
last modified time | relevance | path

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

/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/libchrome/base/process/
Dlaunch.h148 HANDLE stdout_handle = nullptr; member
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc2611 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/
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/google-breakpad/src/testing/gtest/src/
Dgtest.cc2641 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/
Dgtest.cc2979 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/
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/swiftshader/third_party/llvm-7.0/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/googletest/googletest/src/
Dgtest.cc3040 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/
Dgtest-all.cc4430 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()