Home
last modified time | relevance | path

Searched refs:category (Results 1 – 8 of 8) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java179 Entry(Category category, Position position, String message) { in Entry() argument
180 mCategory = category; in Entry()
210 Category category = null; in initLocked() local
212 category = (Category)field.get(this); in initLocked()
218 Category prev = categories.put(category.getCode(), category); in initLocked()
221 + category.getCode()); in initLocked()
242 private void add(Category category, boolean fatal, Position pos, String message) { in add() argument
245 if (mCategories.get(category.getCode()) != category) { in add()
248 final Entry entry = new Entry(category, pos, message); in add()
250 final Level level = category.getLevel(); in add()
DOptions.java81 for (final Errors.Category category: sorted.values()) { in printHelp()
82 if (category.isLevelSettable()) { in printHelp()
83 out.println(String.format(" %-3d %s", category.getCode(), in printHelp()
84 category.getHelp().replace("\n", "\n "))); in printHelp()
214 final Errors.Category category = mErrors.getCategories().get(code); in handleErrorCode() local
215 if (category == null) { in handleErrorCode()
219 if (!category.isLevelSettable()) { in handleErrorCode()
223 category.setLevel(level); in handleErrorCode()
/build/make/tools/product_config/test/com/android/build/config/
DTestErrors.java49 public void assertHasEntry(Errors.Category category) { in assertHasEntry() argument
50 assertHasEntry(category, this); in assertHasEntry()
57 public static void assertHasEntry(Errors.Category category, ErrorReporter errors) { in assertHasEntry() argument
60 if (entry.getCategory() == category) { in assertHasEntry()
66 throw new AssertionError("No error category " + category.getCode() + " found." in assertHasEntry()
/build/soong/java/
Dhiddenapi_modular.go508 for _, category := range HiddenAPIFlagFileCategories {
509 s[category] = append(s[category], other[category]...)
516 for category, paths := range s {
517 s[category] = android.FirstUniquePaths(paths)
764 for _, category := range HiddenAPIFlagFileCategories {
765 paths := android.PathsForModuleSrc(ctx, category.propertyValueReader(p))
766 i.FlagFilesByCategory[category] = paths
871 for _, category := range HiddenAPIFlagFileCategories {
872 paths := flagFilesByCategory[category]
874 category.commandMutator(command, path)
Dbootclasspath_fragment.go800 for _, category := range HiddenAPIFlagFileCategories {
801 paths := b.Flag_files_by_category[category]
809 hiddenAPISet.AddProperty(category.PropertyName, dests)
/build/soong/apex/
Dplatform_bootclasspath_test.go154 for _, category := range java.HiddenAPIFlagFileCategories {
155 name := category.PropertyName
159 android.AssertPathsRelativeToTopEquals(t, message, expected, info.FlagsFilesByCategory[category])
/build/make/tools/warn/
Dhtml_writer.py300 def all_patterns(category): argument
302 for i in category['patterns']:
370 category = pattern['category']
374 category, description,
/build/make/tools/releasetools/
Dpylintrc51 # Enable the message, report, category or checker with the given id(s). You can
56 # Disable the message, report, category or checker with the given id(s). You