Home
last modified time | relevance | path

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

12345678910>>...42

/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/src/
Dstyle.rs18 pub struct Style { struct
26 impl Style { argument
176 impl Style { implementation
291 impl Style { implementation
332 impl From<crate::Effects> for Style { implementation
344 impl core::ops::BitOr<crate::Effects> for Style { implementation
360 impl core::ops::BitOrAssign<crate::Effects> for Style { implementation
372 impl core::ops::Sub<crate::Effects> for Style { implementation
388 impl core::ops::SubAssign<crate::Effects> for Style { implementation
403 impl PartialEq<crate::Effects> for Style { implementation
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/src/
H A Dstyle.rs18 pub struct Style { struct
26 impl Style { argument
176 impl Style { impl
291 impl Style { implementation
327 impl From<crate::Effects> for Style { implementation
339 impl core::ops::BitOr<crate::Effects> for Style { implementation
355 impl core::ops::BitOrAssign<crate::Effects> for Style { implementation
367 impl core::ops::Sub<crate::Effects> for Style { implementation
383 impl core::ops::SubAssign<crate::Effects> for Style { implementation
398 impl core::cmp::PartialEq<crate::Effects> for Style { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/fmt/
Dstyle.rs61 pub struct Style { struct
66 impl Style { argument
87 pub fn set_color(&mut self, color: Color) -> &mut Style { in set_color()
114 pub fn set_bold(&mut self, yes: bool) -> &mut Style { in set_bold()
141 pub fn set_intense(&mut self, yes: bool) -> &mut Style { in set_intense()
168 pub fn set_dimmed(&mut self, yes: bool) -> &mut Style { in set_dimmed()
193 pub fn set_bg(&mut self, color: Color) -> &mut Style { in set_bg()
238 impl fmt::Debug for Style { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DNativeFormatting.cpp57 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
83 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
94 IntegerStyle Style) { in write_signed()
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()
134 IntegerStyle Style) { in write_integer()
138 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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 …]
/aosp_15_r20/external/clang/lib/Format/
H A 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 …]
H A DUnwrappedLineFormatter.cpp39 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
112 const FormatStyle &Style; member in clang::format::__anonad8a4ddc0111::LevelIndentTracker
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
446 const FormatStyle &Style; member in clang::format::__anonad8a4ddc0111::LineJoiner
476 const FormatStyle &Style, in LineFormatter()
567 const FormatStyle &Style; member in clang::format::__anonad8a4ddc0111::LineFormatter
576 const FormatStyle &Style, in NoColumnLimitLineFormatter()
603 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
625 const FormatStyle &Style, in OptimizingLineFormatter()
/aosp_15_r20/external/zstd/
H A DCONTRIBUTING.md392 ### C90
398 ### C++ direct compatibility : symbol mangling
403 ### Minimal Frugal
428 ### Naming
453 ### Qualifiers
464 ### Debugging
471 ### Code documentation
481 ### General layout
/aosp_15_r20/external/clang/unittests/Format/
H A 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 …]
H A 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
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py24 def __get__(self, obj: "Style", objtype: Type["Style"]) -> Optional[bool]:
31 class Style: class
601 def combine(cls, styles: Iterable["Style"]) -> "Style":
614 def chain(cls, *styles: "Style") -> "Style":
733 def _add(self, style: Optional["Style"]) -> "Style":
757 def __add__(self, style: Optional["Style"]) -> "Style":
770 def __init__(self, default_style: "Style") -> None:
781 def push(self, style: Style) -> None:
Dsegment.py180 style: Optional[Style] = None,
181 post_style: Optional[Style] = None,
270 style: Optional[Style] = None,
317 style: Optional[Style] = None,
390 style: Optional[Style] = None,
426 style: Style,
455 style: Style,
484 style: Style,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py24 def __get__(self, obj: "Style", objtype: Type["Style"]) -> Optional[bool]:
31 class Style: class
601 def combine(cls, styles: Iterable["Style"]) -> "Style":
614 def chain(cls, *styles: "Style") -> "Style":
733 def _add(self, style: Optional["Style"]) -> "Style":
757 def __add__(self, style: Optional["Style"]) -> "Style":
770 def __init__(self, default_style: "Style") -> None:
781 def push(self, style: Style) -> None:
Dsegment.py180 style: Optional[Style] = None,
181 post_style: Optional[Style] = None,
270 style: Optional[Style] = None,
317 style: Optional[Style] = None,
390 style: Optional[Style] = None,
426 style: Style,
455 style: Style,
484 style: Style,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py24 def __get__(self, obj: "Style", objtype: Type["Style"]) -> Optional[bool]:
31 class Style: class
601 def combine(cls, styles: Iterable["Style"]) -> "Style":
614 def chain(cls, *styles: "Style") -> "Style":
733 def _add(self, style: Optional["Style"]) -> "Style":
757 def __add__(self, style: Optional["Style"]) -> "Style":
770 def __init__(self, default_style: "Style") -> None:
781 def push(self, style: Style) -> None:
Dsegment.py180 style: Optional[Style] = None,
181 post_style: Optional[Style] = None,
270 style: Optional[Style] = None,
317 style: Optional[Style] = None,
390 style: Optional[Style] = None,
426 style: Style,
455 style: Style,
484 style: Style,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py24 def __get__(self, obj: "Style", objtype: Type["Style"]) -> Optional[bool]:
31 class Style: class
601 def combine(cls, styles: Iterable["Style"]) -> "Style":
614 def chain(cls, *styles: "Style") -> "Style":
733 def _add(self, style: Optional["Style"]) -> "Style":
757 def __add__(self, style: Optional["Style"]) -> "Style":
770 def __init__(self, default_style: "Style") -> None:
781 def push(self, style: Style) -> None:
Dsegment.py180 style: Optional[Style] = None,
181 post_style: Optional[Style] = None,
270 style: Optional[Style] = None,
317 style: Optional[Style] = None,
390 style: Optional[Style] = None,
426 style: Style,
455 style: Style,
484 style: Style,
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dstyling.rs125 pub const fn get_header(&self) -> &anstyle::Style { in get_header()
131 pub const fn get_error(&self) -> &anstyle::Style { in get_error()
137 pub const fn get_usage(&self) -> &anstyle::Style { in get_usage()
143 pub const fn get_literal(&self) -> &anstyle::Style { in get_literal()
149 pub const fn get_placeholder(&self) -> &anstyle::Style { in get_placeholder()
155 pub const fn get_valid(&self) -> &anstyle::Style { in get_valid()
161 pub const fn get_invalid(&self) -> &anstyle::Style { in get_invalid()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dstyling.rs125 pub const fn get_header(&self) -> &anstyle::Style { in get_header()
131 pub const fn get_error(&self) -> &anstyle::Style { in get_error()
137 pub const fn get_usage(&self) -> &anstyle::Style { in get_usage()
143 pub const fn get_literal(&self) -> &anstyle::Style { in get_literal()
149 pub const fn get_placeholder(&self) -> &anstyle::Style { in get_placeholder()
155 pub const fn get_valid(&self) -> &anstyle::Style { in get_valid()
161 pub const fn get_invalid(&self) -> &anstyle::Style { in get_invalid()
/aosp_15_r20/external/opencensus-java/
H A DCONTRIBUTING.md27 ## Style section in How to contribute
35 ### OS X or Linux
39 ### Windows
45 ### Javadoc
63 ### AutoValue
/aosp_15_r20/external/skia/gm/
H A Dinversepaths.cpp41 struct Style { struct
42 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() function
45 SkPaint::Style fPaintStyle;
46 sk_sp<SkPathEffect> fPathEffect;
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/
Ddata.rs182 pub fn new(style: Style, fields: Vec<T>) -> Self { in new()
205 pub fn split(self) -> (Style, Vec<T>) { in split()
349 fn from((style, fields): (Style, U)) -> Self { in from()
375 pub enum Style { enum
381 impl Style { impl
400 impl From<syn::Fields> for Style { implementation
406 impl<'a> From<&'a syn::Fields> for Style { implementation

12345678910>>...42