OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPORT_FAILURE
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
Test.h
42
#define
REPORT_FAILURE
(reporter, cond, message) \
93
REPORT_FAILURE
(r, #cond, SkString()); \
100
REPORT_FAILURE
(r, #cond, SkString(message)); \
106
REPORT_FAILURE
(r, "", SkStringPrintf(__VA_ARGS__)); \
PDFPrimitivesTest.cpp
61
REPORT_FAILURE
( \
Completed in 290 milliseconds