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

1 2 3 4 5

  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h 34 testing::AssertionResult CheckNotifications() WARN_UNUSED_RESULT;
35 testing::AssertionResult CheckNotifications(
37 testing::AssertionResult CheckNotifications(
40 testing::AssertionResult CheckNotifications(
44 testing::AssertionResult CheckNotifications(
59 testing::AssertionResult CheckNotifications(
extension_notification_observer.cc 44 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications() {
48 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
53 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
62 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
73 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
131 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
133 testing::AssertionResult result = (notifications_ == types) ?
  /external/chromium_org/chromeos/network/onc/
onc_test_utils.h 33 ::testing::AssertionResult Equals(const base::Value* expected,
  /external/chromium_org/ui/gfx/test/
color_util.h 19 ::testing::AssertionResult AssertSkColorsEqual(const char* lhs_expr,
color_util.cc 27 ::testing::AssertionResult AssertSkColorsEqual(const char* lhs_expr,
  /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...]
  /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/chromium_org/testing/
gtest_mac.h 20 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
27 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
  /external/chromium_org/net/base/
net_log_unittest.h 22 inline ::testing::AssertionResult LogContainsEventHelper(
58 inline ::testing::AssertionResult LogContainsEventAtTime(
69 inline ::testing::AssertionResult LogContainsEvent(
79 inline ::testing::AssertionResult LogContainsBeginEvent(
87 inline ::testing::AssertionResult LogContainsEndEvent(
94 inline ::testing::AssertionResult LogContainsEntryWithType(
112 inline ::testing::AssertionResult LogContainsEntryWithTypeAfter(
  /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...]
  /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...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 177 // the assertion wasn't successful, the AssertionResult object
191 // testing::AssertionResult IsEven(int n) {
218 // testing::AssertionResult IsEven(int n) {
242 // testing::AssertionResult IsEven(const char* expr, int n) {
255 class GTEST_API_ AssertionResult {
259 AssertionResult(const AssertionResult& other);
261 explicit AssertionResult(bool success) : success_(success) {}
267 AssertionResult operator!() const;
269 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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(
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker_unittest.cc 108 testing::AssertionResult CheckEvents();
109 testing::AssertionResult CheckEvents(const TrackingEvent& e1);
110 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
112 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
115 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
127 testing::AssertionResult CheckEvents(
147 testing::AssertionResult AccountTrackerObserver::CheckEvents() {
152 testing::AssertionResult AccountTrackerObserver::CheckEvents(
159 testing::AssertionResult AccountTrackerObserver::CheckEvents(
168 testing::AssertionResult AccountTrackerObserver::CheckEvents
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_common_unittest.h 31 ::testing::AssertionResult Matches(
  /external/chromium_org/net/proxy/
proxy_config_service_common_unittest.h 30 ::testing::AssertionResult Matches(

Completed in 497 milliseconds

1 2 3 4 5