Searched refs:styleName (Results 1 - 13 of 13) sorted by relevance

/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
H A DThemeStyleSetTest.java44 private StyleData createStyle(String styleName, AttributeResource... attributeResources) { argument
45 return new StyleData("package", styleName, null, asList(attributeResources));
/external/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.cpp193 static const char *styleName(DateFormat::EStyle s) function
239 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
242 errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
252 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style)));
255 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
266 logln("Testing dstyle" + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) );
269 dataerrln(UnicodeString("Could not DF::createDateTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) + "Locale: " + loc.getDisplayName(temp));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatRoundTripTest.java84 private String styleName(int s) { method in class:DateFormatRoundTripTest
125 logln("Testing style " + styleName(style));
133 logln("Testing style " + styleName(style));
142 logln("Testing dstyle " + styleName(dstyle) + ", tstyle " + styleName(tstyle));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRoundTripTest.java81 private String styleName(int s) { method in class:DateFormatRoundTripTest
122 logln("Testing style " + styleName(style));
130 logln("Testing style " + styleName(style));
139 logln("Testing dstyle " + styleName(dstyle) + ", tstyle " + styleName(tstyle));
/external/autotest/frontend/client/src/autotest/common/table/
H A DDataTable.java319 public void addStyleNameByColumnName(String columnName, String styleName) { argument
324 cellFormatter.addStyleName(row, column, styleName);
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp333 void getStyle(int index, SkFontStyle* fs, SkString* styleName) override;
1006 void SkFontStyleSet_DirectWrite::getStyle(int index, SkFontStyle* fs, SkString* styleName) { argument
1014 if (styleName) {
1017 sk_get_locale_string(faceNames.get(), fFontMgr->fLocaleName.get(), styleName);
H A DSkFontMgr_fontconfig.cpp554 void getStyle(int index, SkFontStyle* style, SkString* styleName) override {
563 if (styleName) {
564 *styleName = get_string(fFontSet->fonts[index], FC_STYLE);
H A DSkFontHost_win.cpp2353 void getStyle(int index, SkFontStyle* fs, SkString* styleName) override {
2357 if (styleName) {
2366 tchar_to_skstring((const TCHAR*)ref.elfStyle, styleName);
/external/skqp/src/ports/
H A DSkFontMgr_win_dw.cpp333 void getStyle(int index, SkFontStyle* fs, SkString* styleName) override;
1006 void SkFontStyleSet_DirectWrite::getStyle(int index, SkFontStyle* fs, SkString* styleName) { argument
1014 if (styleName) {
1017 sk_get_locale_string(faceNames.get(), fFontMgr->fLocaleName.get(), styleName);
H A DSkFontMgr_fontconfig.cpp554 void getStyle(int index, SkFontStyle* style, SkString* styleName) override {
563 if (styleName) {
564 *styleName = get_string(fFontSet->fonts[index], FC_STYLE);
H A DSkFontHost_win.cpp2353 void getStyle(int index, SkFontStyle* fs, SkString* styleName) override {
2357 if (styleName) {
2366 tchar_to_skstring((const TCHAR*)ref.elfStyle, styleName);
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/kotlinc/lib/
H A Dandroid-extensions-compiler.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/jetbrains/kotlin/ org/jetbrains/kotlin/android/ ...

Completed in 405 milliseconds