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

1 2 3 4

  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 29 return ::testing::AssertionFailure() << "could not find resource";
33 return ::testing::AssertionFailure() << "resource is not a string";
38 return ::testing::AssertionFailure() << "table has no string pool for block " << block;
43 return ::testing::AssertionFailure() << actual.string();
  /frameworks/base/tools/aapt2/
Locale_test.cpp 30 return ::testing::AssertionFailure() << " failed to parse '" << input << "'.";
34 return ::testing::AssertionFailure() << count
39 return ::testing::AssertionFailure() << "expected " << lang << " but got "
52 return ::testing::AssertionFailure() << " failed to parse '" << input << "'.";
56 return ::testing::AssertionFailure() << count
61 return ::testing::AssertionFailure() << "expected " << input << " but got "
66 return ::testing::AssertionFailure() << "expected " << region << " but got "
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 73 return testing::AssertionFailure() << "Could not add dynamic matcher";
85 return testing::AssertionFailure() << "Parsing error in \"" << Code << "\"";
88 return testing::AssertionFailure() << "Dynamic match result ("
94 return testing::AssertionFailure()
97 return testing::AssertionFailure()
173 return testing::AssertionFailure() << "Could not add dynamic matcher";
185 return testing::AssertionFailure() << "Parsing error in \"" << Code << "\"";
188 return testing::AssertionFailure() << "Dynamic match result ("
194 return testing::AssertionFailure()
197 return testing::AssertionFailure()
    [all...]
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 43 return ::testing::AssertionFailure() << "failed to flatten ResourceTable";
48 return ::testing::AssertionFailure() << "flattened ResTable is corrupt";
57 return ::testing::AssertionFailure() << "failed to flatten ResourceTable";
63 return ::testing::AssertionFailure() << "flattened ResTable is corrupt";
82 return ::testing::AssertionFailure() << "could not find resource with";
86 return ::testing::AssertionFailure()
93 return ::testing::AssertionFailure()
100 return ::testing::AssertionFailure()
108 return ::testing::AssertionFailure() << "failed to find resource name";
113 return ::testing::AssertionFailure()
    [all...]
  /frameworks/base/tools/aapt2/compile/
IdAssigner_test.cpp 78 return ::testing::AssertionFailure() << "package " << package->name << " has no ID";
82 return ::testing::AssertionFailure() << "package " << package->name
91 return ::testing::AssertionFailure() << "type " << type->type << " of package "
96 return ::testing::AssertionFailure() << "type " << type->type
107 return ::testing::AssertionFailure() << "entry " << entry->name << " of type "
112 return ::testing::AssertionFailure() << "entry " << entry->name
Pseudolocalizer_test.cpp 34 return ::testing::AssertionFailure() << expected << " != " << result;
49 return ::testing::AssertionFailure() << expected << " != " << result;
  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 75 return testing::AssertionFailure()
79 return testing::AssertionFailure()
83 return testing::AssertionFailure()
88 return ::testing::AssertionFailure()
CommentParser.cpp 82 return ::testing::AssertionFailure() << "Comment is NULL";
85 return ::testing::AssertionFailure()
97 return ::testing::AssertionFailure() << "Comment is NULL";
100 return ::testing::AssertionFailure()
107 return ::testing::AssertionFailure() << "Child is NULL";
111 return ::testing::AssertionFailure()
128 return ::testing::AssertionFailure()
133 return ::testing::AssertionFailure()
149 return ::testing::AssertionFailure()
154 return ::testing::AssertionFailure()
    [all...]
StmtPrinterTest.cpp 80 return testing::AssertionFailure()
84 return testing::AssertionFailure()
88 return testing::AssertionFailure()
93 return ::testing::AssertionFailure()
  /frameworks/base/tools/aapt/tests/
AaptGroupEntry_test.cpp 31 return ::testing::AssertionFailure() << dirName << " could not be parsed";
  /external/ceres-solver/internal/ceres/
implicit_schur_complement_test.cc 145 return testing::AssertionFailure()
154 return testing::AssertionFailure()
169 return testing::AssertionFailure()
iterative_schur_complement_solver_test.cc 105 return testing::AssertionFailure()
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator_test.cpp 30 return ::testing::AssertionFailure() << "manifestClass == nullptr";
35 return ::testing::AssertionFailure() << "failed to write java file";
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest_pred_impl.h 93 return AssertionFailure() << pred_text << "("
137 return AssertionFailure() << pred_text << "("
188 return AssertionFailure() << pred_text << "("
246 return AssertionFailure() << pred_text << "("
311 return AssertionFailure() << pred_text << "("
  /external/gtest/include/gtest/
gtest_pred_impl.h 93 return AssertionFailure() << pred_text << "("
137 return AssertionFailure() << pred_text << "("
188 return AssertionFailure() << pred_text << "("
246 return AssertionFailure() << pred_text << "("
311 return AssertionFailure() << pred_text << "("
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 93 return AssertionFailure() << pred_text << "("
137 return AssertionFailure() << pred_text << "("
188 return AssertionFailure() << pred_text << "("
246 return AssertionFailure() << pred_text << "("
311 return AssertionFailure() << pred_text << "("
  /external/mesa3d/src/gtest/include/gtest/
gtest_pred_impl.h 93 return AssertionFailure() << pred_text << "("
137 return AssertionFailure() << pred_text << "("
188 return AssertionFailure() << pred_text << "("
246 return AssertionFailure() << pred_text << "("
311 return AssertionFailure() << pred_text << "("
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 97 return AssertionFailure(msg);
145 return AssertionFailure(msg);
200 return AssertionFailure(msg);
262 return AssertionFailure(msg);
331 return AssertionFailure(msg);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest_pred_impl.h 93 return AssertionFailure() << pred_text << "("
137 return AssertionFailure() << pred_text << "("
188 return AssertionFailure() << pred_text << "("
246 return AssertionFailure() << pred_text << "("
311 return AssertionFailure() << pred_text << "("
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest_pred_impl.h 93 return AssertionFailure() << pred_text << "("
137 return AssertionFailure() << pred_text << "("
188 return AssertionFailure() << pred_text << "("
246 return AssertionFailure() << pred_text << "("
311 return AssertionFailure() << pred_text << "("
  /frameworks/base/tools/split-select/
SplitSelector_test.cpp 32 return ::testing::AssertionFailure() << str << " is not a valid configuration.";
TestRules.cpp 81 return ::testing::AssertionFailure()
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/
geometry_utils_test.cpp 27 return ::testing::AssertionFailure()
  /art/cmdline/
cmdline_parser_test.cc 95 return ::testing::AssertionFailure()
102 return ::testing::AssertionFailure() << "key was not in the map";
111 return ::testing::AssertionFailure()
139 return ::testing::AssertionFailure()
147 return ::testing::AssertionFailure() << " got success but expected failure: "
153 return ::testing::AssertionFailure() << " expected failure " << failure_status
  /frameworks/native/libs/gui/tests/
GLTest.cpp 186 return ::testing::AssertionFailure(::testing::Message(msg.string()));
210 return ::testing::AssertionFailure(::testing::Message(msg.string()));
246 return ::testing::AssertionFailure(::testing::Message(msg.string()));

Completed in 999 milliseconds

1 2 3 4