Home
last modified time | relevance | path

Searched refs:posix_call (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h786 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \ argument
787 if (const int gtest_error = (posix_call)) \
788 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h956 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
957 if (const int gtest_error = (posix_call)) \
958 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h966 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
967 if (const int gtest_error = (posix_call)) \
968 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h980 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
981 if (const int gtest_error = (posix_call)) \
982 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/gtest/include/gtest/internal/
Dgtest-port.h1072 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
1073 if (const int gtest_error = (posix_call)) \
1074 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h1848 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
1849 if (const int gtest_error = (posix_call)) \
1850 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2179 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
2180 if (const int gtest_error = (posix_call)) \
2181 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \