OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPORTER_ASSERT_MESSAGE
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
CanvasTest.cpp
27
*
REPORTER_ASSERT_MESSAGE
(reporter, (...), \
282
REPORTER_ASSERT_MESSAGE
(reporter, canvas-> CALL , \
359
REPORTER_ASSERT_MESSAGE
(reporter, canvas->getSaveCount() == saveCount,
361
REPORTER_ASSERT_MESSAGE
(reporter, canvas->getTotalMatrix().isIdentity(),
363
REPORTER_ASSERT_MESSAGE
(reporter, canvas->getTotalClip() == kTestRegion,
376
REPORTER_ASSERT_MESSAGE
(reporter, canvas->getSaveCount() == saveCount,
378
REPORTER_ASSERT_MESSAGE
(reporter, !canvas->getTotalMatrix().isIdentity(),
380
REPORTER_ASSERT_MESSAGE
(reporter, canvas->getTotalClip() != kTestRegion,
393
REPORTER_ASSERT_MESSAGE
(reporter, canvas->getSaveCount() == saveCount,
395
REPORTER_ASSERT_MESSAGE
(reporter, canvas->getTotalMatrix().isIdentity()
[
all
...]
ChecksumTest.cpp
36
REPORTER_ASSERT_MESSAGE
(fReporter,
39
REPORTER_ASSERT_MESSAGE
(fReporter, SkIsAlign4(size),
43
REPORTER_ASSERT_MESSAGE
(fReporter,
46
REPORTER_ASSERT_MESSAGE
(fReporter, SkIsAlign4(size),
FontNamesTest.cpp
119
REPORTER_ASSERT_MESSAGE
(reporter,
124
REPORTER_ASSERT_MESSAGE
(reporter,
134
REPORTER_ASSERT_MESSAGE
(reporter, nameIndex == test[i].nameCount,
137
REPORTER_ASSERT_MESSAGE
(reporter, !iter.next(record),
191
REPORTER_ASSERT_MESSAGE
(reporter,
203
REPORTER_ASSERT_MESSAGE
(reporter,
Test.h
101
#define
REPORTER_ASSERT_MESSAGE
(r, cond, message) \
PictureTest.cpp
388
REPORTER_ASSERT_MESSAGE
(errorContext->fReporter, 1 == errorContext->fErrors,
390
REPORTER_ASSERT_MESSAGE
(errorContext->fReporter, kParseError_SkError == error,
Completed in 248 milliseconds