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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxTestHelpers.h 37 ::testing::AssertionResult AssertAlmostEqual(const char*, const char*, const FloatBox&, const FloatBox&);
38 ::testing::AssertionResult AssertContains(const char*, const char*, const FloatBox&, const FloatBox&);
  /external/chromium_org/ui/gfx/test/
gfx_util.h 22 ::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/sync/test/fake_server/
fake_server_verifier.h 33 testing::AssertionResult VerifyEntityCountByType(
40 testing::AssertionResult VerifyEntityCountByTypeAndName(
fake_server_verifier.cc 15 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/
extension_notification_observer.h 34 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(
extension_notification_observer.cc 51 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/chromeos/network/onc/
onc_test_utils.h 33 ::testing::AssertionResult Equals(const base::Value* expected,
  /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,
  /frameworks/base/tools/aapt/tests/
AaptGroupEntry_test.cpp 26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName,
34 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input,
AaptConfig_test.cpp 26 static ::testing::AssertionResult TestParse(const String8& input, ConfigDescription* config=NULL) {
33 static ::testing::AssertionResult TestParse(const char* input, ConfigDescription* config=NULL) {
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
request_content_script_apitest.cc 101 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/
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/chromium_org/testing/gtest/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);
269 // the argument is implicitly convertible to AssertionResult. In that case
270 // we want AssertionResult's copy constructor to be used.
272 explicit AssertionResult(
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 61 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/
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 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/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 69 ::testing::AssertionResult
100 ::testing::AssertionResult
109 ::testing::AssertionResult PrintedStmtCXX98Matches(
123 ::testing::AssertionResult
132 ::testing::AssertionResult PrintedStmtMSMatches(
  /external/chromium_org/chrome/browser/extensions/activity_log/
ad_injection_browsertest.cc 180 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(
  /frameworks/native/libs/gui/tests/
GLTest.h 53 ::testing::AssertionResult checkPixel(int x, int y,
55 ::testing::AssertionResult assertRectEq(const Rect &r1, const Rect &r2,
  /external/chromium_org/content/child/webcrypto/test/
test_helpers.h 80 ::testing::AssertionResult ReadJsonTestFile(const char* test_file_name,
83 ::testing::AssertionResult ReadJsonTestFileToList(
145 ::testing::AssertionResult VerifyJwk(
151 ::testing::AssertionResult VerifySecretJwk(
159 ::testing::AssertionResult VerifyPublicJwk(

Completed in 423 milliseconds

1 2 3 4 5 6