Searched defs:category (Results 1 – 4 of 4) sorted by relevance
49 public void assertHasEntry(Errors.Category category) { in assertHasEntry()57 public static void assertHasEntry(Errors.Category category, ErrorReporter errors) { in assertHasEntry()
179 Entry(Category category, Position position, String message) { in Entry()210 Category category = null; in initLocked() local242 private void add(Category category, boolean fatal, Position pos, String message) { in add()
214 final Errors.Category category = mErrors.getCategories().get(code); in handleErrorCode() local
300 def all_patterns(category): argument