Home
last modified time | relevance | path

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

12345678910>>...24

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java76 TtmlStyle style = new TtmlStyle(); in inheritStyle() local
106 TtmlStyle style = new TtmlStyle(); in chainStyle() local
134 public void style() { in style() method in TtmlStyleTest
135 TtmlStyle style = new TtmlStyle(); in style() local
150 TtmlStyle style = new TtmlStyle(); in linethrough() local
161 TtmlStyle style = new TtmlStyle(); in underline() local
172 TtmlStyle style = new TtmlStyle(); in fontFamily() local
183 TtmlStyle style = new TtmlStyle(); in fontColor() local
193 TtmlStyle style = new TtmlStyle(); in fontSize() local
202 TtmlStyle style = new TtmlStyle(); in fontSizeUnit() local
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java76 TtmlStyle style = new TtmlStyle(); in inheritStyle() local
106 TtmlStyle style = new TtmlStyle(); in chainStyle() local
134 public void style() { in style() method in TtmlStyleTest
135 TtmlStyle style = new TtmlStyle(); in style() local
150 TtmlStyle style = new TtmlStyle(); in linethrough() local
161 TtmlStyle style = new TtmlStyle(); in underline() local
172 TtmlStyle style = new TtmlStyle(); in fontFamily() local
183 TtmlStyle style = new TtmlStyle(); in fontColor() local
193 TtmlStyle style = new TtmlStyle(); in fontSize() local
202 TtmlStyle style = new TtmlStyle(); in fontSizeUnit() local
[all …]
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java72 TtmlStyle style = new TtmlStyle(); in inheritStyle() local
99 TtmlStyle style = new TtmlStyle(); in chainStyle() local
124 public void style() { in style() method in TtmlStyleTest
125 TtmlStyle style = new TtmlStyle(); in style() local
140 TtmlStyle style = new TtmlStyle(); in linethrough() local
151 TtmlStyle style = new TtmlStyle(); in underline() local
162 TtmlStyle style = new TtmlStyle(); in fontFamily() local
173 TtmlStyle style = new TtmlStyle(); in fontColor() local
183 TtmlStyle style = new TtmlStyle(); in fontSize() local
192 TtmlStyle style = new TtmlStyle(); in fontSizeUnit() local
[all …]
/external/pdfium/core/fxge/
Dfx_font.h61 inline bool FontStyleIsForceBold(uint32_t style) { in FontStyleIsForceBold()
64 inline bool FontStyleIsItalic(uint32_t style) { in FontStyleIsItalic()
67 inline bool FontStyleIsFixedPitch(uint32_t style) { in FontStyleIsFixedPitch()
70 inline bool FontStyleIsSymbolic(uint32_t style) { in FontStyleIsSymbolic()
73 inline bool FontStyleIsNonSymbolic(uint32_t style) { in FontStyleIsNonSymbolic()
76 inline bool FontStyleIsAllCaps(uint32_t style) { in FontStyleIsAllCaps()
79 inline bool FontStyleIsSerif(uint32_t style) { in FontStyleIsSerif()
82 inline bool FontStyleIsScript(uint32_t style) { in FontStyleIsScript()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaFormatterOptions.java50 private final Style style; field in JavaFormatterOptions
53 private JavaFormatterOptions(Style style, boolean formatJavadoc) { in JavaFormatterOptions()
68 public Style style() { in style() method in JavaFormatterOptions
84 private Style style = Style.GOOGLE; field in JavaFormatterOptions.Builder
89 public Builder style(Style style) { in style() argument
/external/strace/
Dxlat.c37 get_xlat_style(enum xlat_style style) in get_xlat_style()
46 sprint_xlat_val(uint64_t val, enum xlat_style style) in sprint_xlat_val()
68 print_xlat_val(uint64_t val, enum xlat_style style) in print_xlat_val()
130 printxvals_ex(const uint64_t val, const char *dflt, enum xlat_style style, in printxvals_ex()
180 enum xlat_style style) in sprintxval_ex()
221 const char *dflt, enum xlat_style style, in printxval_sized()
251 const char *dflt, enum xlat_style style) in printxval_searchn_ex()
283 const char *dflt, enum xlat_style style) in printxval_indexn_ex()
312 enum xlat_style style) in sprintflags_ex()
401 printflags_ex(uint64_t flags, const char *dflt, enum xlat_style style, in printflags_ex()
[all …]
/external/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 …]
/external/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()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
DX500Name.java41 private X500NameStyle style; field in X500Name
48 public X500Name(X500NameStyle style, X500Name name) in X500Name()
86 X500NameStyle style, in getInstance()
113 X500NameStyle style, in X500Name()
147 X500NameStyle style, in X500Name()
162 X500NameStyle style, in X500Name()
295 public static void setDefaultStyle(X500NameStyle style) in setDefaultStyle()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500Name.java39 private X500NameStyle style; field in X500Name
46 public X500Name(X500NameStyle style, X500Name name) in X500Name()
84 X500NameStyle style, in getInstance()
111 X500NameStyle style, in X500Name()
145 X500NameStyle style, in X500Name()
160 X500NameStyle style, in X500Name()
293 public static void setDefaultStyle(X500NameStyle style) in setDefaultStyle()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x500/
DX500Name.java41 private X500NameStyle style; field in X500Name
48 public X500Name(X500NameStyle style, X500Name name) in X500Name()
86 X500NameStyle style, in getInstance()
113 X500NameStyle style, in X500Name()
147 X500NameStyle style, in X500Name()
162 X500NameStyle style, in X500Name()
295 public static void setDefaultStyle(X500NameStyle style) in setDefaultStyle()
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DUiFormatterStyle.java30 private final JavaFormatterOptions.Style style; field in UiFormatterStyle
32 UiFormatterStyle(String description, JavaFormatterOptions.Style style) { in UiFormatterStyle()
46 static UiFormatterStyle convert(JavaFormatterOptions.Style style) { in convert()
/external/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()
/external/oss-fuzz/projects/libyaml/
Dlibyaml_deconstructor_fuzzer.c630 yaml_scalar_style_t style = input_event.data.scalar.style; in LLVMFuzzerTestOneInput() local
757 yaml_sequence_style_t style = input_event.data.sequence_start.style; in LLVMFuzzerTestOneInput() local
898 yaml_mapping_style_t style = input_event.data.mapping_start.style; in LLVMFuzzerTestOneInput() local
/external/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 …]
/external/libabigail/include/
Dabg-viz-common.h103 struct style struct
105 color _M_text_color;
106 color _M_fill_color;
107 std::string _M_attributes;
/external/icu/android_icu4j/src/main/java/android/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()
/external/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()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DScalarNode.java27 private Character style; field in ScalarNode
30 public ScalarNode(Tag tag, String value, Mark startMark, Mark endMark, Character style) { in ScalarNode()
35 Character style) { in ScalarNode()
/external/python/jinja/
Dtox.ini13 deps = pre-commit
14 skip_install = true
15 commands = pre-commit run --all-files --show-diff-on-failure
/external/python/markupsafe/
Dtox.ini13 deps = pre-commit
14 skip_install = true
15 commands = pre-commit run --all-files --show-diff-on-failure
/external/icu/android_icu4j/src/main/tests/android/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
/external/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
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypeface.java51 protected static Typeface create(String familyName, int style) { in create()
56 protected static Typeface create(Typeface family, int style) { in create()
136 public static Typeface defaultFromStyle(int style) { in defaultFromStyle()
155 private static Typeface createUnderlyingTypeface(String familyName, int style) { in createUnderlyingTypeface()
183 public final int style; field in ShadowTypeface.FontDesc
185 public FontDesc(String familyName, int style) { in FontDesc()
/external/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()

12345678910>>...24