/external/parameter-framework/tools/xmlGenerator/ |
D | README.md | 153 ## Style section in XML Generator 157 ### Rules 164 ### Enum Parameters 175 ### String Parameters
|
/external/clang/unittests/Format/ |
D | FormatTestJava.cpp | 23 unsigned Length, const FormatStyle &Style) { in format() 36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in format() 41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java); in getStyleWithColumns() local 48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in verifyFormat() 62 FormatStyle Style = getStyleWithColumns(50); in TEST_F() local 234 FormatStyle Style = getStyleWithColumns(65); in TEST_F() local
|
D | FormatTestJS.cpp | 23 unsigned Length, const FormatStyle &Style) { in format() 36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format() 41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns() local 48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat() 313 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F() local
|
D | FormatTest.cpp | 27 const FormatStyle &Style) { in format() 40 format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) { in format() 45 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns() local 51 FormatStyle Style = getGoogleStyle(); in getGoogleStyleWithColumns() local 57 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat() 72 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash() 753 FormatStyle Style = getLLVMStyle(); in TEST_F() local 2199 FormatStyle Style = getLLVMStyle(); in TEST_F() local 2324 FormatStyle Style = getLLVMStyle(); in TEST_F() local 3174 FormatStyle Style = getGoogleStyle(); in TEST_F() local [all …]
|
D | FormatTestProto.cpp | 23 unsigned Length, const FormatStyle &Style) { in format() 35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format() local
|
/external/clang/lib/Format/ |
D | Format.cpp | 475 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local 495 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local 514 FormatStyle *Style) { in getPredefinedStyle() 537 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration() 583 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() 598 FormatTokenLexer(SourceManager &SourceMgr, FileID ID, FormatStyle &Style, in FormatTokenLexer() 1121 FormatStyle &Style; member in clang::format::__anonf8d6a77d0111::FormatTokenLexer 1188 Formatter(const FormatStyle &Style, SourceManager &SourceMgr, FileID ID, in Formatter() 1459 FormatStyle Style; member in clang::format::__anonf8d6a77d0111::Formatter 1472 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, in reformat() [all …]
|
D | BreakableToken.h | 77 const FormatStyle &Style) in BreakableToken() 85 const FormatStyle &Style; variable
|
D | UnwrappedLineFormatter.h | 35 const FormatStyle &Style, in UnwrappedLineFormatter() 159 FormatStyle Style; variable
|
D | TokenAnnotator.h | 116 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() 145 const FormatStyle &Style; variable
|
D | WhitespaceManager.h | 40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() 196 const FormatStyle &Style; variable
|
D | BreakableToken.cpp | 147 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableSingleLineToken() 158 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteral() 202 bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineComment() 254 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableBlockComment()
|
D | TokenAnnotator.cpp | 34 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() 1129 const FormatStyle &Style; member in clang::format::__anon7c513deb0111::AnnotatingParser 1143 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, in ExpressionParser() 1315 const FormatStyle &Style; member in clang::format::__anon7c513deb0111::ExpressionParser
|
D | UnwrappedLineParser.h | 165 const FormatStyle &Style; variable
|
D | UnwrappedLineParser.cpp | 159 const FormatStyle &Style, unsigned &LineLevel) in CompoundStatementIndenter() 206 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() 441 static bool ShouldBreakBeforeBrace(const FormatStyle &Style, in ShouldBreakBeforeBrace()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RelativeDateTimeFormatter.java | 74 public static enum Style { enum in RelativeDateTimeFormatter 514 EnumMap<Style, EnumMap<AbsoluteUnit, EnumMap<Direction, String>>> qualitativeUnitMap, in RelativeDateTimeFormatter() 554 … EnumMap<Style, EnumMap<AbsoluteUnit, EnumMap<Direction, String>>> qualitativeUnitMap, in RelativeDateTimeFormatterData() 736 EnumMap<Style, EnumMap<RelativeUnit, QuantityFormatter[]>> quantitativeUnitMap, in addTimeUnits() 785 EnumMap<Style, EnumMap<RelativeUnit, QuantityFormatter[]>> quantitativeUnitMap) { in initRelativeUnits() 831 EnumMap<Style, EnumMap<AbsoluteUnit, String>> dayOfWeekMap, in addWeekDays()
|
D | ListFormatter.java | 44 public enum Style { enum in ListFormatter 76 Style(String name) { in Style() method in ListFormatter.Style
|
/external/clang/tools/clang-format/fuzzer/ |
D | ClangFormatFuzzer.cpp | 21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in TestOneInput() local
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfCIDFontDescriptorDictionary_autogen.cpp | 11 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::Style(SkPdfNativeDoc* doc) { in Style() function in SkPdfCIDFontDescriptorDictionary
|
/external/clang/tools/clang-format-vs/ClangFormat/ |
D | ClangFormatPackage.cs | 51 public string Style property in LLVM.ClangFormat.OptionPageGrid
|
/external/skia/include/effects/ |
D | Sk1DPathEffect.h | 44 enum Style { enum
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 26 enum Style { enum
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 27 enum Style { enum
|
/external/llvm/docs/ |
D | CodingStandards.rst | 444 .. _Main Module Header: 445 .. _Local/Private Headers: 462 .. _fit into 80 columns:
|
/external/pdfium/core/src/reflow/ |
D | autoreflow.h | 78 void SetLayoutProviderStyle(LAYOUTPROVIDER_STYLE Style) in SetLayoutProviderStyle()
|
/external/skia/src/ports/ |
D | SkFontConfigParser_android.h | 70 enum class Style { kAuto, kNormal, kItalic } fStyle; enum
|