Home
last modified time | relevance | path

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

12345678

/external/rust/android-crates-io/crates/taffy/src/style/
Dmod.rs330 pub struct Style { struct
332 pub display: Display,
335 pub item_is_table: bool,
337 pub box_sizing: BoxSizing,
341 pub overflow: Point<Overflow>,
343 pub scrollbar_width: f32,
347 pub position: Position,
350 pub inset: Rect<LengthPercentageAuto>,
355 pub size: Size<Dimension>,
358 pub min_size: Size<Dimension>,
[all …]
/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
/external/rust/android-crates-io/crates/anstyle/src/
Dstyle.rs18 pub struct Style { struct
26 impl Style { impl
176 impl Style { impl
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 …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.10/src/
Dstyle.rs18 pub struct Style { struct
26 impl Style { implementation
176 impl Style { impl
291 impl Style { impl
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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.10/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 …]
/external/zstd/
DCONTRIBUTING.md392 ### C90
398 ### C++ direct compatibility : symbol mangling
403 ### Minimal Frugal
428 ### Naming
453 ### Qualifiers
464 ### Debugging
471 ### Code documentation
481 ### General layout
/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-16.0/llvm/lib/Support/
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 …]
/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/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/rust/android-crates-io/crates/taffy/src/compute/grid/util/
Dtest_helpers.rs7 fn into_grid(self) -> Style; in into_grid()
10 fn into_grid(self) -> Style { in into_grid()
21 fn into_grid_child(self) -> Style; in into_grid_child()
24 fn into_grid_child(self) -> Style { in into_grid_child()
/external/rust/android-crates-io/crates/annotate-snippets/src/formatter/
Dstyle.rs33 pub trait Style { interface
43 fn bold(&self) -> Box<dyn Style>; in bold()
50 fn get_style(&self, class: StyleClass) -> Box<dyn Style>; in get_style()
/external/executorch/
DCONTRIBUTING.md77 ### lintrunner
91 ### Python Style
95 ### C++ Style
127 ### C++ Portability Guidelines
/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 …]
/external/skia/gm/
Dinversepaths.cpp41 struct Style { struct
42 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() argument
45 SkPaint::Style fPaintStyle;
46 sk_sp<SkPathEffect> fPathEffect;
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dstyling.rs123 pub const fn get_header(&self) -> &Style { in get_header()
129 pub const fn get_error(&self) -> &Style { in get_error()
135 pub const fn get_usage(&self) -> &Style { in get_usage()
141 pub const fn get_literal(&self) -> &Style { in get_literal()
147 pub const fn get_placeholder(&self) -> &Style { in get_placeholder()
153 pub const fn get_valid(&self) -> &Style { in get_valid()
159 pub const fn get_invalid(&self) -> &Style { in get_invalid()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dstyling.rs123 pub const fn get_header(&self) -> &Style { in get_header()
129 pub const fn get_error(&self) -> &Style { in get_error()
135 pub const fn get_usage(&self) -> &Style { in get_usage()
141 pub const fn get_literal(&self) -> &Style { in get_literal()
147 pub const fn get_placeholder(&self) -> &Style { in get_placeholder()
153 pub const fn get_valid(&self) -> &Style { in get_valid()
159 pub const fn get_invalid(&self) -> &Style { in get_invalid()
/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()
/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/ot-br-posix/
DSTYLE_GUIDE.md116 ### File Names
123 ### Naming
141 ### White Space
/external/openthread/
DSTYLE_GUIDE.md121 ### File Names
128 ### Naming
146 ### White Space
/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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DFormatAdapters.h37 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
51 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
66 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
79 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
/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

12345678