Searched defs:stdout_handle (Results 1 - 15 of 15) sorted by relevance

/external/google-benchmark/src/
H A Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
144 SetConsoleTextAttribute(stdout_handle,
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/libcxx/utils/google-benchmark/src/
H A Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
144 SetConsoleTextAttribute(stdout_handle,
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/libchrome/base/process/
H A Dlaunch.h108 HANDLE stdout_handle; member in struct:base::LaunchOptions
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2641 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2645 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2652 SetConsoleTextAttribute(stdout_handle,
2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/googletest/googletest/src/
H A Dgtest.cc2976 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2980 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2987 SetConsoleTextAttribute(stdout_handle,
2993 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2978 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2982 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2989 SetConsoleTextAttribute(stdout_handle,
2995 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2612 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2616 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2623 SetConsoleTextAttribute(stdout_handle,
2629 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2641 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2645 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2652 SetConsoleTextAttribute(stdout_handle,
2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/protobuf/gtest/src/
H A Dgtest.cc2634 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2638 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2645 SetConsoleTextAttribute(stdout_handle,
2651 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc2611 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2615 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2622 SetConsoleTextAttribute(stdout_handle,
2628 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/v8/testing/gtest/src/
H A Dgtest.cc2976 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2980 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2987 SetConsoleTextAttribute(stdout_handle,
2993 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc2641 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2645 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2652 SetConsoleTextAttribute(stdout_handle,
2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/fmtlib/test/
H A Dgmock-gtest-all.cc4125 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
4129 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
4136 SetConsoleTextAttribute(stdout_handle,
4142 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc3974 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
3978 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
3985 SetConsoleTextAttribute(stdout_handle,
3991 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc4125 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
4129 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
4136 SetConsoleTextAttribute(stdout_handle,
4142 SetConsoleTextAttribute(stdout_handle, old_color_attrs);

Completed in 2972 milliseconds