Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/third_party/typescript/scripts/
Dword2md.mjs300 findReplace("&lt;", { style: "Code" }, "<", {}); property
301 findReplace("&lt;", { style: "Code Fragment" }, "<", {}); property
302 findReplace("&lt;", { style: "Terminal" }, "<", {}); property
304 findReplace("", { style: "Code Fragment" }, "`^&`", { style: -66 /* default font */ }); property
305 findReplace("", { style: "Production" }, "*^&*", { style: -66 /* default font */ }); property
306 findReplace("", { style: "Terminal" }, "`^&`", { style: -66 /* default font */ }); property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp39 inline Style real_style(Style style) { in real_style()
47 inline const char *separators(Style style) { in separators()
53 inline char preferred_separator(Style style) { in preferred_separator()
59 StringRef find_first_component(StringRef path, Style style) { in find_first_component()
95 size_t filename_pos(StringRef str, Style style) { in filename_pos()
114 size_t root_dir_start(StringRef str, Style style) { in root_dir_start()
137 size_t parent_path_end(StringRef path, Style style) { in parent_path_end()
224 const_iterator begin(StringRef path, Style style) { in begin()
295 reverse_iterator rbegin(StringRef Path, Style style) { in rbegin()
346 StringRef root_path(StringRef path, Style style) { in root_path()
[all …]
/third_party/skia/src/ports/
DSkFontConfigTypeface.h29 const SkFontStyle& style) in Create()
35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create()
59 const SkFontStyle& style) in SkTypeface_FCI()
67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI()
/third_party/libabigail/include/
Dabg-viz-common.h103 struct style struct
105 color _M_text_color;
106 color _M_fill_color;
107 std::string _M_attributes;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCompactDecimalFormat.java92 public static CompactDecimalFormat getInstance(ULocale locale, CompactStyle style) { in getInstance()
107 public static CompactDecimalFormat getInstance(Locale locale, CompactStyle style) { in getInstance()
117 CompactDecimalFormat(ULocale locale, CompactStyle style) { in CompactDecimalFormat()
DTimeUnitFormat.java91 private int style; field in TimeUnitFormat
144 public TimeUnitFormat(ULocale locale, int style) { in TimeUnitFormat()
154 private TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) { in TimeUnitFormat()
166 public TimeUnitFormat(Locale locale, int style) { in TimeUnitFormat()
355 int style; field in TimeUnitFormat.TimeUnitFormatSetupSink
361 int style, Set<String> pluralKeywords, ULocale locale) { in TimeUnitFormatSetupSink()
431 …etup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, in setup()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCompactDecimalFormat.java85 public static CompactDecimalFormat getInstance(ULocale locale, CompactStyle style) { in getInstance()
99 public static CompactDecimalFormat getInstance(Locale locale, CompactStyle style) { in getInstance()
109 CompactDecimalFormat(ULocale locale, CompactStyle style) { in CompactDecimalFormat()
DTimeUnitFormat.java93 private int style; field in TimeUnitFormat
146 public TimeUnitFormat(ULocale locale, int style) { in TimeUnitFormat()
156 private TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) { in TimeUnitFormat()
168 public TimeUnitFormat(Locale locale, int style) { in TimeUnitFormat()
357 int style; field in TimeUnitFormat.TimeUnitFormatSetupSink
363 int style, Set<String> pluralKeywords, ULocale locale) { in TimeUnitFormatSetupSink()
433 …etup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, in setup()
/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js120 'style': '', property
130 'style': '', property
140 'style': '', property
150 'style': '', property
170 'style': '', property
180 'style': 'italic', property
190 'style': 'italic', property
200 'style': '', property
210 'style': 'italic', property
220 'style': '', property
[all …]
/third_party/node/deps/v8/src/objects/
Djs-display-names.cc63 UDisplayContext ToUDisplayContext(JSDisplayNames::Style style) { in ToUDisplayContext()
91 JSDisplayNames::Style style, bool fallback, in LocaleDisplayNamesCommon()
119 LanguageNames(const icu::Locale& locale, JSDisplayNames::Style style, in LanguageNames()
156 RegionNames(const icu::Locale& locale, JSDisplayNames::Style style, in RegionNames()
181 ScriptNames(const icu::Locale& locale, JSDisplayNames::Style style, in ScriptNames()
206 KeyValueDisplayNames(const icu::Locale& locale, JSDisplayNames::Style style, in KeyValueDisplayNames()
241 CurrencyNames(const icu::Locale& locale, JSDisplayNames::Style style, in CurrencyNames()
262 CalendarNames(const icu::Locale& locale, JSDisplayNames::Style style, in CalendarNames()
286 JSDisplayNames::Style style) { in StyleToUDateTimePGDisplayWidth()
337 DateTimeFieldNames(const icu::Locale& locale, JSDisplayNames::Style style, in DateTimeFieldNames()
[all …]
/third_party/typescript/tests/baselines/reference/
DcontextualTypeArrayReturnType.js14 var style: IBookStyle = { variable
24 var style = { variable
DbigintWithoutLib.js15 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency' }); // should not error - bigintV… property
16 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency', currency: 'EUR' }) // should not… property
73 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency' }); // should not error - bigintV… property
74 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency', currency: 'EUR' }); // should no… property
DnumberFormatCurrencySign.js2 const str = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: 'acc… property
7 const str = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: 'acc… property
DnumberFormatCurrencySignResolved.js2 const options = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: … property
8 const options = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', currencySign: … property
DbigintWithLib.js13 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency' }); property
14 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency', currency: 'EUR' }) property
76 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency' }); property
77 stringVal = bigintVal.toLocaleString('de-DE', { style: 'currency', currency: 'EUR' }); property
/third_party/skia/third_party/externals/icu/source/io/
Dlocbund.cpp39 int32_t style; in locbund_cleanup() local
48 …ic inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { in copyInvariantFormatter()
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/third_party/icu/icu4c/source/io/
Dlocbund.cpp39 int32_t style; in locbund_cleanup() local
48 …ic inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { in copyInvariantFormatter()
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java135 private void checkGet(Map<String, Integer> testmap, TrieMap.Style style) { in checkGet()
164 …public long timeIteration(Map<String, Integer> testMap, long comparisonTime, Style style, double r… in timeIteration()
217 public void checkContents(Map<String, Integer> testMap, Style style) { in checkContents()
255 public void checkSearch(Style style) { in checkSearch()
309 …public long timeBuilding(Map<String, Integer> testmap, long comparisonTime, Style style, Option op… in timeBuilding()
369 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { in checkSize()
426 …yList<String> keys, Map<String, Integer> testmap, long comparisonTime, Style style, int ratioToMap… in timeGet()
481 Style style; field in TrieMapTest.MyLoop
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMapTest.java138 private void checkGet(Map<String, Integer> testmap, TrieMap.Style style) { in checkGet()
167 …public long timeIteration(Map<String, Integer> testMap, long comparisonTime, Style style, double r… in timeIteration()
220 public void checkContents(Map<String, Integer> testMap, Style style) { in checkContents()
258 public void checkSearch(Style style) { in checkSearch()
312 …public long timeBuilding(Map<String, Integer> testmap, long comparisonTime, Style style, Option op… in timeBuilding()
372 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { in checkSize()
429 …yList<String> keys, Map<String, Integer> testmap, long comparisonTime, Style style, int ratioToMap… in timeGet()
484 Style style; field in TrieMapTest.MyLoop
/third_party/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp20 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make()
25 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make()
30const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in make()
38const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in ParagraphBuilderImpl()
53 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in ParagraphBuilderImpl()
59 void ParagraphBuilderImpl::pushStyle(const TextStyle& style) { in pushStyle()
/third_party/ltp/doc/
DTest-Writing-Guidelines.asciidoc121 2.1 C coding style
138 2.1.1 LTP-004: Test executable symbols are marked static
146 2.2 Shell coding style
/third_party/typescript/tests/cases/compiler/
DgetterErrorMessageNotDuplicated.ts2 get style(): Foo; method
3 set style(cssText: string | Bar); method
/third_party/jinja2/
Dtox.ini17 deps = pre-commit
18 skip_install = true
19 commands = pre-commit run --all-files
/third_party/node/test/parallel/
Dtest-error-format-list.js11 const and = new Intl.ListFormat('en', { style: 'long', type: 'conjunction' }); property
12 const or = new Intl.ListFormat('en', { style: 'long', type: 'disjunction' }); property
/third_party/spirv-headers/tools/buildHeaders/
Dheader.cpp159 std::string TPrinter::fmtStyleVal(unsigned v, enumStyle_t style) in fmtStyleVal()
338 for (enumStyle_t style = (isMask ? enumShift : enumCount); in printDefs() local
452 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
460 enumStyle_t style, bool isLast) const override { in enumFmt()
557 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
562 enumStyle_t style, bool isLast) const override { in enumFmt()
624 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
629 enumStyle_t style, bool isLast) const override { in enumFmt()
658 enumStyle_t style, bool isLast) const override { in enumFmt()
686 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
[all …]

12345678910>>...19