/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | formatter.h | 31 struct Style { struct 49 explicit Formatter(const Style& style); argument
|
D | printer.h | 41 struct Style { struct 62 virtual void write(const std::string& str, const Style& style) = 0; argument
|
D | printer.cc | 29 void StringPrinter::write(const std::string& str, const Style&) { in write()
|
D | printer_other.cc | 27 void write(const std::string& str, const Style&) override { in write()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 53 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | NativeFormatting.cpp | 52 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 …]
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | extern_impl.rs | 42 pub fn style(&self) -> Style { in style() 52 pub fn default_level_style(&self, level: Level) -> Style { in default_level_style() 242 pub struct Style { struct 249 /// It is the result of calling [`Style::value`]. argument 257 impl Style { impl 278 pub fn set_color(&mut self, color: Color) -> &mut Style { in set_color() 305 pub fn set_bold(&mut self, yes: bool) -> &mut Style { in set_bold() 332 pub fn set_intense(&mut self, yes: bool) -> &mut Style { in set_intense() 359 pub fn set_dimmed(&mut self, yes: bool) -> &mut Style { in set_dimmed() 384 pub fn set_bg(&mut self, color: Color) -> &mut Style { in set_bg() [all …]
|
/third_party/skia/gm/ |
D | inversepaths.cpp | 38 struct Style { struct 39 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() function 42 SkPaint::Style fPaintStyle; 43 sk_sp<SkPathEffect> fPathEffect;
|
/third_party/flutter/skia/gm/ |
D | inversepaths.cpp | 49 struct Style { struct 50 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() function 53 SkPaint::Style fPaintStyle; 54 sk_sp<SkPathEffect> fPathEffect;
|
/third_party/rust/crates/nom/ |
D | CONTRIBUTING.md | 51 ## Style section in Contributing to nom 53 ### Issue style 66 ### Coding style
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FormatAdapters.h | 38 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()
|
D | FormatProviders.h | 77 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle() 92 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
|
D | Path.h | 28 enum class Style { windows, posix, native }; enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatProviders.h | 78 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle() 93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
|
/third_party/rust/crates/clap/src/builder/ |
D | styled_str.rs | 69 pub(crate) fn stylize(&mut self, style: impl Into<Option<Style>>, msg: impl Into<String>) { in stylize() 133 fn stylize_(&mut self, style: Option<Style>, msg: String) { in stylize_() 140 fn stylize_(&mut self, _style: Option<Style>, msg: String) { in stylize_() 288 fn cmp_key(c: (Option<Style>, &str)) -> (Option<usize>, &str) { in cmp_key() 327 pub(crate) enum Style { enum 337 impl Style { impl
|
/third_party/typescript/tests/cases/compiler/ |
D | mappedTypeMultiInference.ts | 1 interface Style { interface
|
D | nestedRecursiveArraysOrObjectsError01.ts | 1 type Style = StyleBase | StyleArray; alias
|
/third_party/skia/include/effects/ |
D | Sk1DPathEffect.h | 15 enum Style { enum
|
/third_party/flutter/skia/include/effects/ |
D | Sk1DPathEffect.h | 40 enum Style { enum
|
/third_party/googletest/ |
D | CONTRIBUTING.md | 75 ## Style section in How to become a contributor and submit your own code
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 38 OutputStyle Style; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | Formatters.cpp | 26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
|
/third_party/PyYAML/examples/yaml-highlight/ |
D | yaml_hl.py | 5 class Style: class
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | ast.rs | 50 pub enum Style { enum 165 ) -> (Style, Vec<Field<'a>>) { in struct_from_ast()
|
/third_party/icu/docs/userguide/format_parse/datetime/ |
D | examples.md | 256 ### Java
|