Home
last modified time | relevance | path

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

12345678910>>...27

/third_party/node/deps/npm/node_modules/asynckit/
DREADME.md35 ### Parallel Jobs
42 #### Input Array
83 #### Input Object
129 ### Serial Jobs
136 #### Input Array
169 #### Input Object
215 ### Ordered Serial Iterations
221 ### Streaming interface
/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()
34const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in make()
42const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in ParagraphBuilderImpl()
52 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in ParagraphBuilderImpl()
58 void ParagraphBuilderImpl::setParagraphStyle(const ParagraphStyle& style) { in setParagraphStyle()
64 void ParagraphBuilderImpl::pushStyle(const TextStyle& style) { in pushStyle()
/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/flutter/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp14 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make()
19 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in ParagraphBuilderImpl()
26 void ParagraphBuilderImpl::setParagraphStyle(const ParagraphStyle& style) { in setParagraphStyle()
32 void ParagraphBuilderImpl::pushStyle(const TextStyle& style) { in pushStyle()
/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/flutter/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/flutter/txt/src/txt/
Dparagraph_builder_txt.cc24 const ParagraphStyle& style, in ParagraphBuilderTxt()
32 void ParagraphBuilderTxt::SetParagraphStyle(const ParagraphStyle& style) { in SetParagraphStyle()
38 void ParagraphBuilderTxt::PushStyle(const TextStyle& style) { in PushStyle()
Dparagraph_builder.cc30 const ParagraphStyle& style, in CreateTxtBuilder()
38 const ParagraphStyle& style, in CreateSkiaBuilder()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_builder_txt.cc23 const ParagraphStyle& style, in ParagraphBuilderTxt()
31 void ParagraphBuilderTxt::SetParagraphStyle(const ParagraphStyle& style) { in SetParagraphStyle()
37 void ParagraphBuilderTxt::PushStyle(const TextStyle& style) { in PushStyle()
Dparagraph_builder.cc29 const ParagraphStyle& style, in CreateTxtBuilder()
37 const ParagraphStyle& style, in CreateSkiaBuilder()
/third_party/flutter/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js122 'style': '', property
132 'style': '', property
142 'style': '', property
152 'style': '', property
176 'style': '', property
186 'style': 'italic', property
196 'style': 'italic', property
206 'style': '', property
216 'style': 'italic', property
226 'style': '', property
[all …]
/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/flutter/skia/modules/skparagraph/include/
DTypefaceFontProvider.h50 const SkFontStyle& style) const override { in onMatchFamilyStyle()
53 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, in onMatchFamilyStyleCharacter()
58 SkTypeface* onMatchFaceStyle(const SkTypeface* tf, const SkFontStyle& style) const override { in onMatchFaceStyle()
79 SkFontStyle style) const override { in onLegacyMakeTypeface()
/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()
/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()
/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/flutter/skia/third_party/externals/icu/source/io/
Dlocbund.cpp39 int32_t style; in locbund_cleanup() local
49 …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/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/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
/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/markupsafe/
Dtox.ini14 deps = pre-commit
15 skip_install = true
16 commands = pre-commit run --all-files --show-diff-on-failure
/third_party/jinja2/
Dtox.ini14 deps = pre-commit
15 skip_install = true
16 commands = pre-commit run --all-files --show-diff-on-failure

12345678910>>...27