Home
last modified time | relevance | path

Searched defs:category (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/product_config/test/com/android/build/config/
DTestErrors.java49 public void assertHasEntry(Errors.Category category) { in assertHasEntry()
57 public static void assertHasEntry(Errors.Category category, ErrorReporter errors) { in assertHasEntry()
/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java179 Entry(Category category, Position position, String message) { in Entry()
210 Category category = null; in initLocked() local
242 private void add(Category category, boolean fatal, Position pos, String message) { in add()
DOptions.java214 final Errors.Category category = mErrors.getCategories().get(code); in handleErrorCode() local
/build/make/tools/warn/
Dhtml_writer.py300 def all_patterns(category): argument