HomeSort by: relevance | last modified time | path
    Searched defs:stdout_handle (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
colorprint.cc 133 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);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
colorprint.cc 133 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);
  /src/external/gpl3/binutils/dist/libiberty/
pex-win32.c 789 HANDLE stdout_handle; local
812 stdout_handle = INVALID_HANDLE_VALUE;
816 stdout_handle = (HANDLE) _get_osfhandle (out);
820 stderr_handle = stdout_handle;
871 si.hStdOutput = stdout_handle;
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-win32.c 789 HANDLE stdout_handle; local
812 stdout_handle = INVALID_HANDLE_VALUE;
816 stdout_handle = (HANDLE) _get_osfhandle (out);
820 stderr_handle = stdout_handle;
871 si.hStdOutput = stdout_handle;
  /src/external/gpl3/gcc/dist/libiberty/
pex-win32.c 789 HANDLE stdout_handle; local
812 stdout_handle = INVALID_HANDLE_VALUE;
816 stdout_handle = (HANDLE) _get_osfhandle (out);
820 stderr_handle = stdout_handle;
871 si.hStdOutput = stdout_handle;
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-win32.c 768 HANDLE stdout_handle; local
791 stdout_handle = INVALID_HANDLE_VALUE;
795 stdout_handle = (HANDLE) _get_osfhandle (out);
799 stderr_handle = stdout_handle;
850 si.hStdOutput = stdout_handle;
  /src/external/gpl3/gdb/dist/libiberty/
pex-win32.c 789 HANDLE stdout_handle; local
812 stdout_handle = INVALID_HANDLE_VALUE;
816 stdout_handle = (HANDLE) _get_osfhandle (out);
820 stderr_handle = stdout_handle;
871 si.hStdOutput = stdout_handle;
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-win32.c 789 HANDLE stdout_handle; local
812 stdout_handle = INVALID_HANDLE_VALUE;
816 stdout_handle = (HANDLE) _get_osfhandle (out);
820 stderr_handle = stdout_handle;
871 si.hStdOutput = stdout_handle;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 3051 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
3055 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
3063 SetConsoleTextAttribute(stdout_handle, new_color);
3069 SetConsoleTextAttribute(stdout_handle, old_color_attrs);

Completed in 44 milliseconds