Home
last modified time | relevance | path

Searched defs:Style (Results 1 – 25 of 45) sorted by relevance

12

/external/parameter-framework/tools/xmlGenerator/
DREADME.md153 ## Style section in XML Generator
157 ### Rules
164 ### Enum Parameters
175 ### String Parameters
/external/clang/unittests/Format/
DFormatTestJava.cpp23 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
DFormatTestJS.cpp23 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
DFormatTest.cpp27 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 …]
DFormatTestProto.cpp23 unsigned Length, const FormatStyle &Style) { in format()
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format() local
/external/clang/lib/Format/
DFormat.cpp475 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 …]
DBreakableToken.h77 const FormatStyle &Style) in BreakableToken()
85 const FormatStyle &Style; variable
DUnwrappedLineFormatter.h35 const FormatStyle &Style, in UnwrappedLineFormatter()
159 FormatStyle Style; variable
DTokenAnnotator.h116 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
145 const FormatStyle &Style; variable
DWhitespaceManager.h40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
196 const FormatStyle &Style; variable
DBreakableToken.cpp147 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()
DTokenAnnotator.cpp34 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
DUnwrappedLineParser.h165 const FormatStyle &Style; variable
DUnwrappedLineParser.cpp159 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/
DRelativeDateTimeFormatter.java74 public static enum Style { enum in RelativeDateTimeFormatter
514 EnumMap<Style, EnumMap<AbsoluteUnit, EnumMap<Direction, String>>> qualitativeUnitMap, in RelativeDateTimeFormatter()
554EnumMap<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()
DListFormatter.java44 public enum Style { enum in ListFormatter
76 Style(String name) { in Style() method in ListFormatter.Style
/external/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in TestOneInput() local
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfCIDFontDescriptorDictionary_autogen.cpp11 SkPdfDictionary* SkPdfCIDFontDescriptorDictionary::Style(SkPdfNativeDoc* doc) { in Style() function in SkPdfCIDFontDescriptorDictionary
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs51 public string Style property in LLVM.ClangFormat.OptionPageGrid
/external/skia/include/effects/
DSk1DPathEffect.h44 enum Style { enum
/external/llvm/include/llvm/MC/
DMCInstPrinter.h26 enum Style { enum
/external/skia/include/core/
DSkStrokeRec.h27 enum Style { enum
/external/llvm/docs/
DCodingStandards.rst444 .. _Main Module Header:
445 .. _Local/Private Headers:
462 .. _fit into 80 columns:
/external/pdfium/core/src/reflow/
Dautoreflow.h78 void SetLayoutProviderStyle(LAYOUTPROVIDER_STYLE Style) in SetLayoutProviderStyle()
/external/skia/src/ports/
DSkFontConfigParser_android.h70 enum class Style { kAuto, kNormal, kItalic } fStyle; enum

12