Home
last modified time | relevance | path

Searched refs:OptionDocumentationCategory (Results 1 – 9 of 9) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DOptionFilterDescriptions.java24 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 …]
DOptionsParser.java297 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 …]
DParsedOptionDescription.java122 private OptionDocumentationCategory documentationCategory() { in documentationCategory()
131 return documentationCategory() != OptionDocumentationCategory.UNDOCUMENTED && !isHidden(); in isDocumented()
DOptionDocumentationCategory.java35 public enum OptionDocumentationCategory { enum
DOption.java92 OptionDocumentationCategory documentationCategory(); in documentationCategory()
DOptionDefinition.java109 public OptionDocumentationCategory getDocumentationCategory() { in getDocumentationCategory()
/external/desugar/java/com/google/devtools/build/android/desugar/
DDesugar.java38 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/
DKeepScanner.java34 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/
DOptionProcessor.java22 import com.google.devtools.common.options.OptionDocumentationCategory;
397 OptionDocumentationCategory category = annotation.documentationCategory(); in checkMetadataTagAndCategoryRationality()
401 if (category != OptionDocumentationCategory.UNDOCUMENTED) { in checkMetadataTagAndCategoryRationality()