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

12345

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBoxTestHelpers.h37 ::testing::AssertionResult AssertAlmostEqual(const char*, const char*, const FloatBox&, const FloatBox&);
38 ::testing::AssertionResult AssertContains(const char*, const char*, const FloatBox&, const FloatBox&);
H A DFloatBoxTestHelpers.cpp69 ::testing::AssertionResult blink::FloatBoxTest::AssertAlmostEqual(const char* m_expr, const char* n_expr, const FloatBox& m, const FloatBox& n)
80 ::testing::AssertionResult blink::FloatBoxTest::AssertContains(const char* m_expr, const char* n_expr, const FloatBox& m, const FloatBox& n)
/external/chromium_org/sync/test/fake_server/
H A Dfake_server_verifier.h33 testing::AssertionResult VerifyEntityCountByType(
40 testing::AssertionResult VerifyEntityCountByTypeAndName(
H A Dfake_server_verifier.cc15 using testing::AssertionResult;
20 AssertionResult DictionaryCreationAssertionFailure() {
25 AssertionResult VerificationCountAssertionFailure(size_t actual_count,
31 AssertionResult UnknownTypeAssertionFailure(const string& model_type) {
45 AssertionResult FakeServerVerifier::VerifyEntityCountByType(
66 AssertionResult FakeServerVerifier::VerifyEntityCountByTypeAndName(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.h34 testing::AssertionResult CheckNotifications() WARN_UNUSED_RESULT;
35 testing::AssertionResult CheckNotifications(extensions::NotificationType type)
37 testing::AssertionResult CheckNotifications(extensions::NotificationType t1,
40 testing::AssertionResult CheckNotifications(extensions::NotificationType t1,
44 testing::AssertionResult CheckNotifications(extensions::NotificationType t1,
59 testing::AssertionResult CheckNotifications(
H A Dextension_notification_observer.cc51 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications() {
55 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
60 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
69 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
80 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
141 testing::AssertionResult ExtensionNotificationObserver::CheckNotifications(
143 testing::AssertionResult result = (notifications_ == types) ?
/external/chromium_org/ui/gfx/test/
H A Dgfx_util.h22 ::testing::AssertionResult AssertBoxFloatEqual(const char* lhs_expr,
30 ::testing::AssertionResult AssertRectFloatEqual(const char* lhs_expr,
38 ::testing::AssertionResult AssertSkColorsEqual(const char* lhs_expr,
/external/chromium_org/testing/
H A Dgtest_mac.h20 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
27 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
/external/chromium_org/chromeos/network/onc/
H A Donc_test_utils.h33 ::testing::AssertionResult Equals(const base::Value* expected,
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Drequest_content_script_apitest.cc101 testing::AssertionResult RunTest(PermissionOrMatcherType manifest_permission,
106 testing::AssertionResult CreateAndLoadExtension(
117 testing::AssertionResult RequestContentScriptAPITest::RunTest(
123 testing::AssertionResult result = CreateAndLoadExtension(manifest_permission,
160 testing::AssertionResult RequestContentScriptAPITest::CreateAndLoadExtension(
/external/chromium_org/net/base/
H A Dnet_log_unittest.h22 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/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h61 testing::AssertionResult matchesConditionally(const std::string &Code,
96 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) {
101 testing::AssertionResult notMatches(const std::string &Code,
107 testing::AssertionResult
151 testing::AssertionResult
159 testing::AssertionResult
/external/chromium_org/third_party/mesa/src/src/gtest/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...]
/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...]
/external/mesa3d/src/gtest/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...]
/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp63 ::testing::AssertionResult
95 ::testing::AssertionResult
107 ::testing::AssertionResult
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(
/external/protobuf/gtest/include/gtest/
H A Dgtest.h179 // 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 { class in namespace:testing
213 friend AssertionResult AssertionSuccess();
214 friend AssertionResult AssertionFailure(const Message&);
224 AssertionResult() {} function in class:testing::AssertionResult
227 explicit AssertionResult(const internal::String& failure_message);
234 AssertionResult AssertionSuccess();
237 AssertionResult AssertionFailur
[all...]
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc180 testing::AssertionResult HandleResetBeginStage();
183 testing::AssertionResult HandleResetEndStage();
186 testing::AssertionResult HandleTestingStage(const std::string& message);
189 testing::AssertionResult HandleJSError(const std::string& message);
250 testing::AssertionResult AdInjectionBrowserTest::HandleResetBeginStage() {
263 testing::AssertionResult AdInjectionBrowserTest::HandleResetEndStage() {
275 testing::AssertionResult AdInjectionBrowserTest::HandleTestingStage(
324 testing::AssertionResult AdInjectionBrowserTest::HandleJSError(
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.h80 ::testing::AssertionResult ReadJsonTestFile(const char* test_file_name,
83 ::testing::AssertionResult ReadJsonTestFileToList(
145 ::testing::AssertionResult VerifyJwk(
151 ::testing::AssertionResult VerifySecretJwk(
159 ::testing::AssertionResult VerifyPublicJwk(
/external/chromium_org/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/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...]
/external/chromium_org/net/proxy/
H A Dproxy_config_service_common_unittest.h30 ::testing::AssertionResult Matches(
/external/ceres-solver/internal/ceres/
H A Diterative_schur_complement_solver_test.cc55 using testing::AssertionResult;
75 AssertionResult TestSolver(double* D) {

Completed in 468 milliseconds

12345