Searched refs:documentationCategory (Results 1 – 6 of 6) sorted by relevance
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | Desugar.java | 79 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 94 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 108 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 120 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED, 128 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED, 138 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 152 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 166 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 177 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 186 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, [all …]
|
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | KeepScanner.java | 61 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 73 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 86 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 98 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, 108 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
|
/external/desugar/java/com/google/devtools/common/options/ |
D | ParsedOptionDescription.java | 122 private OptionDocumentationCategory documentationCategory() { in documentationCategory() method in ParsedOptionDescription 131 return documentationCategory() != OptionDocumentationCategory.UNDOCUMENTED && !isHidden(); in isDocumented()
|
D | Option.java | 92 OptionDocumentationCategory documentationCategory(); in documentationCategory() method
|
D | OptionDefinition.java | 110 return optionAnnotation.documentationCategory(); in getDocumentationCategory()
|
/external/desugar/java/com/google/devtools/common/options/processor/ |
D | OptionProcessor.java | 397 OptionDocumentationCategory category = annotation.documentationCategory(); in checkMetadataTagAndCategoryRationality()
|