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

/external/mesa3d/src/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/vulkan-validation-layers/tests/gtest-1.7.0/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
312 #ifndef GTEST_HAS_POSIX_RE
315 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
317 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
321 #if GTEST_HAS_POSIX_RE
343 #endif // GTEST_HAS_POSIX_RE
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h81 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
179 // GTEST_HAS_POSIX_RE (see above) which users can
429 #ifndef GTEST_HAS_POSIX_RE
432 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
434 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
441 #elif GTEST_HAS_POSIX_RE
/external/libvpx/libvpx/third_party/googletest/src/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
417 #ifndef GTEST_HAS_POSIX_RE
420 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
422 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
429 #elif GTEST_HAS_POSIX_RE
/external/v8/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
416 #ifndef GTEST_HAS_POSIX_RE
419 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
421 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
428 #elif GTEST_HAS_POSIX_RE
/external/google-breakpad/src/testing/gtest/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/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
123 // GTEST_HAS_POSIX_RE (see above) which users can
276 #ifndef GTEST_HAS_POSIX_RE
277 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
280 #if GTEST_HAS_POSIX_RE
302 #endif // GTEST_HAS_POSIX_RE
/external/swiftshader/third_party/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
121 // GTEST_HAS_POSIX_RE (see above) which users can
270 #ifndef GTEST_HAS_POSIX_RE
271 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
274 #if GTEST_HAS_POSIX_RE
296 #endif // GTEST_HAS_POSIX_RE
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-port_test.cc355 #if GTEST_HAS_POSIX_RE
/external/googletest/googletest/test/
H A Dgtest-port_test.cc386 # if GTEST_HAS_POSIX_RE
/external/v8/testing/gtest/test/
H A Dgtest-port_test.cc386 # if GTEST_HAS_POSIX_RE
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-port_test.cc392 #if GTEST_HAS_POSIX_RE
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 533 milliseconds