HomeSort by relevance Sort by last modified time
    Searched refs:AssertionResult (Results 1 - 25 of 107) 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/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/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_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(
  /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 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...]
  /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/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/chromium_org/net/proxy/
proxy_config_service_common_unittest.h 30 ::testing::AssertionResult Matches(
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver_test.cc 55 using testing::AssertionResult;
75 AssertionResult TestSolver(double* D) {
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy_unittest.cc 33 testing::AssertionResult VerifyNull(v8::Local<v8::Value> v8_value) {
41 testing::AssertionResult VerifyBoolean(v8::Local<v8::Value> v8_value,
53 testing::AssertionResult VerifyInteger(v8::Local<v8::Value> v8_value,
65 testing::AssertionResult VerifyDouble(v8::Local<v8::Value> v8_value,
77 testing::AssertionResult VerifyString(v8::Local<v8::Value> v8_value,

Completed in 751 milliseconds

1 2 3 4 5