Searched refs:getValue (Results 126 - 142 of 142) sorted by relevance

123456

/libcore/luni/src/test/java/tests/api/java/util/
H A DWeakHashMapTest.java202 .contains(entry.getValue()));
H A DEnumMapTest.java67 public V getValue() { method in class:EnumMapTest.MockEntry
421 assertEquals("Wrong value", 1, entry.getValue());
428 assertEquals("Wrong value", 1, entry.getValue());
H A DIdentityHashMapTest.java207 && hm.containsValue(m.getValue()));
H A DLinkedHashMapTest.java181 assertEquals("VALUE", newest.getValue());
228 && hm.containsValue(m.getValue()));
H A DHashMapTest.java222 && hm.containsValue(m.getValue()));
/libcore/luni/src/main/java/java/security/
H A DProvider.java209 value = entry.getValue();
539 entry.getValue());
652 _value = entry.getValue();
/libcore/luni/src/main/java/java/util/
H A DCollections.java324 && containsValue(entry.getValue());
1172 @Override public V getValue() { method in class:Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableMapEntry
1173 return mapEntry.getValue();
3136 checkType(e.getValue(), valueType);
3140 m.put(entries[i].getKey(), entries[i].getValue());
3191 @Override public V getValue() { method in class:Collections.CheckedMap.CheckedEntry
3192 return e.getValue();
H A DIdentityHashMap.java105 return (key == entry.getKey()) && (value == entry.getValue());
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java1055 put(e.getKey(), e.getValue());
1367 return v != null && v.equals(e.getValue());
1373 return ConcurrentHashMap.this.remove(e.getKey(), e.getValue());
H A DConcurrentSkipListMap.java1453 V v = e.getValue();
1823 if (! e.getValue().equals(m.get(e.getKey())))
1827 Object v = e.getValue();
2398 return v != null && v.equals(e.getValue());
2405 e.getValue());
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java426 checkTextValidity(((AttrImpl) node).getValue());
/libcore/luni/src/main/java/java/lang/
H A DAbstractStringBuilder.java46 final char[] getValue() { method in class:AbstractStringBuilder
H A DString.java1706 return regionMatches(0, new String(0, size, strbuf.getValue()), 0,
/libcore/luni/src/test/java/libcore/xml/
H A DXsltXPathConformanceTestSuite.java551 serializer.attribute(attr.getNamespaceURI(), attr.getLocalName(), attr.getValue());
H A DDomTest.java803 assertEquals("", document.createAttribute("bar").getValue());
804 assertEquals("", document.createAttributeNS("http://foo", "bar").getValue());
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DProviderTest.java174 String val = (String)e.getValue();
/libcore/luni/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp1393 NATIVE_METHOD(ExpatAttributes, getValue, "(ILjava/lang/String;Ljava/lang/String;)Ljava/lang/String;"),

Completed in 990 milliseconds

123456