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

1 2 3 4 5

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 62 testing::AssertionResult matchesConditionally(
104 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) {
109 testing::AssertionResult notMatches(const std::string &Code,
115 testing::AssertionResult matchesObjC(const std::string &Code,
123 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) {
129 testing::AssertionResult notMatchesC(const std::string &Code,
136 testing::AssertionResult notMatchesObjC(const std::string &Code,
147 testing::AssertionResult matchesConditionallyWithCuda(
204 testing::AssertionResult matchesWithCuda(const std::string &Code,
210 testing::AssertionResult notMatchesWithCuda(const std::string &Code
    [all...]
  /frameworks/base/tools/aapt/tests/
AaptGroupEntry_test.cpp 26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName,
34 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input,
  /external/protobuf/gtest/include/gtest/
gtest.h 176 // the assertion wasn't successful, the AssertionResult object
190 // testing::AssertionResult IsEven(int n) {
217 // testing::AssertionResult IsEven(int n) {
241 // testing::AssertionResult IsEven(const char* expr, int n) {
254 class GTEST_API_ AssertionResult {
258 AssertionResult(const AssertionResult& other);
260 explicit AssertionResult(bool success) : success_(success) {}
266 AssertionResult operator!() const;
268 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
131 AssertionResult AssertPred2Helper(const char* pred_text,
182 AssertionResult AssertPred3Helper(const char* pred_text,
240 AssertionResult AssertPred4Helper(const char* pred_text,
305 AssertionResult AssertPred5Helper(const char* pred_text,
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 188 // the assertion wasn't successful, the AssertionResult object
202 // testing::AssertionResult IsEven(int n) {
229 // testing::AssertionResult IsEven(int n) {
253 // testing::AssertionResult IsEven(const char* expr, int n) {
266 class GTEST_API_ AssertionResult {
270 AssertionResult(const AssertionResult& other);
272 explicit AssertionResult(bool success) : success_(success) {}
278 AssertionResult operator!() const;
280 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
  /external/gtest/include/gtest/
gtest.h 178 // the assertion wasn't successful, the AssertionResult object
192 // testing::AssertionResult IsEven(int n) {
219 // testing::AssertionResult IsEven(int n) {
243 // testing::AssertionResult IsEven(const char* expr, int n) {
256 class GTEST_API_ AssertionResult {
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {}
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 187 // the assertion wasn't successful, the AssertionResult object
201 // testing::AssertionResult IsEven(int n) {
228 // testing::AssertionResult IsEven(int n) {
252 // testing::AssertionResult IsEven(const char* expr, int n) {
265 class GTEST_API_ AssertionResult {
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {}
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 187 // the assertion wasn't successful, the AssertionResult object
201 // testing::AssertionResult IsEven(int n) {
228 // testing::AssertionResult IsEven(int n) {
252 // testing::AssertionResult IsEven(const char* expr, int n) {
265 class GTEST_API_ AssertionResult {
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {}
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 178 // the assertion wasn't successful, the AssertionResult object
192 // testing::AssertionResult IsEven(int n) {
219 // testing::AssertionResult IsEven(int n) {
243 // testing::AssertionResult IsEven(const char* expr, int n) {
256 class GTEST_API_ AssertionResult {
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {}
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 178 // the assertion wasn't successful, the AssertionResult object
192 // testing::AssertionResult IsEven(int n) {
219 // testing::AssertionResult IsEven(int n) {
243 // testing::AssertionResult IsEven(const char* expr, int n) {
256 class GTEST_API_ AssertionResult {
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {}
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 128 struct AssertionResult { ~AssertionResult(); };
129 AssertionResult Overload(const char *a);
130 AssertionResult Overload(int a);
  /external/clang/unittests/AST/
CommentParser.cpp 80 ::testing::AssertionResult HasChildCount(const Comment *C, size_t Count) {
93 ::testing::AssertionResult GetChildAt(const Comment *C,
118 ::testing::AssertionResult HasTextAt(const Comment *C,
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
139 ::testing::AssertionResult HasTextWithNewlineAt(const Comment *C,
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
160 ::testing::AssertionResult HasBlockCommandAt(const Comment *C,
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
181 ::testing::AssertionResult HasParamCommandAt(
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC)
    [all...]
StmtPrinterTest.cpp 69 ::testing::AssertionResult
100 ::testing::AssertionResult
109 ::testing::AssertionResult PrintedStmtCXX98Matches(
123 ::testing::AssertionResult
132 ::testing::AssertionResult PrintedStmtMSMatches(
NamedDeclPrinterTest.cpp 63 ::testing::AssertionResult
95 ::testing::AssertionResult
107 ::testing::AssertionResult
  /frameworks/native/libs/gui/tests/
GLTest.h 55 ::testing::AssertionResult checkPixel(int x, int y,
57 ::testing::AssertionResult assertRectEq(const Rect &r1, const Rect &r2,
  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr) {
TestHelpers.h 31 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr);
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver_test.cc 55 using testing::AssertionResult;
75 AssertionResult TestSolver(double* D) {
  /frameworks/base/tools/aapt2/
Locale_test.cpp 25 static ::testing::AssertionResult TestLanguage(const char* input, const char* lang) {
46 static ::testing::AssertionResult TestLanguageRegion(const char* input, const char* lang,

Completed in 424 milliseconds

1 2 3 4 5