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

/external/chromium_org/base/process/
H A Dlaunch.h83 HANDLE stdout_handle; member in struct:base::LaunchOptions
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.cc404 HANDLE stdout_handle = policy_base->GetStdoutHandle(); local
408 if (stdout_handle != INVALID_HANDLE_VALUE)
409 inherit_handle_list[inherit_handle_count++] = stdout_handle;
411 if (stderr_handle != stdout_handle && stderr_handle != INVALID_HANDLE_VALUE)
442 startup_info.startup_info()->hStdOutput = stdout_handle;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2928 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2932 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2939 SetConsoleTextAttribute(stdout_handle,
2945 SetConsoleTextAttribute(stdout_handle, old_color_attrs);
/external/chromium_org/third_party/mesa/src/src/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.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/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.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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
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);
/external/libvpx/libvpx/third_party/googletest/src/src/
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 335 milliseconds