Searched refs:old_color_attrs (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 138 const WORD old_color_attrs = buffer_info.wAttributes; in ColorPrintf() local 150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
|
/external/google-benchmark/src/ |
D | colorprint.cc | 138 const WORD old_color_attrs = buffer_info.wAttributes; in ColorPrintf() local 150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2948 static WORD GetNewColor(GTestColor color, WORD old_color_attrs) { in GetNewColor() argument 2954 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor() 3051 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 3052 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() 3064 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 2942 static WORD GetNewColor(GTestColor color, WORD old_color_attrs) { in GetNewColor() argument 2948 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor() 3045 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 3046 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() 3058 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 2616 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 2628 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2617 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 2629 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 2646 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 2984 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 2996 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2983 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 2995 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2983 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 2995 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 4435 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf() local 4447 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()
|