Searched refs:getType (Results 1 - 25 of 121) sorted by relevance

12345

/libcore/ojluni/src/main/java/sun/net/spi/nameservice/
H A DNameServiceDescriptor.java44 public String getType(); method in interface:NameServiceDescriptor
/libcore/luni/src/main/java/org/xml/sax/
H A DAttributeList.java42 * String type = atts.getType(i);
133 * @see #getType(java.lang.String)
135 public abstract String getType (int i);
165 * getType(int).</p>
173 * @see #getType(int) method in interface:AttributeList
175 public abstract String getType (String name);
134 public abstract String getType (int i); method in interface:AttributeList
H A DAttributes.java89 * @see #getType(int)
151 public abstract String getType (int index);
202 * <p>See {@link #getType(int) getType(int)} for a description
212 public abstract String getType (String uri, String localName);
218 * <p>See {@link #getType(int) getType(int)} for a description
226 public abstract String getType (String qName);
150 public abstract String getType (int index); method in interface:Attributes
210 public abstract String getType (String uri, String localName); method in interface:Attributes
224 public abstract String getType (String qName); method in interface:Attributes
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
H A DAttributeListImplTest.java75 assertEquals(multi.getType(i), attrs.getType(i));
94 assertEquals("boolean", multi.getType(3));
101 assertEquals("boolean", multi.getType(4));
107 assertEquals(null, multi.getType(5));
115 assertEquals("string", multi.getType(0));
159 assertEquals("string", multi.getType(0));
160 assertEquals("string", multi.getType(1));
161 assertEquals("int", multi.getType(2));
164 assertEquals(null, multi.getType(
[all...]
H A DAttributesImplTest.java121 assertEquals("string", multi.getType(0));
122 assertEquals("string", multi.getType(1));
123 assertEquals("int", multi.getType(2));
124 assertEquals("string", multi.getType(3));
125 assertEquals("string", multi.getType(4));
128 assertEquals(null, multi.getType(-1));
129 assertEquals(null, multi.getType(5));
175 assertEquals("string", multi.getType("http://some.uri", "foo"));
176 assertEquals("string", multi.getType("http://some.uri", "bar"));
177 assertEquals("int", multi.getType("htt
[all...]
/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMError.java70 public String getType(); method in interface:DOMError
/libcore/ojluni/src/main/java/java/security/cert/
H A DCRL.java69 public final String getType() { method in class:CRL
/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSNIMatcher.java84 public final int getType() { method in class:SNIMatcher
H A DSSLParameters.java298 if (sniNames.put(serverName.getType(),
302 serverName.getType());
393 if (sniMatchers.put(matcher.getType(),
397 matcher.getType());
/libcore/luni/src/test/java/tests/security/cert/
H A DCRLTest.java52 assertEquals(validValues[i], crl.getType());
57 assertEquals(invalidValues[i], crl.getType());
69 * Test #1 for <code>getType()</code> method<br>
74 assertEquals("TEST_TYPE", crl.getType());
78 * Test #2 for <code>getType()</code> method<br>
83 assertNull(crl.getType());
H A DCertificateCertificateRepTest.java38 assertEquals("TEST_TYPE", rep.getType());
49 assertEquals("X509", rep1.getType());
77 assertEquals("X.509", obj.getType());
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyCRL.java48 return "MyCRL: [" + getType() + "]";
H A DMyCertPath.java93 if (getType().equals(encoding)) {
133 public String getType() { method in class:MyCertPath.MyCertPathRep
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMErrorImpl.java39 this.type = src.getType();
53 public final String getType() { method in class:DOMErrorImpl
/libcore/ojluni/src/main/java/sun/security/x509/
H A DX400Address.java362 public int getType() { method in class:X400Address
403 else if (inputName.getType() != NAME_X400)
H A DGeneralNameInterface.java66 int getType(); method in interface:GeneralNameInterface
H A DOIDName.java81 public int getType() { method in class:OIDName
154 else if (inputName.getType() != NAME_OID)
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributeListImpl.java122 addAttribute(atts.getName(i), atts.getType(i), atts.getValue(i));
230 * @see org.xml.sax.AttributeList#getType(int) method in class:AttributeListImpl
232 public String getType(int i) {
263 * @see org.xml.sax.AttributeList#getType(java.lang.String) method in class:AttributeListImpl
265 public String getType(String name) {
266 return getType(names.indexOf(name));
H A DXMLReaderAdapter.java492 * @see org.xml.sax.AttributeList#getType(int)
494 public String getType (int i)
496 return attributes.getType(i);
516 * @see org.xml.sax.AttributeList#getType(java.lang.String)
518 public String getType (String qName)
520 return attributes.getType(qName);
490 public String getType (int i) method in class:XMLReaderAdapter.AttributesAdapter
514 public String getType (String qName) method in class:XMLReaderAdapter.AttributesAdapter
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DCharacterTest.java707 * java.lang.Character#getType(char)
711 Character.getType('\n') == Character.CONTROL);
713 Character.getType('1') == Character.DECIMAL_DIGIT_NUMBER);
715 Character.getType(' ') == Character.SPACE_SEPARATOR);
717 Character.getType('a') == Character.LOWERCASE_LETTER);
719 Character.getType('A') == Character.UPPERCASE_LETTER);
721 Character.getType('<') == Character.MATH_SYMBOL);
723 Character.getType(';') == Character.OTHER_PUNCTUATION);
725 Character.getType('_') == Character.CONNECTOR_PUNCTUATION);
727 Character.getType('
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
H A DAttributes2ImplTest.java77 assertEquals(multi.getType(i), attrs.getType(i));
94 assertEquals(multi.getType(i), attrs.getType(i));
127 assertEquals("string", attrs.getType(0));
142 assertEquals("CDATA", attrs.getType(1));
160 assertEquals(multi.getType(0), attrs.getType(0));
168 assertEquals(multi.getType(2), attrs.getType(
[all...]
/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectStreamFieldTest.java75 osf.getType().equals(int.class));
83 osf.getType().equals(String.class));
105 osf.getType().equals(int.class));
115 osf.getType().equals(String.class));
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatAttributes.java67 public String getType(int index) { method in class:ExpatAttributes
102 public String getType(String uri, String localName) { method in class:ExpatAttributes
112 public String getType(String qName) { method in class:ExpatAttributes
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMErrorImpl.java61 public String getType() { method in class:DOMErrorImpl
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSNIHostNameTest.java37 assertEquals(StandardConstants.SNI_HOST_NAME, hostName.getType());

Completed in 2027 milliseconds

12345