Searched refs:GTEST_HAS_POSIX_RE (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h81 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
177 // GTEST_HAS_POSIX_RE (see above) which users can
439 #ifndef GTEST_HAS_POSIX_RE
442 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
444 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
448 #if GTEST_HAS_POSIX_RE
470 #endif // GTEST_HAS_POSIX_RE
/external/gtest/include/gtest/internal/
H A Dgtest-port.h57 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
130 // GTEST_HAS_POSIX_RE (see above) which users can
305 #ifndef GTEST_HAS_POSIX_RE
308 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
310 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
314 #if GTEST_HAS_POSIX_RE
336 #endif // GTEST_HAS_POSIX_RE
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h53 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
120 // GTEST_HAS_POSIX_RE (see above) which users can
267 #ifndef GTEST_HAS_POSIX_RE
268 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
271 #if GTEST_HAS_POSIX_RE
293 #endif // GTEST_HAS_POSIX_RE
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h53 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
122 // GTEST_HAS_POSIX_RE (see above) which users can
273 #ifndef GTEST_HAS_POSIX_RE
274 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
277 #if GTEST_HAS_POSIX_RE
299 #endif // GTEST_HAS_POSIX_RE
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h53 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
120 // GTEST_HAS_POSIX_RE (see above) which users can
267 #ifndef GTEST_HAS_POSIX_RE
268 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
271 #if GTEST_HAS_POSIX_RE
293 #endif // GTEST_HAS_POSIX_RE
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc392 #if GTEST_HAS_POSIX_RE
/external/gtest/test/
H A Dgtest-port_test.cc392 #if GTEST_HAS_POSIX_RE
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h153 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
226 // GTEST_HAS_POSIX_RE (see above) which users can
401 #ifndef GTEST_HAS_POSIX_RE
404 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
406 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
410 #if GTEST_HAS_POSIX_RE
432 #endif // GTEST_HAS_POSIX_RE
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h153 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
226 // GTEST_HAS_POSIX_RE (see above) which users can
401 #ifndef GTEST_HAS_POSIX_RE
404 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
406 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
410 #if GTEST_HAS_POSIX_RE
432 #endif // GTEST_HAS_POSIX_RE

Completed in 286 milliseconds