Home
last modified time | relevance | path

Searched refs:UNDOCUMENTED (Results 1 – 7 of 7) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DOptionsParser.java337 != OptionDocumentationCategory.UNDOCUMENTED) { in getOptionsSortedByCategory()
385 != OptionDocumentationCategory.UNDOCUMENTED) { in describeOptionsWithDeprecatedCategories()
395 != OptionDocumentationCategory.UNDOCUMENTED) { in describeOptionsWithDeprecatedCategories()
430 != OptionDocumentationCategory.UNDOCUMENTED) { in describeOptionsHtmlWithDeprecatedCategories()
444 != OptionDocumentationCategory.UNDOCUMENTED) { in describeOptionsHtmlWithDeprecatedCategories()
494 optionDefinition.getDocumentationCategory() != OptionDocumentationCategory.UNDOCUMENTED, in getOptionsCompletion()
DOptionDocumentationCategory.java46 UNDOCUMENTED, enumConstant
DOptionFilterDescriptions.java49 OptionDocumentationCategory.UNDOCUMENTED, in getOptionCategoriesEnumDescription()
DParsedOptionDescription.java131 return documentationCategory() != OptionDocumentationCategory.UNDOCUMENTED && !isHidden(); in isDocumented()
/external/desugar/java/com/google/devtools/build/android/desugar/
DDesugar.java120 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
128 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
260 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
271 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
282 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
293 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
305 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
316 documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
/external/desugar/java/com/google/devtools/common/options/processor/
DOptionProcessor.java401 if (category != OptionDocumentationCategory.UNDOCUMENTED) { in checkMetadataTagAndCategoryRationality()
/external/llvm-project/lld/MachO/
DOptions.td1044 def grp_undocumented : OptionGroup<"undocumented">, HelpText<"UNDOCUMENTED">;