Searched defs:getValue (Results 1 - 25 of 57) sorted by relevance

123

/libcore/ojluni/src/main/java/java/text/
H A DAnnotation.java71 public Object getValue() { method in class:Annotation
/libcore/luni/src/main/java/org/xml/sax/
H A DAttributeList.java43 * String value = atts.getValue(i);
57 * String identifier = atts.getValue("id");
58 * String label = atts.getValue("label");
149 * @see #getValue(java.lang.String)
151 public abstract String getValue (int i);
182 * getValue(int).</p>
190 * @see #getValue(int) method in interface:AttributeList
192 public abstract String getValue (String name);
150 public abstract String getValue (int i); method in interface:AttributeList
H A DAttributes.java90 * @see #getValue(int)
167 public abstract String getValue (int index);
232 * <p>See {@link #getValue(int) getValue(int)} for a description
241 public abstract String getValue (String uri, String localName);
247 * <p>See {@link #getValue(int) getValue(int)} for a description
255 public abstract String getValue (String qName);
166 public abstract String getValue (int index); method in interface:Attributes
239 public abstract String getValue (String uri, String localName); method in interface:Attributes
253 public abstract String getValue (String qName); method in interface:Attributes
/libcore/ojluni/src/main/java/java/security/cert/
H A DExtension.java90 byte[] getValue(); method in interface:Extension
/libcore/ojluni/src/main/java/java/util/zip/
H A DChecksum.java54 public long getValue(); method in interface:Checksum
H A DAdler32.java122 public long getValue() { method in class:Adler32
H A DCRC32.java87 public long getValue() { method in class:CRC32
/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DPSource.java107 public byte[] getValue() { method in class:PSource.PSpecified
/libcore/luni/src/main/java/org/w3c/dom/
H A DAttr.java190 public String getValue(); method in interface:Attr
/libcore/ojluni/src/main/java/sun/util/locale/
H A DExtension.java57 public String getValue() { method in class:Extension
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DSimpleEntryTest.java40 public Object getValue() { method in class:SimpleEntryTest.NullEntry
55 assertEquals("test", testEntry.getValue());
60 assertNull(testEntry.getValue());
79 assertEquals("test", entry.getValue());
81 assertNull(entry.getValue());
86 assertEquals("test", entry.getValue());
88 assertEquals("Another String", entry.getValue());
107 ^ (e.getValue() == null ? 0 : e.getValue().hashCode()), e
113 assertEquals(e.getKey() + "=" + e.getValue(),
[all...]
H A DSimpleImmutableEntryTest.java41 public Object getValue() { method in class:SimpleImmutableEntryTest.NullEntry
56 assertEquals("test", testEntry.getValue());
61 assertNull(testEntry.getValue());
80 assertEquals("test", entry.getValue());
82 assertNull(entry.getValue());
87 assertEquals("test", entry.getValue());
94 assertEquals("test", entry.getValue());
115 ^ (e.getValue() == null ? 0 : e.getValue().hashCode()), e
121 assertEquals(e.getKey() + "=" + e.getValue(),
[all...]
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatAttributes.java71 public String getValue(int index) { method in class:ExpatAttributes
116 public String getValue(String uri, String localName) { method in class:ExpatAttributes
127 return getValue(pointer, uri, localName);
130 public String getValue(String qName) { method in class:ExpatAttributes
147 private static native String getValue(long attributePointer, String uri, String localName); method in class:ExpatAttributes
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributeListImpl.java122 addAttribute(atts.getName(i), atts.getType(i), atts.getValue(i));
246 * @see org.xml.sax.AttributeList#getValue(int) method in class:AttributeListImpl
248 public String getValue(int i) {
276 * @see org.xml.sax.AttributeList#getValue(java.lang.String) method in class:AttributeListImpl
278 public String getValue(String name) {
279 return getValue(names.indexOf(name));
H A DAttributesImpl.java176 * @see org.xml.sax.Attributes#getValue(int) method in class:AttributesImpl
178 public String getValue (int index)
282 * @see org.xml.sax.Attributes#getValue(java.lang.String,java.lang.String) method in class:AttributesImpl
284 public String getValue (String uri, String localName)
302 * @see org.xml.sax.Attributes#getValue(java.lang.String) method in class:AttributesImpl
304 public String getValue (String qName)
359 data[i*5+4] = atts.getValue(i);
/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLSession.java184 public Object getValue(String name); method in interface:SSLSession
/libcore/ojluni/src/main/java/sun/security/x509/
H A DExtension.java199 public byte[] getValue() { method in class:Extension
/libcore/support/src/test/java/tests/util/
H A DCallVerificationStack.java212 Boolean value = (Boolean) wrapper.getValue();
223 Character value = (Character) wrapper.getValue();
234 Double value = (Double) wrapper.getValue();
245 Float value = (Float) wrapper.getValue();
256 Integer value = (Integer) wrapper.getValue();
267 Long value = (Long) wrapper.getValue();
278 Short value = (Short) wrapper.getValue();
349 public Object getValue() { method in class:CallVerificationStack.BaseTypeWrapper
/libcore/benchmarks/src/benchmarks/regression/
H A DHostnameVerifierBenchmark.java147 public Object getValue(String name) { method in class:HostnameVerifierBenchmark.FakeSSLSession
/libcore/dom/src/test/java/org/w3c/domts/
H A DDocumentBuilderSetting.java267 public final boolean getValue() { method in class:DocumentBuilderSetting
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSessionBindingEventTest.java196 * @see javax.net.ssl.SSLSession#getValue(java.lang.String)
198 public Object getValue(String name) { method in class:MySSLSession
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DAttrImpl.java85 return getValue();
101 public String getValue() { method in class:AttrImpl
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DProvider2Test.java38 public Object getValue() { method in class:Provider2Test.MyEntry
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentBuilderSetting.java266 public final boolean getValue() { method in class:DocumentBuilderSetting
/libcore/ojluni/src/main/java/java/util/
H A DAbstractMap.java113 if (e.getValue()==null)
119 if (value.equals(e.getValue()))
176 return e.getValue();
182 return e.getValue();
211 * obtained with its <tt>getValue</tt> operation, the entry is removed
246 oldValue = correctEntry.getValue();
273 put(e.getKey(), e.getValue());
385 return i.next().getValue();
455 V value = e.getValue();
520 V value = e.getValue();
614 public V getValue() { method in class:AbstractMap.SimpleEntry
744 public V getValue() { method in class:AbstractMap.SimpleImmutableEntry
[all...]

Completed in 1584 milliseconds

123