/third_party/PyYAML/lib/yaml/ |
H A D | events.py | 66 start_mark=None, end_mark=None, style=None): 73 self.style = style
|
H A D | tokens.py | 98 def __init__(self, value, plain, start_mark, end_mark, style=None): 103 self.style = style
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GenderInfo.java | 34 private final ListGenderStyle style; // set based on locale field in GenderInfo 143 throw new IllegalArgumentException("Unknown gender style name: " + name); in fromName() 176 switch(style) { in getListGender() 216 * @param genderStyle gender style 222 style = genderStyle; in GenderInfo() 240 // and find no resource assume that list gender style is NEUTRAL. in get()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | listformatter.h | 189 * Creates a ListFormatter for the given locale, list type, and style. 262 * Creates a ListFormatter appropriate for a locale and style. 265 * @param style the style, either "standard", "or", "unit", "unit-narrow", or "unit-short" 267 static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCode); 270 static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UErrorCode& errorCode); 272 static ListFormatInternal* loadListFormatInternal(const Locale& locale, const char* style, UErrorCode& errorCode);
|
/third_party/skia/src/gpu/v1/ |
H A D | PathRenderer.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 30 SkASSERT(fShape->style().isSimpleFill()); in validate() 42 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport() 66 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | listformatter.h | 189 * Creates a ListFormatter for the given locale, list type, and style. 262 * Creates a ListFormatter appropriate for a locale and style. 265 * @param style the style, either "standard", "or", "unit", "unit-narrow", or "unit-short" 267 static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCode); 270 static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UErrorCode& errorCode); 272 static ListFormatInternal* loadListFormatInternal(const Locale& locale, const char* style, UErrorCode& errorCode);
|
/third_party/skia/tests/ |
H A D | DefaultPathRendererTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 84 GrStyle style(SkStrokeRec::kFill_InitStyle); in run_test() 100 sdc->drawPath(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), invPath, style); in run_test() 119 SkMatrix::I(), path, style); in run_test()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_custom_embedded.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 89 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning in load_font_from_data() local 91 &realname, &style, &isFixedPitch, nullptr)) in load_font_from_data() 104 style, isFixedPitch, in load_font_from_data()
|
H A D | SkFontMgr_custom_directory.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 69 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning in load_directory_fonts() local 71 &realname, &style, &isFixedPitch, nullptr)) in load_directory_fonts() 83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true, in load_directory_fonts()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | test_helper.h | 88 diag::Formatter::Style style; in str() local 89 style.print_newline_at_end = false; in str() 92 return diag::Formatter(style).format(output.program.Diagnostics()); in str()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TypefaceFontProvider.cpp | 70 void TypefaceFontStyleSet::getStyle(int index, SkFontStyle* style, SkString* name) { in getStyle() argument 72 if (style) { in getStyle() 73 *style = fStyles[index]->fontStyle(); in getStyle()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | ast.rs | 34 pub style: Style, 71 let (style, fields) = struct_from_ast(cx, &data.fields, None, attrs.default()); 72 Data::Struct(style, fields) 148 let (style, fields) = in enum_from_ast() 153 style, in enum_from_ast()
|
H A D | check.rs | 105 check_flatten_field(cx, variant.style, field); in check_flatten() 109 Data::Struct(style, fields) => { in check_flatten() 111 check_flatten_field(cx, *style, field); in check_flatten() 117 fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { in check_flatten_field() 121 match style { in check_flatten_field() 152 variant.style, in check_identifier() 319 match variant.style { in check_internal_tag_field_name_conflict()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | ast.rs | 34 pub style: Style, 71 let (style, fields) = struct_from_ast(cx, &data.fields, None, attrs.default()); 72 Data::Struct(style, fields) 148 let (style, fields) = in enum_from_ast() 153 style, in enum_from_ast()
|
H A D | check.rs | 105 check_flatten_field(cx, variant.style, field); in check_flatten() 109 Data::Struct(style, fields) => { in check_flatten() 111 check_flatten_field(cx, *style, field); in check_flatten() 117 fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { in check_flatten_field() 121 match style { in check_flatten_field() 152 variant.style, in check_identifier() 319 match variant.style { in check_internal_tag_field_name_conflict()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.h | 41 JPEG2000_COD, // coding style default 42 JPEG2000_COC, // coding style component 64 enum Jpeg2000Quantsty { // quantization style 110 #define JPEG2000_CSTY_PREC 0x01 // Precincts defined in coding style 141 uint8_t csty; // coding style 144 uint8_t cblk_style; // codeblock coding style 154 uint8_t quantsty; // quantization style 287 static inline int needs_termination(int style, int passno) { in needs_termination() argument 288 if (style & JPEG2000_CBLK_BYPASS) { in needs_termination() 295 if (style in needs_termination() [all...] |
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
H A D | TimeZoneJDK.java | 64 //public String getDisplayName(boolean daylight, int style) 68 public String getDisplayName(boolean daylight, int style, Locale locale) { in getDisplayName() argument 69 return fJdkTz.getDisplayName(daylight, style, locale); in getDisplayName() 73 public String getDisplayName(boolean daylight, int style, ULocale locale) { in getDisplayName() argument 74 return fJdkTz.getDisplayName(daylight, style, locale.toLocale()); in getDisplayName()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | check-layout-th.js | 229 var style = document.createElement('style'); 230 style.id = 'testharness_error_css'; 231 style.textContent = '.testharness_error { outline: red dotted 2px !important; }'; 232 document.body.appendChild(style);
|
/third_party/skia/gm/ |
H A D | polygons.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 107 // 0(may use hairline rendering), 10(common case for stroke-style) 122 // For stroke style painter 141 // For stroke-and-fill style painter and fill style painter 149 for (int style = 0; style < kNumExtraStyles; ++style) { 150 paint.setStyle(kStyles[style]);
|
/third_party/skia/include/core/ |
H A D | SkTypeface.h | 4 * Use of this source code is governed by a BSD-style license that can be 42 The SkTypeface class specifies the typeface and intrinsic style of a font. 51 /** Returns the typeface's intrinsic style attributes. */ 56 /** Returns true if style() has the kBold bit set. */ 59 /** Returns true if style() has the kItalic bit set. */ 63 * This is a style bit, advance widths may vary even if this returns true. 119 @param fontStyle The style of the typeface. 374 explicit SkTypeface(const SkFontStyle& style, bool isFixedPitch = false); 381 /** Sets the font style. If used, must be called in the constructor. */ 382 void setFontStyle(SkFontStyle style) { fStyl argument [all...] |
/third_party/skia/modules/skparagraph/include/ |
H A D | FontCollection.h | 124 FamilyKey(const std::vector<SkString>& familyNames, SkFontStyle style, const std::optional<FontArguments>& args) in FamilyKey() 125 : fFamilyNames(familyNames), fFontStyle(style), fFontArguments(args) {} in FamilyKey() 128 const std::vector<SkString>& familyNames, RSFontStyle style, const std::optional<FontArguments>& args) 129 : fFamilyNames(familyNames), fFontStyle(style), fFontArguments(args) {}
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | cgnomelayout.c | 238 GtkStyle *style; in newSample() local 260 style = gtk_style_copy(gtk_widget_get_style(area)); in newSample() 263 style->fg[i] = style->white; in newSample() 266 gtk_widget_set_style(area, style); in newSample()
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | views.rs | 109 if labeled_file.max_label_style > label.style 110 || (labeled_file.max_label_style == label.style 113 // this label has a higher style or has the same style but starts earlier 116 labeled_file.max_label_style = label.style; 129 max_label_style: label.style, 171 .insert(index, (label.style, label_start..label_end, &label.message)); 202 label.style, 225 .push((label_index, label.style, MultiLabel::Left)); 252 label.style, [all...] |
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | cgnomelayout.c | 236 GtkStyle *style; in newSample() local 258 style = gtk_style_copy(gtk_widget_get_style(area)); in newSample() 261 style->fg[i] = style->white; in newSample() 264 gtk_widget_set_style(area, style); in newSample()
|
/third_party/skia/experimental/docs/ |
H A D | svgBackend.js | 119 var style = "stop-color:" + svg_rbg(stop.color) + "; stop-opacity:" 121 s.setAttribute("style", style); 190 svgElement.setAttribute("fill", 'fill' == paint.style ? color : "none"); 191 if ('stroke' == paint.style) { 199 var font = typeface.style;
|