Searched refs:stdout_handle (Results 1 - 8 of 8) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2255 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2259 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2262 SetConsoleTextAttribute(stdout_handle,
2267 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/chromium/testing/gtest/src/
H A Dgtest.cc2640 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2644 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2651 SetConsoleTextAttribute(stdout_handle,
2657 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/gtest/src/
H A Dgtest.cc2640 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2644 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2651 SetConsoleTextAttribute(stdout_handle,
2657 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2640 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2644 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2651 SetConsoleTextAttribute(stdout_handle,
2657 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/llvm/utils/unittest/googletest/
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/open-vcdiff/gtest/src/
H A Dgtest.cc2640 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2644 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2647 SetConsoleTextAttribute(stdout_handle,
2652 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/protobuf/gtest/src/
H A Dgtest.cc2610 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2614 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2617 SetConsoleTextAttribute(stdout_handle,
2622 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc3944 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
3948 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
3955 SetConsoleTextAttribute(stdout_handle,
3961 SetConsoleTextAttribute(stdout_handle, old_color_attrs);

Completed in 318 milliseconds