Searched refs:ASSERT_PRED_FORMAT1 (Results 1 - 25 of 25) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_pred_impl_unittest.cc385 // Tests a successful ASSERT_PRED_FORMAT1 where the
388 ASSERT_PRED_FORMAT1(PredFormatFunction1,
393 // Tests a successful ASSERT_PRED_FORMAT1 where the
396 ASSERT_PRED_FORMAT1(PredFormatFunction1,
401 // Tests a successful ASSERT_PRED_FORMAT1 where the
404 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
409 // Tests a successful ASSERT_PRED_FORMAT1 where the
412 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
417 // Tests a failed ASSERT_PRED_FORMAT1 where the
422 ASSERT_PRED_FORMAT1(PredFormatFunction
[all...]
H A Dgtest_unittest.cc2261 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), 4)
2269 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected.";
2283 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), n++)
2441 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0);
/external/gtest/test/
H A Dgtest_pred_impl_unittest.cc385 // Tests a successful ASSERT_PRED_FORMAT1 where the
388 ASSERT_PRED_FORMAT1(PredFormatFunction1,
393 // Tests a successful ASSERT_PRED_FORMAT1 where the
396 ASSERT_PRED_FORMAT1(PredFormatFunction1,
401 // Tests a successful ASSERT_PRED_FORMAT1 where the
404 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
409 // Tests a successful ASSERT_PRED_FORMAT1 where the
412 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
417 // Tests a failed ASSERT_PRED_FORMAT1 where the
422 ASSERT_PRED_FORMAT1(PredFormatFunction
[all...]
H A Dgtest_unittest.cc2261 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), 4)
2269 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected.";
2283 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), n++)
2441 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0);
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_pred_impl_unittest.cc385 // Tests a successful ASSERT_PRED_FORMAT1 where the
388 ASSERT_PRED_FORMAT1(PredFormatFunction1,
393 // Tests a successful ASSERT_PRED_FORMAT1 where the
396 ASSERT_PRED_FORMAT1(PredFormatFunction1,
401 // Tests a successful ASSERT_PRED_FORMAT1 where the
404 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
409 // Tests a successful ASSERT_PRED_FORMAT1 where the
412 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
417 // Tests a failed ASSERT_PRED_FORMAT1 where the
422 ASSERT_PRED_FORMAT1(PredFormatFunction
[all...]
H A Dgtest_unittest.cc2261 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), 4)
2269 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected.";
2283 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), n++)
2441 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0);
/external/protobuf/gtest/test/
H A Dgtest_pred_impl_unittest.cc386 // Tests a successful ASSERT_PRED_FORMAT1 where the
389 ASSERT_PRED_FORMAT1(PredFormatFunction1,
394 // Tests a successful ASSERT_PRED_FORMAT1 where the
397 ASSERT_PRED_FORMAT1(PredFormatFunction1,
402 // Tests a successful ASSERT_PRED_FORMAT1 where the
405 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
410 // Tests a successful ASSERT_PRED_FORMAT1 where the
413 ASSERT_PRED_FORMAT1(PredFormatFunctor1(),
418 // Tests a failed ASSERT_PRED_FORMAT1 where the
423 ASSERT_PRED_FORMAT1(PredFormatFunction
[all...]
H A Dgtest_unittest.cc2500 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), 4)
2508 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected.";
2522 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), n++)
2684 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h1129 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
1135 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
119 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
/external/chromium/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
117 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h2003 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2009 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/gtest/include/gtest/
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
117 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h2003 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2009 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
117 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h2003 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2009 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
117 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h2005 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2011 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
119 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h1884 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
1890 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/protobuf/gtest/include/gtest/
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
119 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h1800 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
1806 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h3059 #define ASSERT_THAT(value, matcher) ASSERT_PRED_FORMAT1(\
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h18868 // ASSERT_PRED_FORMAT1(pred_format, v1)
18939 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
19385 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
19391 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/ceres-solver/internal/ceres/gmock/
H A Dgmock.h7671 #define ASSERT_THAT(value, matcher) ASSERT_PRED_FORMAT1(\

Completed in 379 milliseconds