/external/catch2/include/internal/ |
D | catch_assertionresult.cpp | 28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult 34 bool AssertionResult::succeeded() const { in succeeded() 39 bool AssertionResult::isOk() const { in isOk() 43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() 47 bool AssertionResult::hasExpression() const { in hasExpression() 51 bool AssertionResult::hasMessage() const { in hasMessage() 55 std::string AssertionResult::getExpression() const { in getExpression() 62 std::string AssertionResult::getExpressionInMacro() const { in getExpressionInMacro() 76 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression() 80 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() [all …]
|
D | catch_assertionresult.h | 34 class AssertionResult { 36 AssertionResult() = delete; 37 AssertionResult( AssertionInfo const& info, AssertionResultData const& data );
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 256 class GTEST_API_ AssertionResult { 260 AssertionResult(const AssertionResult& other); 272 explicit AssertionResult( 275 !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* 282 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_() 291 AssertionResult operator!() const; 305 template <typename T> AssertionResult& operator<<(const T& value) { 312 AssertionResult& operator<<( 327 void swap(AssertionResult& other); 339 GTEST_API_ AssertionResult AssertionSuccess(); [all …]
|
D | gtest_pred_impl.h | 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \ 87 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper() 129 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper() 178 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper() 234 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper() 297 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 256 class GTEST_API_ AssertionResult { 260 AssertionResult(const AssertionResult& other); 272 explicit AssertionResult( 275 !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* 282 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_() 291 AssertionResult operator!() const; 305 template <typename T> AssertionResult& operator<<(const T& value) { 312 AssertionResult& operator<<( 327 void swap(AssertionResult& other); 339 GTEST_API_ AssertionResult AssertionSuccess(); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 256 class GTEST_API_ AssertionResult { 260 AssertionResult(const AssertionResult& other); 272 explicit AssertionResult( 275 !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* 282 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_() 291 AssertionResult operator!() const; 305 template <typename T> AssertionResult& operator<<(const T& value) { 312 AssertionResult& operator<<( 327 void swap(AssertionResult& other); 339 GTEST_API_ AssertionResult AssertionSuccess(); [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 281 class GTEST_API_ AssertionResult { 285 AssertionResult(const AssertionResult& other); 299 explicit AssertionResult( 302 !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* 311 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_() 320 AssertionResult operator!() const; 334 template <typename T> AssertionResult& operator<<(const T& value) { 341 AssertionResult& operator<<( 356 void swap(AssertionResult& other); 368 GTEST_API_ AssertionResult AssertionSuccess(); [all …]
|
D | gtest_pred_impl.h | 76 if (const ::testing::AssertionResult gtest_ar = (expression)) \ 86 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper() 128 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper() 177 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper() 233 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper() 296 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest.h | 266 class GTEST_API_ AssertionResult { 270 AssertionResult(const AssertionResult& other); 272 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() function 278 AssertionResult operator!() const; 292 template <typename T> AssertionResult& operator<<(const T& value) { 299 AssertionResult& operator<<( 321 GTEST_DISALLOW_ASSIGN_(AssertionResult); 325 GTEST_API_ AssertionResult AssertionSuccess(); 328 GTEST_API_ AssertionResult AssertionFailure(); 332 GTEST_API_ AssertionResult AssertionFailure(const Message& msg); [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 265 class GTEST_API_ AssertionResult { 269 AssertionResult(const AssertionResult& other); 271 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() function 277 AssertionResult operator!() const; 291 template <typename T> AssertionResult& operator<<(const T& value) { 298 AssertionResult& operator<<( 320 GTEST_DISALLOW_ASSIGN_(AssertionResult); 324 GTEST_API_ AssertionResult AssertionSuccess(); 327 GTEST_API_ AssertionResult AssertionFailure(); 331 GTEST_API_ AssertionResult AssertionFailure(const Message& msg); [all …]
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 265 class GTEST_API_ AssertionResult { 269 AssertionResult(const AssertionResult& other); 271 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() function 277 AssertionResult operator!() const; 291 template <typename T> AssertionResult& operator<<(const T& value) { 298 AssertionResult& operator<<( 320 GTEST_DISALLOW_ASSIGN_(AssertionResult); 324 GTEST_API_ AssertionResult AssertionSuccess(); 327 GTEST_API_ AssertionResult AssertionFailure(); 331 GTEST_API_ AssertionResult AssertionFailure(const Message& msg); [all …]
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 290 class GTEST_API_ AssertionResult { 294 AssertionResult(const AssertionResult& other); 308 explicit AssertionResult( 311 !std::is_convertible<T, AssertionResult>::value>::type* 321 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_() 330 AssertionResult operator!() const; 343 template <typename T> AssertionResult& operator<<(const T& value) { 350 AssertionResult& operator<<( 364 void swap(AssertionResult& other); 376 GTEST_API_ AssertionResult AssertionSuccess(); [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 80 ::testing::AssertionResult HasChildCount(const Comment *C, size_t Count) { in HasChildCount() 93 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt() 118 ::testing::AssertionResult HasTextAt(const Comment *C, in HasTextAt() 122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt() 139 ::testing::AssertionResult HasTextWithNewlineAt(const Comment *C, in HasTextWithNewlineAt() 143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt() 160 ::testing::AssertionResult HasBlockCommandAt(const Comment *C, in HasBlockCommandAt() 166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt() 181 ::testing::AssertionResult HasParamCommandAt( in HasParamCommandAt() 191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt() [all …]
|
D | StmtPrinterTest.cpp | 69 ::testing::AssertionResult 100 ::testing::AssertionResult 109 ::testing::AssertionResult PrintedStmtCXX98Matches( in PrintedStmtCXX98Matches() 123 ::testing::AssertionResult 132 ::testing::AssertionResult PrintedStmtMSMatches( in PrintedStmtMSMatches()
|
D | MatchVerifier.h | 45 testing::AssertionResult match(const std::string &Code, in match() 52 testing::AssertionResult match(const std::string &Code, in match() 60 testing::AssertionResult match(const std::string &Code, 66 testing::AssertionResult match(const Decl *D, const MatcherType &AMatcher); 90 testing::AssertionResult MatchVerifier<NodeType>::match( in match() 136 testing::AssertionResult MatchVerifier<NodeType>::match( in match()
|
/external/pdfium/testing/ |
D | gtest_mac.h | 14 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression, 20 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression, 27 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression, 33 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression, 39 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression, 45 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
|
D | gtest_mac.mm | 20 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression, 33 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression, 47 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression, 58 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression, 71 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression, 82 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | hlo_test_base.h | 202 ::testing::AssertionResult RunAndCompare( 211 ::testing::AssertionResult RunAndCompareNoHloPasses( 219 ::testing::AssertionResult RunAndCompare( 226 ::testing::AssertionResult RunAndCompareNoHloPasses( 234 ::testing::AssertionResult RunAndCompare( 239 ::testing::AssertionResult Run(const absl::string_view hlo_string, 243 ::testing::AssertionResult RunMultipleTimes( 247 ::testing::AssertionResult RunAndCompareFromFile( 251 ::testing::AssertionResult RunAndCompareNoHloPasses( 256 ::testing::AssertionResult RunAndCompareNoHloPassesFromFile( [all …]
|
D | literal_test_util.cc | 58 ::testing::AssertionResult StatusToAssertion(const Status& s) { in StatusToAssertion() 67 /* static */ ::testing::AssertionResult LiteralTestUtil::EqualShapes( in EqualShapes() 72 /* static */ ::testing::AssertionResult LiteralTestUtil::EqualShapesAndLayouts( in EqualShapesAndLayouts() 82 /* static */ ::testing::AssertionResult LiteralTestUtil::Equal( in Equal() 87 /* static */ ::testing::AssertionResult LiteralTestUtil::Near( in Near() 94 /* static */ ::testing::AssertionResult LiteralTestUtil::NearOrEqual( in NearOrEqual()
|
D | hlo_test_base.cc | 252 StatusOr<::testing::AssertionResult> HloTestBase::RunAndCompareInternal( in RunAndCompareInternal() 272 ::testing::AssertionResult HloTestBase::RunAndCompare( in RunAndCompare() 286 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses( in RunAndCompareNoHloPasses() 300 ::testing::AssertionResult HloTestBase::RunAndCompare( in RunAndCompare() 314 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses( in RunAndCompareNoHloPasses() 328 ::testing::AssertionResult HloTestBase::RunAndCompare( in RunAndCompare() 342 ::testing::AssertionResult HloTestBase::Run(string_view hlo_string, in Run() 392 ::testing::AssertionResult HloTestBase::RunMultipleTimes( in RunMultipleTimes() 457 ::testing::AssertionResult HloTestBase::RunAndCompareFromFile( in RunAndCompareFromFile() 470 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses( in RunAndCompareNoHloPasses() [all …]
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 62 testing::AssertionResult matchesConditionally( 108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches() 113 testing::AssertionResult notMatches(const std::string &Code, in notMatches() 119 testing::AssertionResult matchesObjC(const std::string &Code, in matchesObjC() 127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC() 133 testing::AssertionResult matchesC99(const std::string &Code, in matchesC99() 140 testing::AssertionResult notMatchesC(const std::string &Code, in notMatchesC() 147 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC() 158 testing::AssertionResult matchesConditionallyWithCuda( in matchesConditionallyWithCuda() 214 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda() [all …]
|
/external/clang/test/SemaCXX/ |
D | typo-correction-delayed.cpp | 128 struct AssertionResult { ~AssertionResult(); }; struct 129 AssertionResult Overload(const char *a); 130 AssertionResult Overload(int a);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 605 AssertionResult HasOneFailure(const char* /* results_expr */, in HasOneFailure() 950 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() function in testing::AssertionResult 958 AssertionResult AssertionResult::operator!() const { in operator !() 959 AssertionResult negation(!success_); in operator !() 966 AssertionResult AssertionSuccess() { in AssertionSuccess() 967 return AssertionResult(true); in AssertionSuccess() 971 AssertionResult AssertionFailure() { in AssertionFailure() 972 return AssertionResult(false); in AssertionFailure() 977 AssertionResult AssertionFailure(const Message& message) { in AssertionFailure() 998 AssertionResult EqFailure(const char* expected_expression, in EqFailure() [all …]
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 605 AssertionResult HasOneFailure(const char* /* results_expr */, in HasOneFailure() 950 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() function in testing::AssertionResult 958 AssertionResult AssertionResult::operator!() const { in operator !() 959 AssertionResult negation(!success_); in operator !() 966 AssertionResult AssertionSuccess() { in AssertionSuccess() 967 return AssertionResult(true); in AssertionSuccess() 971 AssertionResult AssertionFailure() { in AssertionFailure() 972 return AssertionResult(false); in AssertionFailure() 977 AssertionResult AssertionFailure(const Message& message) { in AssertionFailure() 998 AssertionResult EqFailure(const char* expected_expression, in EqFailure() [all …]
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 606 AssertionResult HasOneFailure(const char* /* results_expr */, in HasOneFailure() 951 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() function in testing::AssertionResult 959 AssertionResult AssertionResult::operator!() const { in operator !() 960 AssertionResult negation(!success_); in operator !() 967 AssertionResult AssertionSuccess() { in AssertionSuccess() 968 return AssertionResult(true); in AssertionSuccess() 972 AssertionResult AssertionFailure() { in AssertionFailure() 973 return AssertionResult(false); in AssertionFailure() 978 AssertionResult AssertionFailure(const Message& message) { in AssertionFailure() 999 AssertionResult EqFailure(const char* expected_expression, in EqFailure() [all …]
|