Searched refs:OptionDocumentationCategory (Results 1 – 9 of 9) sorted by relevance
/external/desugar/java/com/google/devtools/common/options/ |
D | OptionFilterDescriptions.java | 24 static OptionDocumentationCategory[] documentationOrder = { 25 OptionDocumentationCategory.BAZEL_CLIENT_OPTIONS, 26 OptionDocumentationCategory.EXECUTION_STRATEGY, 27 OptionDocumentationCategory.TOOLCHAIN, 28 OptionDocumentationCategory.OUTPUT_SELECTION, 29 OptionDocumentationCategory.OUTPUT_PARAMETERS, 30 OptionDocumentationCategory.INPUT_STRICTNESS, 31 OptionDocumentationCategory.SIGNING, 32 OptionDocumentationCategory.TESTING, 33 OptionDocumentationCategory.QUERY, [all …]
|
D | OptionsParser.java | 297 LinkedHashMap<OptionDocumentationCategory, List<OptionDefinition>> optionsByCategory = in describeOptions() 299 ImmutableMap<OptionDocumentationCategory, String> optionCategoryDescriptions = in describeOptions() 301 for (Map.Entry<OptionDocumentationCategory, List<OptionDefinition>> e : in describeOptions() 322 private LinkedHashMap<OptionDocumentationCategory, List<OptionDefinition>> 330 ListMultimap<OptionDocumentationCategory, OptionDefinition> optionsByCategories = in getOptionsSortedByCategory() 337 != OptionDocumentationCategory.UNDOCUMENTED) { in getOptionsSortedByCategory() 344 LinkedHashMap<OptionDocumentationCategory, List<OptionDefinition>> sortedCategoriesToOptions = in getOptionsSortedByCategory() 346 for (OptionDocumentationCategory category : OptionFilterDescriptions.documentationOrder) { in getOptionsSortedByCategory() 385 != OptionDocumentationCategory.UNDOCUMENTED) { in describeOptionsWithDeprecatedCategories() 395 != OptionDocumentationCategory.UNDOCUMENTED) { in describeOptionsWithDeprecatedCategories() [all …]
|
D | ParsedOptionDescription.java | 122 private OptionDocumentationCategory documentationCategory() { in documentationCategory() 131 return documentationCategory() != OptionDocumentationCategory.UNDOCUMENTED && !isHidden(); in isDocumented()
|
D | OptionDocumentationCategory.java | 35 public enum OptionDocumentationCategory { enum
|
D | Option.java | 92 OptionDocumentationCategory documentationCategory(); in documentationCategory()
|
D | OptionDefinition.java | 109 public OptionDocumentationCategory getDocumentationCategory() { in getDocumentationCategory()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | Desugar.java | 38 import com.google.devtools.common.options.OptionDocumentationCategory; 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, [all …]
|
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | KeepScanner.java | 34 import com.google.devtools.common.options.OptionDocumentationCategory; 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/processor/ |
D | OptionProcessor.java | 22 import com.google.devtools.common.options.OptionDocumentationCategory; 397 OptionDocumentationCategory category = annotation.documentationCategory(); in checkMetadataTagAndCategoryRationality() 401 if (category != OptionDocumentationCategory.UNDOCUMENTED) { in checkMetadataTagAndCategoryRationality()
|