Searched defs:getName (Results 1 - 25 of 124) sorted by relevance

12345

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DTypeVariable.java90 String getName(); method in interface:TypeVariable
H A DMember.java69 public String getName(); method in interface:Member
/libcore/ojluni/src/main/java/java/security/spec/
H A DECGenParameterSpec.java65 public String getName() { method in class:ECGenParameterSpec
/libcore/luni/src/main/java/org/w3c/dom/
H A DDocumentType.java31 public String getName(); method in interface:DocumentType
H A DAttr.java162 public String getName(); method in interface:Attr
H A DNameList.java32 public String getName(int index); method in interface:NameList
/libcore/luni/src/main/java/org/xml/sax/
H A DAttributeList.java41 * String name = atts.getName(i);
111 public abstract String getName (int i);
110 public abstract String getName (int i); method in interface:AttributeList
/libcore/luni/src/test/java/libcore/java/text/
H A DOldMessageFormatFieldTest.java34 assertEquals("field has wrong name", name, field.getName());
37 assertEquals("field has wrong name", null, field.getName());
100 protected String getName() { method in class:OldMessageFormatFieldTest.MyMessageFormat
101 return super.getName();
H A DOldAttributedCharacterIteratorAttributeTest.java41 public String getName() { method in class:OldAttributedCharacterIteratorAttributeTest.MockAttributedCharacterIteratorAttribute
42 return super.getName();
101 * java.text.AttributedCharacterIterator.Attribute#getName() Test of
102 * method java.text.AttributedCharacterIterator.Attribute#getName().
108 assertEquals("Incorrect attribute name", "test1", mac1.getName());
202 getClass().getName()
207 getClass().getName()
H A DOldNumberFormatFieldTest.java33 assertEquals("field has wrong name", name, field.getName());
36 assertEquals("field has wrong name", null, field.getName());
80 protected String getName() { method in class:OldNumberFormatFieldTest.MyNumberFormat
81 return super.getName();
/libcore/ojluni/src/main/java/java/nio/file/attribute/
H A DUserPrincipalNotFoundException.java61 public String getName() { method in class:UserPrincipalNotFoundException
/libcore/ojluni/src/main/java/java/security/
H A DPrincipal.java72 public String getName(); method in interface:Principal
H A DPermission.java40 public final String getName() { return null; } method in class:Permission
H A DPKCS12Attribute.java144 public String getName() { method in class:PKCS12Attribute
/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLSessionBindingEvent.java78 public String getName() method in class:SSLSessionBindingEvent
/libcore/luni/src/test/java/libcore/java/security/
H A DPrincipalTest.java58 public String getName() { method in class:PrincipalTest.PrincipalWithEqualityByName
72 return this.name.equals(((PrincipalWithEqualityByName) other).getName());
/libcore/ojluni/src/main/java/sun/misc/
H A DResource.java50 public abstract String getName(); method in class:Resource
/libcore/ojluni/src/main/java/sun/security/x509/
H A DCertAttrSet.java116 String getName(); method in interface:CertAttrSet
H A DGeneralName.java180 public GeneralNameInterface getName() { method in class:GeneralName
H A DOCSPNoCheckExtension.java129 public String getName() { method in class:OCSPNoCheckExtension
H A DCertificateAlgorithmId.java167 public String getName() { method in class:CertificateAlgorithmId
/libcore/ojluni/src/main/java/sun/util/calendar/
H A DGregorian.java60 public String getName() { method in class:Gregorian
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DDataFormatFieldTest.java39 assertEquals("field has wrong name", "day of month", field.getName());
61 protected String getName() { method in class:DataFormatFieldTest.MyField
62 return super.getName();
72 assertEquals("field has wrong name", "a field", field.getName());
88 assertEquals("field has wrong name", "day of month", field.getName());
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentTypeImpl.java93 public String getName() { method in class:DocumentTypeImpl
/libcore/ojluni/src/main/java/java/security/acl/
H A DAcl.java104 * @see #getName
116 public String getName(); method in interface:Acl

Completed in 2573 milliseconds

12345