Home
last modified time | relevance | path

Searched refs:style (Results 626 - 650 of 1910) sorted by relevance

1...<<21222324252627282930>>...77

/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A DMakefile186 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 \
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Djit_disasm.c203 enum disassembler_style style __maybe_unused, in fprintf_json_styled()
/third_party/ffmpeg/doc/
H A DMakefile31 $(SRC_PATH)/doc/style.min.css \
H A Dt2h.pm230 <link rel="stylesheet" type="text/css" href="style.min.css">
276 <p style="font-size: small;">
/third_party/icu/icu4c/source/samples/layout/
H A Dlayout.cpp84 wndclass.style = CS_HREDRAW | CS_VREDRAW; in WinMain()
H A Dclayout.c86 wndclass.style = CS_HREDRAW | CS_VREDRAW; in WinMain()
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h133 * **Another example use createInstance(style)**
381 * style formats no matter which style the formatter is constructed with.
742 * Create a DecimalFormat from the given pattern, symbols, and style.
747 * @param style style of decimal format
753 UNumberFormatStyle style, UErrorCode& status);
H A Dmsgfmt.h63 * of its constructors (not with a <code>createInstance</code> style factory
254 * <p>We recommend you use default styles, predefined style values, skeletons,
1015 UnicodeString& style,
1035 * @param partIndex the index of the first PluralFormat argument style part.
H A Dunum.h156 * Decimal format ("normal" style).
162 * Defaults to UNUM_CURRENCY_STANDARD style
164 * style for negative values e.g. using minus sign).
165 * The specific style may be specified using the -cf- locale key.
222 * Overrides any style specified using -cf- key in locale.
248 * using non-accounting style for negative values (e.g. minus sign).
249 * Overrides any style specified using -cf- key in locale.
452 * @param style The type of number format to open: one of
466 * This parameter is ignored unless the style is
469 * if null-terminated. This parameter is ignored unless the style i
[all...]
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim2 " Use of this source code is governed by a BSD-style license that can be
/third_party/node/test/fixtures/wpt/encoding/streams/
H A Drealms.window.js24 iframe.style.display = 'none';
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h63 * of its constructors (not with a <code>createInstance</code> style factory
254 * <p>We recommend you use default styles, predefined style values, skeletons,
1015 UnicodeString& style,
1035 * @param partIndex the index of the first PluralFormat argument style part.
H A Dunum.h157 * Decimal format ("normal" style).
163 * Defaults to UNUM_CURRENCY_STANDARD style
165 * style for negative values e.g. using minus sign).
166 * The specific style may be specified using the -cf- locale key.
223 * Overrides any style specified using -cf- key in locale.
249 * using non-accounting style for negative values (e.g. minus sign).
250 * Overrides any style specified using -cf- key in locale.
398 * @param style The type of number format to open: one of
412 * This parameter is ignored unless the style is
415 * if null-terminated. This parameter is ignored unless the style i
[all...]
H A Ddecimfmt.h133 * **Another example use createInstance(style)**
381 * style formats no matter which style the formatter is constructed with.
742 * Create a DecimalFormat from the given pattern, symbols, and style.
747 * @param style style of decimal format
753 UNumberFormatStyle style, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddecimfmt.h133 * **Another example use createInstance(style)**
381 * style formats no matter which style the formatter is constructed with.
742 * Create a DecimalFormat from the given pattern, symbols, and style.
747 * @param style style of decimal format
753 UNumberFormatStyle style, UErrorCode& status);
H A Dunum.h156 * Decimal format ("normal" style).
162 * Defaults to UNUM_CURRENCY_STANDARD style
164 * style for negative values e.g. using minus sign).
165 * The specific style may be specified using the -cf- locale key.
222 * Overrides any style specified using -cf- key in locale.
248 * using non-accounting style for negative values (e.g. minus sign).
249 * Overrides any style specified using -cf- key in locale.
445 * @param style The type of number format to open: one of
459 * This parameter is ignored unless the style is
462 * if null-terminated. This parameter is ignored unless the style i
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dclayout.c85 wndclass.style = CS_HREDRAW | CS_VREDRAW; in WinMain()
H A Dlayout.cpp84 wndclass.style = CS_HREDRAW | CS_VREDRAW; in WinMain()
/third_party/skia/tools/
H A DToolUtils.h4 * Use of this source code is governed by a BSD-style license that can be
72 sk_sp<SkTypeface> create_portable_typeface(const char* name, SkFontStyle style);
/third_party/unity/test/
H A DMakefile14 CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h479 OptionStyle style);
/third_party/skia/modules/skottie/src/
H A DSkottiePriv.h4 * Use of this source code is governed by a BSD-style license that can be
75 bool matches(const char family[], const char style[]) const;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java561 // text inpos locale style in TestParse()
655 Style style = (Style)test[3]; in TestParse()
664 TimeZone tz = tzfmt.parse(style, text, pos, options, timeType); in TestParse()
682 ", locale=" + loc + ", style=" + style + "]"); in TestParse()
961 + ",style=" + testCase[3] + "]: expected [output=" + testCase[4] + ",type=" + testCase[5] in TestFormat()
972 + ",style=" + testCase[3] + "]: expected [output=" + testCase[4] + ",type=" + testCase[5] in TestFormat()
1054 + ",style=" + testCase[3] + "]: expected [output=" + testCase[4] + ",type=" + testCase[5] in TestFormatTZDBNames()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java564 // text inpos locale style in TestParse()
658 Style style = (Style)test[3]; in TestParse()
667 TimeZone tz = tzfmt.parse(style, text, pos, options, timeType); in TestParse()
685 ", locale=" + loc + ", style=" + style + "]"); in TestParse()
964 + ",style=" + testCase[3] + "]: expected [output=" + testCase[4] + ",type=" + testCase[5] in TestFormat()
975 + ",style=" + testCase[3] + "]: expected [output=" + testCase[4] + ",type=" + testCase[5] in TestFormat()
1057 + ",style=" + testCase[3] + "]: expected [output=" + testCase[4] + ",type=" + testCase[5] in TestFormatTZDBNames()
/third_party/rust/crates/serde/serde_derive/src/
H A Dser.rs443 let fields_pat = match variant.style { in serialize_variant()
453 let case = match variant.style { in serialize_variant()
713 let fields_ident: &[_] = &match variant.style { in serialize_adjacently_tagged_variant()
1299 match variant.style { in effective_style()

Completed in 26 milliseconds

1...<<21222324252627282930>>...77