Searched refs:getValue (Results 1 - 25 of 142) sorted by last modified time

123456

/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSession.java91 public Object getValue(String name) { method in class:FakeSSLSession
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestKeyStoreSpi.java89 if (alias.getValue() == cert) {
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java149 public Object getValue(String s) { method in class:mySSLSession
/libcore/support/src/test/java/tests/support/
H A DSupport_UnmodifiableMapTest.java67 map.get(me.getKey()).equals(me.getValue()));
/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/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java103 public String getValue(int index) { return pp.getAttributeValue(index); } method in class:Driver
153 public String getValue(String uri, String localName) { method in class:Driver
156 public String getValue(String qName) { method in class:Driver
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofData.java337 int countCell[] = e.getValue();
/libcore/dom/src/test/java/org/w3c/domts/
H A DDocumentBuilderSetting.java267 public final boolean getValue() { method in class:DocumentBuilderSetting
H A DLSDocumentBuilderFactory.java95 if (setting.getValue() != fixedValue) {
169 new Boolean(!setting.getValue()));
172 setParameter(setting, parser, lsParameter, new Boolean(setting.getValue()));
H A DXercesHTML2DocumentBuilderFactory.java185 public String getValue(int i) { method in class:XercesHTML2DocumentBuilderFactory.HTMLHandler
186 return currentAttributes.getValue(i);
193 public String getValue(String name) { method in class:XercesHTML2DocumentBuilderFactory.HTMLHandler
194 return currentAttributes.getValue(name);
H A DXercesHTMLDocumentBuilderFactory.java185 public String getValue(int i) { method in class:XercesHTMLDocumentBuilderFactory.HTMLHandler
186 return currentAttributes.getValue(i);
193 public String getValue(String name) { method in class:XercesHTMLDocumentBuilderFactory.HTMLHandler
194 return currentAttributes.getValue(name);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dattrcreatetextnode.java78 value = streetAttr.getValue();
H A Dattrcreatetextnode2.java77 value = streetAttr.getValue();
H A Dattrentityreplacement.java31 * The "getValue()" method will return the value of the
36 * returned by the "getValue()" method. The value should
78 value = streetAttr.getValue();
H A Delementremoveattributenode.java74 removedValue = removedAttr.getValue();
H A Delementreplaceexistingattributegevalue.java77 value = streetAttr.getValue();
H A Dhc_attrappendchild1.java75 value = titleAttr.getValue();
H A Dhc_attrappendchild3.java81 value = titleAttr.getValue();
H A Dhc_attrappendchild6.java71 value = titleAttr.getValue();
H A Dhc_attrclonenode1.java77 value = clonedTitle.getValue();
H A Dhc_attrcreatetextnode.java77 value = streetAttr.getValue();
H A Dhc_attrcreatetextnode2.java77 value = streetAttr.getValue();
H A Dhc_attrgetvalue1.java71 value = titleAttr.getValue();
H A Dhc_attrgetvalue2.java91 value = titleAttr.getValue();
H A Dhc_attrinsertbefore1.java78 value = titleAttr.getValue();

Completed in 307 milliseconds

123456