HomeSort by relevance Sort by last modified time
    Searched refs:AssertionFailure (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 77 return ::testing::AssertionFailure() << "Event has no timestamp";
79 return ::testing::AssertionFailure() << "Event has no event type";
82 return ::testing::AssertionFailure()
86 return ::testing::AssertionFailure()
91 return ::testing::AssertionFailure()
97 return ::testing::AssertionFailure()
103 return ::testing::AssertionFailure()
108 return ::testing::AssertionFailure()
115 return ::testing::AssertionFailure()
  /frameworks/base/tools/aapt/tests/
AaptConfig_test.cpp 31 return ::testing::AssertionFailure() << input << " could not be parsed";
  /frameworks/base/tools/aapt2/
ConfigDescription_test.cpp 32 return ::testing::AssertionFailure() << input << " could not be parsed";
  /external/clang/unittests/AST/
MatchVerifier.h 124 return testing::AssertionFailure() << "Parsing error";
126 return testing::AssertionFailure() << VerifyResult;
DeclPrinterTest.cpp 81 return testing::AssertionFailure()
85 return testing::AssertionFailure()
89 return testing::AssertionFailure()
94 return ::testing::AssertionFailure()
    [all...]
  /frameworks/base/tools/aapt2/flatten/
XmlFlattener_test.cpp 54 return ::testing::AssertionFailure() << "failed to flatten XML Tree";
59 return ::testing::AssertionFailure() << "flattened XML is corrupt";
  /external/opencv3/modules/ts/src/
cuda_test.cpp 325 return AssertionFailure() << "Matrices \"" << expr1 << "\" and \"" << expr2 << "\" have different sizes : \""
332 return AssertionFailure() << "Matrices \"" << expr1 << "\" and \"" << expr2 << "\" have different types : \""
346 return AssertionFailure() << "The max difference between matrices \"" << expr1 << "\" and \"" << expr2
472 return testing::AssertionFailure() << "KeyPoints size mistmach\n"
487 return testing::AssertionFailure() << "KeyPoints differ at " << i << "\n"
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 23 return ::testing::AssertionFailure() << "error " << EC.value() << ": "
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp 54 return ::testing::AssertionFailure()
  /art/runtime/lambda/
shorty_field_type_test.cc 47 return ::testing::AssertionFailure();
93 return ::testing::AssertionFailure() << stream.str();
  /system/bt/btcore/test/
device_class_test.cpp 45 return ::testing::AssertionFailure() << m_expr << " and " << n_expr
  /system/core/libcutils/tests/
PropertiesTest.cpp 54 return ::testing::AssertionFailure()
  /external/google-breakpad/src/testing/gtest/test/
gtest_pred_impl_unittest.cc 106 return testing::AssertionFailure()
496 return testing::AssertionFailure()
928 return testing::AssertionFailure()
    [all...]
  /external/gtest/test/
gtest_pred_impl_unittest.cc 106 return testing::AssertionFailure()
496 return testing::AssertionFailure()
928 return testing::AssertionFailure()
    [all...]
  /external/protobuf/gtest/test/
gtest_pred_impl_unittest.cc 110 return testing::AssertionFailure(msg);
501 return testing::AssertionFailure(msg);
934 return testing::AssertionFailure(msg);
    [all...]
gtest_unittest.cc 108 using testing::AssertionFailure;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_pred_impl_unittest.cc 106 return testing::AssertionFailure()
496 return testing::AssertionFailure()
928 return testing::AssertionFailure()
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_pred_impl_unittest.cc 106 return testing::AssertionFailure()
496 return testing::AssertionFailure()
928 return testing::AssertionFailure()
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 622 return AssertionFailure() << msg;
627 return AssertionFailure() << "Expected: " << expected << "\n"
633 return AssertionFailure() << "Expected: " << expected << " containing \""
    [all...]
  /external/gtest/src/
gtest.cc 625 return AssertionFailure() << msg;
630 return AssertionFailure() << "Expected: " << expected << "\n"
636 return AssertionFailure() << "Expected: " << expected << " containing \""
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 621 return AssertionFailure() << msg;
626 return AssertionFailure() << "Expected: " << expected << "\n"
632 return AssertionFailure() << "Expected: " << expected << " containing \""
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 621 return AssertionFailure() << msg;
626 return AssertionFailure() << "Expected: " << expected << "\n"
632 return AssertionFailure() << "Expected: " << expected << " containing \""
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 597 return AssertionFailure(msg);
605 return AssertionFailure(msg);
613 return AssertionFailure(msg);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 625 return AssertionFailure() << msg;
630 return AssertionFailure() << "Expected: " << expected << "\n"
636 return AssertionFailure() << "Expected: " << expected << " containing \""
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 621 return AssertionFailure() << msg;
626 return AssertionFailure() << "Expected: " << expected << "\n"
632 return AssertionFailure() << "Expected: " << expected << " containing \""
    [all...]

Completed in 2088 milliseconds

12 3 4