Home
last modified time | relevance | path

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

12345678910>>...19

/external/pdfium/core/fxge/
Dfx_font.h108 inline bool FontStyleIsBold(uint32_t style) { in FontStyleIsBold()
111 inline bool FontStyleIsItalic(uint32_t style) { in FontStyleIsItalic()
114 inline bool FontStyleIsFixedPitch(uint32_t style) { in FontStyleIsFixedPitch()
117 inline bool FontStyleIsSymbolic(uint32_t style) { in FontStyleIsSymbolic()
120 inline bool FontStyleIsNonSymbolic(uint32_t style) { in FontStyleIsNonSymbolic()
123 inline bool FontStyleIsAllCaps(uint32_t style) { in FontStyleIsAllCaps()
126 inline bool FontStyleIsSerif(uint32_t style) { in FontStyleIsSerif()
129 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp40 inline Style real_style(Style style) { in real_style()
48 inline const char *separators(Style style) { in separators()
54 inline char preferred_separator(Style style) { in preferred_separator()
60 StringRef find_first_component(StringRef path, Style style) { in find_first_component()
96 size_t filename_pos(StringRef str, Style style) { in filename_pos()
115 size_t root_dir_start(StringRef str, Style style) { in root_dir_start()
138 size_t parent_path_end(StringRef path, Style style) { in parent_path_end()
241 const_iterator begin(StringRef path, Style style) { in begin()
312 reverse_iterator rbegin(StringRef Path, Style style) { in rbegin()
362 StringRef root_path(StringRef path, Style style) { in root_path()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500Name.java39 private X500NameStyle style; field in X500Name
45 public X500Name(X500NameStyle style, X500Name name) in X500Name()
82 X500NameStyle style, in getInstance()
109 X500NameStyle style, in X500Name()
130 X500NameStyle style, in X500Name()
144 X500NameStyle style, in X500Name()
320 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
47 public X500Name(X500NameStyle style, X500Name name) in X500Name()
84 X500NameStyle style, in getInstance()
111 X500NameStyle style, in X500Name()
132 X500NameStyle style, in X500Name()
146 X500NameStyle style, in X500Name()
322 public static void setDefaultStyle(X500NameStyle style) in setDefaultStyle()
/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/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()
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()
/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()
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()
/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/icu/icu4c/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()
/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/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 …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DThemeStyleSet.java26 public void apply(Style style, boolean force) { in apply()
53 Style style; field in ThemeStyleSet.OverlayedStyle
56 OverlayedStyle(Style style, boolean force) { in OverlayedStyle()
DStyleResolver.java41 StyleData style = styles.get(i); in getAttrValue() local
55 private static String getParentStyleName(StyleData style) { in getParentStyleName()
73 private static boolean hasParent(StyleData style) { in hasParent()
79 private StyleData getParent(StyleData style) { in getParent()
/external/skia/tools/fonts/
Dsk_tool_utils_font.cpp41 static sk_sp<SkTypeface> create_font(const char* name, SkFontStyle style) { in create_font()
46 sk_sp<SkTypeface> create_portable_typeface(const char* name, SkFontStyle style) { in create_portable_typeface()
/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/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
DLinkableStub.java23 private final String style; field in LinkableStub
25 public LinkableStub(String link, String label, String style) { in LinkableStub()
/external/skqp/tools/fonts/
Dsk_tool_utils_font.cpp71 static sk_sp<SkTypeface> create_font(const char* name, SkFontStyle style) { in create_font()
76 sk_sp<SkTypeface> create_portable_typeface(const char* name, SkFontStyle style) { in create_portable_typeface()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypeface.java50 protected static Typeface create(String familyName, int style) { in create()
55 protected static Typeface create(Typeface family, int style) { in create()
147 private static Typeface createUnderlyingTypeface(String familyName, int style) { in createUnderlyingTypeface()
175 public final int style; field in ShadowTypeface.FontDesc
177 public FontDesc(String familyName, int style) { in FontDesc()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
DDateFormatProviderICU.java24 public DateFormat getDateInstance(int style, Locale locale) { in getDateInstance()
34 public DateFormat getTimeInstance(int style, Locale locale) { in getTimeInstance()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp157 std::string TPrinter::fmtStyleVal(unsigned v, enumStyle_t style) in fmtStyleVal()
334 for (enumStyle_t style = (isMask ? enumShift : enumCount); in printDefs() local
447 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
455 enumStyle_t style, bool isLast) const override { in enumFmt()
510 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
515 enumStyle_t style, bool isLast) const override { in enumFmt()
565 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
570 enumStyle_t style, bool isLast) const override { in enumFmt()
594 enumStyle_t style, bool isLast) const override { in enumFmt()
619 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd()
[all …]

12345678910>>...19