/third_party/musl/dist/ |
H A D | config.mak | 20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only) 21 #LDFLAGS += -Wl,--hash-style,both
|
/third_party/rust/crates/clap/src/builder/ |
H A D | styled_str.rs | 69 pub(crate) fn stylize(&mut self, style: impl Into<Option<Style>>, msg: impl Into<String>) { 70 self.stylize_(style.into(), msg.into()); 133 fn stylize_(&mut self, style: Option<Style>, msg: String) { in stylize_() 135 self.pieces.push((style, msg)); in stylize_() 193 for (style, content) in other { 194 self.stylize(style.into(), content.into()); 203 for (style, content) in &self.pieces { 205 match style { 289 let style = c.0.map(|s| s.as_usize()); in cmp_key() 291 (style, conten in cmp_key() [all...] |
/third_party/skia/src/core/ |
H A D | SkFontDescriptor.h | 4 * Use of this source code is governed by a BSD-style license that can be 71 void setStyle(SkFontStyle style) { fStyle = style; } in setStyle() argument
|
H A D | SkTypeface_remote.h | 4 * Use of this source code is governed by a BSD-style license that can be 47 const SkFontStyle& style, in SkTypefaceProxy() 52 : INHERITED{style, false} in SkTypefaceProxy() 45 SkTypefaceProxy(SkFontID fontId, int glyphCount, const SkFontStyle& style, bool isFixed, bool glyphMaskNeedsCurrentColor, sk_sp<SkStrikeClient::DiscardableHandleManager> manager, bool isLogging = true) SkTypefaceProxy() argument
|
H A D | SkBlurMF.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 133 SkBlurMaskFilterImpl::SkBlurMaskFilterImpl(SkScalar sigma, SkBlurStyle style, bool respectCTM) in SkBlurMaskFilterImpl() argument 135 , fBlurStyle(style) in SkBlurMaskFilterImpl() 138 SkASSERT((unsigned)style <= kLastEnum_SkBlurStyle); in SkBlurMaskFilterImpl() 266 static SkCachedData* find_cached_rrect(SkMask* mask, SkScalar sigma, SkBlurStyle style, in find_cached_rrect() argument 268 return SkMaskCache::FindAndRef(sigma, style, rrect, mask); in find_cached_rrect() 271 static SkCachedData* add_cached_rrect(SkMask* mask, SkScalar sigma, SkBlurStyle style, in add_cached_rrect() argument 275 SkMaskCache::Add(sigma, style, rrect, *mask, cache); in add_cached_rrect() 280 static SkCachedData* find_cached_rects(SkMask* mask, SkScalar sigma, SkBlurStyle style, in find_cached_rects() argument 282 return SkMaskCache::FindAndRef(sigma, style, rect in find_cached_rects() 285 add_cached_rects(SkMask* mask, SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count) add_cached_rects() argument 572 SkBlurStyle style = buffer.read32LE(kLastEnum_SkBlurStyle); CreateProc() local 1713 MakeBlur(SkBlurStyle style, SkScalar sigma, bool respectCTM) MakeBlur() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | es2020IntlAPIs.js | 19 const rtf1 = new Intl.RelativeTimeFormat('en', { style: 'narrow' }); 73 const rtf1 = new Intl.RelativeTimeFormat('en', { style: 'narrow' });
|
/third_party/python/PC/layout/support/ |
H A D | logging.py | 39 handler.setFormatter(logging.Formatter("{levelname:8s} {message}", style="{")) 46 logging.Formatter("[{asctime}]{levelname:8s}: {message}", style="{")
|
/third_party/skia/docs/examples/ |
H A D | strokerect_gm.cpp | 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 27 SkPaint::Style style = doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style; in REG_FIDDLE() local 42 paint.setStyle(style); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | rsxtext.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 30 const SkFontStyle style(SkFontStyle::kExtraBlack_Weight, 33 SkFont font(ToolUtils::create_portable_typeface(nullptr, style), kFontSZ);
|
/third_party/skia/experimental/sktext/tests/ |
H A D | FontResolvedText.cpp | 58 REPORTER_ASSERT(reporter, resolvedFonts.front().style == SkFontStyle::Normal()); in UNIX_ONLY_TEST() 85 REPORTER_ASSERT(reporter, resolvedFonts[0].style == SkFontStyle::Normal()); in UNIX_ONLY_TEST()
|
/third_party/selinux/secilc/docs/ |
H A D | Makefile | 62 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \ 74 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \
|
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 1226 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument 1228 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName() 1240 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString& result) const in getDisplayName() argument 1247 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1254 switch (style) { in getDisplayName() 1272 if (style == SHORT_GENERIC) { in getDisplayName() 1278 } else if (style == LONG_GMT || style in getDisplayName() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 1226 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument 1228 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName() 1240 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString& result) const in getDisplayName() argument 1247 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1254 switch (style) { in getDisplayName() 1272 if (style == SHORT_GENERIC) { in getDisplayName() 1278 } else if (style == LONG_GMT || style in getDisplayName() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | timezone.cpp | 1208 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument 1210 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName() 1222 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString& result) const in getDisplayName() argument 1229 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1236 switch (style) { in getDisplayName() 1254 if (style == SHORT_GENERIC) { in getDisplayName() 1260 } else if (style == LONG_GMT || style in getDisplayName() [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 348 GrStyle style(paint, SkPaint::kStroke_Style); in drawPoints() 359 path, style); in drawPoints() 415 GrStyle style(paint); in drawRect() 419 GrStyledShape shape(rect, style); in drawRect() 434 &style); in drawRect() 479 GrStyle style(paint); in drawRRect() 481 if (mf || style.pathEffect()) { in drawRRect() 483 GrStyledShape shape(rrect, style); in drawRRect() 490 SkASSERT(!style in drawRRect() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 202 UNumberFormatStyle style= UNUM_DEFAULT; in TestNumberFormat() local 209 log_verbose("Testing unum_open() with default style and locale\n"); in TestNumberFormat() 210 def=unum_open(style, NULL,0,NULL, NULL,&status); in TestNumberFormat() 219 log_verbose("\nTesting unum_open() with french locale and default style(decimal)\n"); in TestNumberFormat() 220 fr=unum_open(style,NULL,0, "fr_FR",NULL, &status); in TestNumberFormat() 225 style=UNUM_CURRENCY; in TestNumberFormat() 227 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status); in TestNumberFormat() 233 cur_fr=unum_open(style,NULL,0, "fr_FR", NULL, &status); in TestNumberFormat() 239 style=UNUM_PERCENT; in TestNumberFormat() 240 per_def=unum_open(style,NUL in TestNumberFormat() 2616 UNumberFormatStyle style = currencyStyles[sIndex]; TestCurrencyIsoPluralFormat() local 2650 UNumberFormatStyle style; global() member 2742 UNumberFormatStyle style = UNUM_CURRENCY; TestCurrencyUsage() local 2981 UNumberFormatStyle style; global() member 3074 UNumberFormatStyle style; global() member 3275 UNumberFormatStyle style; global() member [all...] |
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo-gnuplot.sh | 89 set style histogram columnstacked title textcolor lt -1 90 set style fill solid 0.15
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo-gnuplot.sh | 89 set style histogram columnstacked title textcolor lt -1 90 set style fill solid 0.15
|
/third_party/PyYAML/lib/yaml/ |
H A D | composer.py | 94 event.start_mark, event.end_mark, style=event.style)
|
H A D | serializer.py | 90 style=node.style))
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | ListView.cpp | 14 bool CListView::CreateEx(DWORD exStyle, DWORD style,
in CreateEx() argument 19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width,
in CreateEx()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.h | 5 * Use of this source code is governed by a BSD-style license that can be 70 * name and style from a stream, using FreeType's API. 85 SkString* name, SkFontStyle* style, bool* isFixedPitch, 115 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch);
|
H A D | SkTypeface_win_dw.h | 4 * Use of this source code is governed by a BSD-style license that can be 62 DWriteFontTypeface(const SkFontStyle& style, in DWriteFontTypeface() argument 68 : SkTypeface(style, false) in DWriteFontTypeface()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.h | 92 // C- and C++-style comments are recognized, but other styles can be used by 240 // Sets the comment style. 241 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style() argument
|
/third_party/skia/include/core/ |
H A D | SkFontMgr.h | 4 * Use of this source code is governed by a BSD-style license that can be 46 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0; 84 * It is possible that this will return a style set not accessible from 90 * Find the closest matching typeface to the specified familyName and style 97 * It is possible that this will return a style set not accessible from 147 sk_sp<SkTypeface> legacyMakeTypeface(const char familyName[], SkFontStyle style) const;
|