Home
last modified time | relevance | path

Searched refs:posix_call (Results 1 – 11 of 11) 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1086 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
1087 if (const int gtest_error = (posix_call)) \
1088 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
Dgtest-port.h.orig1076 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
1077 if (const int gtest_error = (posix_call)) \
1078 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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 " \
/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 " \
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h2230 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \
2231 if (const int gtest_error = (posix_call)) \
2232 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \