Searched refs:getDisplayName (Results 1 - 25 of 130) sorted by relevance

123456

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_NetworkInterface.java34 if ((theInterface.getDisplayName()
36 || (theInterface.getDisplayName()
38 || (theInterface.getDisplayName()
40 || (theInterface.getDisplayName()
42 || (theInterface.getDisplayName().equals("MS TCP Loopback interface"))) {
48 if ((theInterface.getDisplayName().equals("lo"))
49 || (theInterface.getDisplayName().equals("teredo"))) {
/external/nist-sip/java/javax/sip/header/
H A DReplyToHeader.java6 String getDisplayName(); method in interface:ReplyToHeader
H A DFromHeader.java13 String getDisplayName(); method in interface:FromHeader
H A DToHeader.java13 String getDisplayName(); method in interface:ToHeader
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReplyTo.java110 public String getDisplayName() { method in class:ReplyTo
111 return address.getDisplayName();
H A DFrom.java109 public String getDisplayName() { method in class:From
110 return address.getDisplayName();
H A DTo.java128 public String getDisplayName() { method in class:To
131 return address.getDisplayName();
/external/nist-sip/java/javax/sip/address/
H A DAddress.java7 String getDisplayName(); method in interface:Address
/external/junit/src/org/junit/runner/
H A DDescription.java102 public String getDisplayName() { method in class:Description
149 return getDisplayName().hashCode();
157 return getDisplayName().equals(d.getDisplayName());
162 return getDisplayName();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DLocalePropertyEditor.java43 return ((Locale) value).getDisplayName();
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DTemplate.java65 String getDisplayName(); method in interface:Template
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionData.java61 public String getDisplayName() { method in class:RegionData
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DRegionDataTest.java47 assertEquals("CA", data.getDisplayName());
/external/junit/src/org/junit/runner/notification/
H A DFailure.java35 return fDescription.getDisplayName();
/external/chromium_org/third_party/icu/source/common/
H A Dservlkf.cpp92 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const { function in class:LocaleKeyFactory
99 return loc.getDisplayName(locale, result);
H A Dserv.h241 * <p>This function, together with getDisplayName, are used to
266 virtual UnicodeString& getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const = 0;
337 virtual UnicodeString& getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const;
689 * <p>Convenience override for getDisplayName(const UnicodeString&, const Locale&, UnicodeString&) that
696 UnicodeString& getDisplayName(const UnicodeString& id, UnicodeString& result) const;
708 UnicodeString& getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const;
/external/icu/icu4c/source/common/
H A Dservlkf.cpp92 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const { function in class:LocaleKeyFactory
99 return loc.getDisplayName(locale, result);
H A Dserv.h241 * <p>This function, together with getDisplayName, are used to
266 virtual UnicodeString& getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const = 0;
337 virtual UnicodeString& getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const;
689 * <p>Convenience override for getDisplayName(const UnicodeString&, const Locale&, UnicodeString&) that
696 UnicodeString& getDisplayName(const UnicodeString& id, UnicodeString& result) const;
708 UnicodeString& getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const;
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DInterpretedMacro.java93 public String getDisplayName() { method in class:InterpretedMacro
94 return owningTemplate.getDisplayName() + ":" + macroName;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzgnames.h50 UnicodeString& getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h14 * 08/10/98 stephen Changed getDisplayName() API conventions to match
560 * Enum for use with getDisplayName
621 UnicodeString& getDisplayName(UnicodeString& result) const;
636 UnicodeString& getDisplayName(const Locale& locale, UnicodeString& result) const;
650 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const;
666 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const;
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DLocalizationUtils.java50 return locale.getDisplayName(displayLocale);
/external/icu/icu4c/source/i18n/
H A Dtzgnames.h50 UnicodeString& getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h14 * 08/10/98 stephen Changed getDisplayName() API conventions to match
560 * Enum for use with getDisplayName
621 UnicodeString& getDisplayName(UnicodeString& result) const;
636 UnicodeString& getDisplayName(const Locale& locale, UnicodeString& result) const;
650 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const;
666 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const;
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java61 return String.format("Method %s", desiredDescription.getDisplayName());

Completed in 755 milliseconds

123456