Home | History | Annotate | Download | only in src

Lines Matching full:windows

55 // Declares vsnprintf().  This header is not available on Windows.
74 #elif defined(_WIN32_WCE) // We are on Windows CE.
76 #include <windows.h> // NOLINT
78 #elif GTEST_OS_WINDOWS // We are on Windows proper.
90 // Windows, like GetTickCount() or GetSystemTimeAsFileTime(). MinGW
98 #include <windows.h> // NOLINT
358 // TODO(wan@google.com): on Windows \some\path is not an absolute
741 #ifdef _WIN32_WCE // We are on Windows CE
811 #if GTEST_OS_WINDOWS // We are on Windows.
1341 // Windows CE doesn't support FormatMessage.
1460 #if GTEST_OS_WINDOWS // We are on Windows.
1466 #if GTEST_OS_WINDOWS // We are on Windows.
1477 // with 16 bit wchar_t (Windows, Cygwin, Symbian OS) do use UTF-16.
1500 // UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS)
1624 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
1738 #if GTEST_OS_WINDOWS // We are on Windows.
1936 // We are on Windows.
2032 // We are on Windows.
2266 // We are on Windows.
2517 // On Windows the TERM variable is usually not set, but the
2521 // On non-Windows platforms, we rely on the TERM variable.
2540 // Helpers for printing colored strings to stdout. Note that on Windows, we
2956 // We are on Windows.
2972 // all three operating systems (Linux, Windows, and Mac OS).
2975 // Windows.
3368 // Death test children can be terminated with _abort(). On Windows,
3585 // exception is thrown during a test on Windows, this test is
4312 // This overloaded version can be used in Windows programs compiled in