Searched defs:GTEST_LOG_ (Results 1 - 12 of 12) sorted by relevance

/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h159 // GTEST_LOG_() - logs messages at the specified severity level.
906 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
936 #define GTEST_LOG_(severity) \ macro
962 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
971 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h156 // GTEST_LOG_() - logs messages at the specified severity level.
893 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
923 #define GTEST_LOG_(severity) \ macro
949 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
958 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h142 // GTEST_LOG_() - logs messages at the specified severity level.
723 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
753 #define GTEST_LOG_(severity) \ macro
779 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
788 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h157 // GTEST_LOG_() - logs messages at the specified severity level.
898 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
928 #define GTEST_LOG_(severity) \ macro
954 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
963 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h158 // GTEST_LOG_() - logs messages at the specified severity level.
917 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
947 #define GTEST_LOG_(severity) \ macro
973 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
982 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h230 // GTEST_LOG_() - logs messages at the specified severity level.
1239 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1269 #if !defined(GTEST_LOG_)
1271 # define GTEST_LOG_(severity) \ macro
1278 #endif // !defined(GTEST_LOG_)
1300 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1310 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h230 // GTEST_LOG_() - logs messages at the specified severity level.
1239 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1269 #if !defined(GTEST_LOG_)
1271 # define GTEST_LOG_(severity) \ macro
1278 #endif // !defined(GTEST_LOG_)
1300 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1310 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h230 // GTEST_LOG_() - logs messages at the specified severity level.
1238 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1268 #if !defined(GTEST_LOG_)
1270 # define GTEST_LOG_(severity) \ macro
1277 #endif // !defined(GTEST_LOG_)
1299 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1309 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h166 // GTEST_LOG_() - logs messages at the specified severity level.
1023 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1053 #define GTEST_LOG_(severity) \ macro
1079 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1088 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h237 // GTEST_LOG_() - logs messages at the specified severity level.
1785 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1815 #define GTEST_LOG_(severity) \ macro
1841 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1850 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
7615 GTEST_LOG_(WARNING) \
/external/fmtlib/test/gtest/
H A Dgtest.h262 // GTEST_LOG_() - logs messages at the specified severity level.
2116 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
2146 #define GTEST_LOG_(severity) \ macro
2172 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
2181 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
8461 GTEST_LOG_(WARNING) \
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h262 // GTEST_LOG_() - logs messages at the specified severity level.
2116 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
2146 #define GTEST_LOG_(severity) \ macro
2172 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
2181 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
8462 GTEST_LOG_(WARNING) \

Completed in 4210 milliseconds