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

1234

/external/pdfium/testing/
H A Dgtest_mac.h14 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,
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dhlo_test_base.h118 ::testing::AssertionResult RunAndCompare(
128 ::testing::AssertionResult RunAndCompareNoHloPasses(
136 ::testing::AssertionResult RunAndCompare(
144 ::testing::AssertionResult RunAndCompareNoHloPasses(
153 ::testing::AssertionResult RunAndCompare(
158 ::testing::AssertionResult RunAndCompareFromFile(
162 ::testing::AssertionResult RunAndCompareNoHloPasses(
167 ::testing::AssertionResult RunAndCompareNoHloPassesFromFile(
227 StatusOr<::testing::AssertionResult> RunAndCompareInternal(
H A Dhlo_test_base.cc144 StatusOr<::testing::AssertionResult> HloTestBase::RunAndCompareInternal(
169 ::testing::AssertionResult HloTestBase::RunAndCompare(
183 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses(
196 ::testing::AssertionResult HloTestBase::RunAndCompare(
205 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses(
214 ::testing::AssertionResult HloTestBase::RunAndCompare(
229 ::testing::AssertionResult HloTestBase::RunAndCompareFromFile(
242 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses(
257 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPassesFromFile(
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h62 testing::AssertionResult matchesConditionally(
108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) {
113 testing::AssertionResult notMatches(const std::string &Code,
119 testing::AssertionResult matchesObjC(const std::string &Code,
127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) {
133 testing::AssertionResult matchesC99(const std::string &Code,
140 testing::AssertionResult notMatchesC(const std::string &Code,
147 testing::AssertionResult notMatchesObjC(const std::string &Code,
158 testing::AssertionResult matchesConditionallyWithCuda(
214 testing::AssertionResult matchesWithCud
[all...]
/external/googletest/googletest/include/gtest/
H A Dgtest.h178 // 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 { class in namespace:testing
260 AssertionResult(const AssertionResult& other);
269 // the argument is implicitly convertible to AssertionResult. In that case
270 // we want AssertionResult's copy constructor to be used.
272 explicit AssertionResult( function in class:testing::AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // 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/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h178 // 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 { class in namespace:testing
260 AssertionResult(const AssertionResult& other);
269 // the argument is implicitly convertible to AssertionResult. In that case
270 // we want AssertionResult's copy constructor to be used.
272 explicit AssertionResult( function in class:testing::AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // 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/v8/testing/gtest/include/gtest/
H A Dgtest.h178 // 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 { class in namespace:testing
260 AssertionResult(const AssertionResult& other);
269 // the argument is implicitly convertible to AssertionResult. In that case
270 // we want AssertionResult's copy constructor to be used.
272 explicit AssertionResult( function in class:testing::AssertionResult
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h176 // 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 { class in namespace:testing
258 AssertionResult(const AssertionResult& other);
260 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
266 AssertionResult operator!() const;
268 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // 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/
H A Dgtest.h188 // 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 { class in namespace:testing
270 AssertionResult(const AssertionResult& other);
272 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
278 AssertionResult operator!() const;
280 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // 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/
H A Dgtest.h187 // 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 { class in namespace:testing
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h187 // 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 { class in namespace:testing
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // 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/
H A Dtypo-correction-delayed.cpp128 struct AssertionResult { ~AssertionResult(); }; struct
129 AssertionResult Overload(const char *a);
130 AssertionResult Overload(int a);
/external/clang/unittests/AST/
H A DCommentParser.cpp80 ::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 A
[all...]
H A DStmtPrinterTest.cpp69 ::testing::AssertionResult
100 ::testing::AssertionResult
109 ::testing::AssertionResult PrintedStmtCXX98Matches(
123 ::testing::AssertionResult
132 ::testing::AssertionResult PrintedStmtMSMatches(
H A DNamedDeclPrinterTest.cpp63 ::testing::AssertionResult
95 ::testing::AssertionResult
107 ::testing::AssertionResult
H A DMatchVerifier.h45 testing::AssertionResult match(const std::string &Code,
52 testing::AssertionResult match(const std::string &Code,
60 testing::AssertionResult match(const std::string &Code,
66 testing::AssertionResult match(const Decl *D, const MatcherType &AMatcher);
90 testing::AssertionResult MatchVerifier<NodeType>::match(
136 testing::AssertionResult MatchVerifier<NodeType>::match(
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h178 // 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 { class in namespace:testing
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // 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/
H A Dgtest.h178 // 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 { class in namespace:testing
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult
[all...]

Completed in 475 milliseconds

1234