Home
last modified time | relevance | path

Searched defs:getErrorCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/main/java/com/google/tuningfork/validation/
DErrorCollector.java27 Integer getErrorCount(); in getErrorCount() method
29 Integer getErrorCount(ErrorType errorType); in getErrorCount() method
DParserErrorCollector.java46 public Integer getErrorCount() { in getErrorCount() method in ParserErrorCollector
51 public Integer getErrorCount(ErrorType errorType) { in getErrorCount() method in ParserErrorCollector
/frameworks/rs/script_api/
DScanner.h101 bool getErrorCount() const { return mErrorCount; } in getErrorCount() function