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

1 2 3

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 53 testing::AssertionResult matchesConditionally(const std::string &Code,
77 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) {
82 testing::AssertionResult notMatches(const std::string &Code,
88 testing::AssertionResult
116 testing::AssertionResult
124 testing::AssertionResult
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 131 // the assertion wasn't successful, the AssertionResult object
137 // The constructor of AssertionResult is private. To create an
148 // testing::AssertionResult IsEven(const char* expr, int n) {
161 class AssertionResult {
165 friend AssertionResult AssertionSuccess();
166 friend AssertionResult AssertionFailure(const Message&);
176 AssertionResult() {}
179 explicit AssertionResult(const internal::String& failure_message);
186 AssertionResult AssertionSuccess();
189 AssertionResult AssertionFailure(const Message& msg)
    [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/chromium/testing/
gtest_mac.h 20 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
27 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
  /external/open-vcdiff/gtest/include/gtest/
gtest.h 179 // the assertion wasn't successful, the AssertionResult object
193 // testing::AssertionResult IsEven(int n) {
220 // testing::AssertionResult IsEven(int n) {
244 // testing::AssertionResult IsEven(const char* expr, int n) {
257 class AssertionResult {
261 AssertionResult(const AssertionResult& other);
263 explicit AssertionResult(bool success) : success_(success) {}
269 AssertionResult operator!() const;
271 // 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/chromium/net/base/
net_log_unittest.h 23 inline ::testing::AssertionResult LogContainsEventHelper(
59 inline ::testing::AssertionResult LogContainsEventAtTime(
70 inline ::testing::AssertionResult LogContainsEvent(
80 inline ::testing::AssertionResult LogContainsBeginEvent(
88 inline ::testing::AssertionResult LogContainsEndEvent(
95 inline ::testing::AssertionResult LogContainsEntryWithType(
  /external/chromium/testing/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/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/libvpx/libvpx/third_party/googletest/src/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/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/protobuf/gtest/include/gtest/
gtest.h 179 // the assertion wasn't successful, the AssertionResult object
185 // The constructor of AssertionResult is private. To create an
196 // testing::AssertionResult IsEven(const char* expr, int n) {
209 class AssertionResult {
213 friend AssertionResult AssertionSuccess();
214 friend AssertionResult AssertionFailure(const Message&);
224 AssertionResult() {}
227 explicit AssertionResult(const internal::String& failure_message);
234 AssertionResult AssertionSuccess();
237 AssertionResult AssertionFailure(const Message& msg)
    [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/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 67 ::testing::AssertionResult PrintedStmtMatches(
98 ::testing::AssertionResult PrintedStmtCXX98Matches(
112 ::testing::AssertionResult PrintedStmtMSMatches(
MatchVerifier.h 35 testing::AssertionResult match(const std::string &Code,
41 testing::AssertionResult match(const std::string &Code,
66 testing::AssertionResult MatchVerifier<NodeType>::match(
  /external/chromium/net/proxy/
proxy_config_service_common_unittest.h 31 ::testing::AssertionResult Matches(
proxy_config_service_common_unittest.cc 24 ::testing::AssertionResult* failure_details,
72 ::testing::AssertionResult ProxyRulesExpectation::Matches(
74 ::testing::AssertionResult failure_details = ::testing::AssertionFailure();
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver_test.cc 55 using testing::AssertionResult;
75 AssertionResult TestSolver(double* D) {
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 106 class AssertionResult; // Result of an assertion.
283 AssertionResult EqFailure(const char* expected_expression,
493 AssertionResult IsHRESULTSuccess(const char* expr, long hr); // NOLINT
494 AssertionResult IsHRESULTFailure(const char* expr, long hr); // NOLINT
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 104 class AssertionResult; // Result of an assertion.
293 AssertionResult EqFailure(const char* expected_expression,
300 String GetBoolAssertionFailureMessage(const AssertionResult& assertion_result,
556 AssertionResult IsHRESULTSuccess(const char* expr, long hr); // NOLINT
557 AssertionResult IsHRESULTFailure(const char* expr, long hr); // NOLINT
    [all...]

Completed in 181 milliseconds

1 2 3