Searched defs:GTEST_ASSERT_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h72 // GTEST_ASSERT_ is the basic statement to which all of the assertions
75 #define GTEST_ASSERT_(expression, on_failure) \ macro
101 GTEST_ASSERT_(pred_format(#v1, v1), \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
147 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
266 GTEST_ASSERT_(
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest_pred_impl.h72 // GTEST_ASSERT_ is the basic statement to which all of the assertions
75 #define GTEST_ASSERT_(expression, on_failure) \ macro
101 GTEST_ASSERT_(pred_format(#v1, v1),\
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
147 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2),\
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
266 GTEST_ASSERT_(
[all...]
/external/gtest/include/gtest/
H A Dgtest_pred_impl.h72 // GTEST_ASSERT_ is the basic statement to which all of the assertions
75 #define GTEST_ASSERT_(expression, on_failure) \ macro
101 GTEST_ASSERT_(pred_format(#v1, v1), \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
147 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
266 GTEST_ASSERT_(
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h72 // GTEST_ASSERT_ is the basic statement to which all of the assertions
75 #define GTEST_ASSERT_(expression, on_failure) \ macro
101 GTEST_ASSERT_(pred_format(#v1, v1),\
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
147 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2),\
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
266 GTEST_ASSERT_(
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h72 // GTEST_ASSERT_ is the basic statement to which all of the assertions
75 #define GTEST_ASSERT_(expression, on_failure) \ macro
101 GTEST_ASSERT_(pred_format(#v1, v1),\
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
147 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2),\
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
266 GTEST_ASSERT_(
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest_pred_impl.h72 // GTEST_ASSERT_ is the basic statement to which all of the assertions
75 #define GTEST_ASSERT_(expression, on_failure) \ macro
103 GTEST_ASSERT_(pred_format(#v1, v1),\
109 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
151 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2),\
157 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
206 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
212 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
268 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
274 GTEST_ASSERT_(
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19413 // GTEST_ASSERT_ is the basic statement to which all of the assertions
19416 #define GTEST_ASSERT_(expression, on_failure) \ macro
19442 GTEST_ASSERT_(pred_format(#v1, v1), \
19448 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
19488 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
19494 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
19541 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
19547 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
19601 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
19607 GTEST_ASSERT_(
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19413 // GTEST_ASSERT_ is the basic statement to which all of the assertions
19416 #define GTEST_ASSERT_(expression, on_failure) \ macro
19442 GTEST_ASSERT_(pred_format(#v1, v1), \
19448 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
19488 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
19494 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
19541 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
19547 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
19601 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
19607 GTEST_ASSERT_(
[all...]

Completed in 1485 milliseconds