OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getErrorTypeName
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
gm_error.h
41
static const char *
getErrorTypeName
(ErrorType type) {
59
SkDEBUGFAIL("
getErrorTypeName
() called with unknown type");
70
const char *thisTypeName =
getErrorTypeName
(thisType);
129
s.append(
getErrorTypeName
(type));
gmmain.cpp
402
line.appendf("%d %s", count,
getErrorTypeName
(type));
424
summary.appendf(" %s=%d",
getErrorTypeName
(type), fFailedTests[type].count());
[
all
...]
Completed in 352 milliseconds