Home
last modified time | relevance | path

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

12345678910>>...26

/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/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/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/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/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/llvm-project/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/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/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/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/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/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/skqp/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
Dlibyaml_deconstructor_alt_fuzzer.c534 yaml_scalar_style_t style = input_event.data.scalar.style; in LLVMFuzzerTestOneInput() local
642 yaml_sequence_style_t style = input_event.data.sequence_start.style; in LLVMFuzzerTestOneInput() local
763 yaml_sequence_style_t style = input_event.data.sequence_start.style; in LLVMFuzzerTestOneInput() local
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js140 'style': '', property
150 'style': '', property
160 'style': '', property
170 'style': '', property
194 'style': '', property
204 'style': 'italic', property
214 'style': 'italic', property
224 'style': '', property
234 'style': 'italic', property
244 '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.java76 public static CompactDecimalFormat getInstance(ULocale locale, CompactStyle style) { in getInstance()
87 public static CompactDecimalFormat getInstance(Locale locale, CompactStyle style) { in getInstance()
97 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/markupsafe/
Dtox.ini13 deps = pre-commit
14 skip_install = true
15 commands = pre-commit run --all-files --show-diff-on-failure
/external/python/jinja/
Dtox.ini13 deps = pre-commit
14 skip_install = true
15 commands = pre-commit run --all-files --show-diff-on-failure
/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/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()
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dunscoped-style-handler.js24 export function processUnscopedStyle(style) { argument
38 export function isUnscopedStyle(style) { argument

12345678910>>...26