Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
90 IntegerStyle Style) { in write_signed()
105 IntegerStyle Style) { in write_integer()
110 IntegerStyle Style) { in write_integer()
115 IntegerStyle Style) { in write_integer()
120 IntegerStyle Style) { in write_integer()
125 IntegerStyle Style) { in write_integer()
130 IntegerStyle Style) { in write_integer()
134 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DNativeFormatting.cpp52 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
78 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
89 IntegerStyle Style) { in write_signed()
104 IntegerStyle Style) { in write_integer()
109 IntegerStyle Style) { in write_integer()
114 IntegerStyle Style) { in write_integer()
119 IntegerStyle Style) { in write_integer()
124 IntegerStyle Style) { in write_integer()
129 IntegerStyle Style) { in write_integer()
133 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
/external/zstd/
DCONTRIBUTING.md407 ### C90
413 ### C++ direct compatibility : symbol mangling
418 ### Minimal Frugal
443 ### Naming
468 ### Qualifiers
479 ### Debugging
486 ### Code documentation
496 ### General layout
/external/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs42 pub fn style(&self) -> Style { in style()
52 pub fn default_level_style(&self, level: Level) -> Style { in default_level_style()
247 pub struct Style { struct
254 /// It is the result of calling [`Style::value`]. argument
262 impl Style { implementation
283 pub fn set_color(&mut self, color: Color) -> &mut Style { in set_color()
310 pub fn set_bold(&mut self, yes: bool) -> &mut Style { in set_bold()
337 pub fn set_intense(&mut self, yes: bool) -> &mut Style { in set_intense()
362 pub fn set_bg(&mut self, color: Color) -> &mut Style { in set_bg()
426 impl fmt::Debug for Style { implementation
/external/opencensus-java/
DCONTRIBUTING.md27 ## Style section in How to contribute
35 ### OS X or Linux
39 ### Windows
45 ### Javadoc
63 ### AutoValue
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md153 ## Style section in XML Generator
157 ### Rules
164 ### Enum Parameters
175 ### String Parameters
/external/clang/lib/Format/
DFormat.cpp439 static FormatStyle expandPresets(const FormatStyle &Style) { in expandPresets()
671 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local
691 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local
712 FormatStyle *Style) { in getPredefinedStyle()
735 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration()
781 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText()
796 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter()
986 Cleaner(const Environment &Env, const FormatStyle &Style) in Cleaner()
1216 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes()
1270 IncludeCategoryManager(const FormatStyle &Style, StringRef FileName) in IncludeCategoryManager()
[all …]
DUnwrappedLineFormatter.h35 const FormatStyle &Style, in UnwrappedLineFormatter()
66 const FormatStyle &Style; variable
DUnwrappedLineFormatter.cpp39 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
112 const FormatStyle &Style; member in clang::format::__anond1b0dcd20111::LevelIndentTracker
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
446 const FormatStyle &Style; member in clang::format::__anond1b0dcd20111::LineJoiner
476 const FormatStyle &Style, in LineFormatter()
567 const FormatStyle &Style; member in clang::format::__anond1b0dcd20111::LineFormatter
576 const FormatStyle &Style, in NoColumnLimitLineFormatter()
603 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
625 const FormatStyle &Style, in OptimizingLineFormatter()
DBreakableToken.h77 const FormatStyle &Style) in BreakableToken()
85 const FormatStyle &Style; variable
DTokenAnnotator.h139 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
170 const FormatStyle &Style; variable
/external/skia/gm/
Dinversepaths.cpp40 struct Style { struct
41 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() argument
44 SkPaint::Style fPaintStyle;
45 sk_sp<SkPathEffect> fPathEffect;
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DStyle.java19 final class Style { class
20 private Style() {} in Style() method in Style
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatAdapters.h38 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
52 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
67 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
80 void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; } in format()
DFormatProviders.h77 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle()
92 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
/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
236 FormatStyle Style = getStyleWithColumns(65); in TEST_F() local
DFormatTest.cpp37 const FormatStyle &Style = getLLVMStyle(), in format()
57 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns() local
63 FormatStyle Style = getGoogleStyle(); in getGoogleStyleWithColumns() local
69 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat()
74 const FormatStyle &Style = getLLVMStyle()) { in verifyIncompleteFormat()
90 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
764 FormatStyle Style = getLLVMStyle(); in TEST_F() local
1238 FormatStyle Style = getLLVMStyleWithColumns(20); in TEST_F() local
2256 FormatStyle Style = getLLVMStyle(); in TEST_F() local
2395 FormatStyle Style = getLLVMStyle(); in TEST_F() local
[all …]
DFormatTestJS.cpp23 unsigned Length, const FormatStyle &Style) { in format()
39 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format()
44 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns() local
51 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
59 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
104 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F() local
516 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F() local
1102 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F() local
DFormatTestProto.cpp23 unsigned Length, const FormatStyle &Style) { in format()
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle()
93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
/external/fonttools/Doc/
DREADME.md50 #### Function Documentation Example
85 #### Class Documentation Example
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaFormatterOptions.java32 public enum Style { enum in JavaFormatterOptions
41 Style(int indentationMultiplier) { in Style() method in JavaFormatterOptions.Style
/external/rust/crates/criterion-plot/src/
Derrorbar.rs139 enum Style { enum
146 impl Display<&'static str> for Style { implementation
206 fn style(&self) -> Style { in style()
/external/robolectric/resources/src/main/java/org/robolectric/res/
DStyle.java3 public interface Style { interface
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DStyle.java3 public interface Style { interface

1234