Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 207) sorted by relevance

123456789

/libcore/luni/src/test/java/tests/org/w3c/dom/
DNamedNodeMapSetNamedItemNS.java96 attributes = element.getAttributes(); in testSetNamedItemNS1()
116 attributes = element.getAttributes(); in testSetNamedItemNS2()
140 attributes = element.getAttributes(); in testSetNamedItemNS3()
144 attributesAlt = elementAlt.getAttributes(); in testSetNamedItemNS3()
174 attributes = element.getAttributes(); in testSetNamedItemNS4()
238 attributes = element.getAttributes(); in testSetNamedItemNS6()
242 attributes = element.getAttributes(); in testSetNamedItemNS6()
264 attributes = element.getAttributes(); in testSetNamedItemNS7()
268 attributes = element.getAttributes(); in testSetNamedItemNS7()
290 attributes = element.getAttributes(); in testSetNamedItemNS8()
[all …]
DNamedNodeMapRemoveNamedItemNS.java85 attributes = element.getAttributes(); in testRemoveNamedItemNS1()
132 attributes = element.getAttributes(); in testRemoveNamedItemNS3()
150 attributes = element.getAttributes(); in _testRemoveNamedItemNS4()
217 attributes = element.getAttributes(); in testRemoveNamedItemNS6()
239 attributes = element.getAttributes(); in testRemoveNamedItemNS7()
261 attributes = element.getAttributes(); in testRemoveNamedItemNS8()
285 attributes = element.getAttributes(); in testRemoveNamedItemNS9()
288 newAttributes = element.getAttributes(); in testRemoveNamedItemNS9()
DSetNamedItemNS.java88 anotherMap = anotherElement.getAttributes(); in testSetNamedItemNS1()
91 map = testAddress.getAttributes(); in testSetNamedItemNS1()
119 attributes = testAddress.getAttributes(); in testSetNamedItemNS2()
147 attributes = testAddress.getAttributes(); in testSetNamedItemNS3()
211 attributes = testAddress.getAttributes(); in testSetNamedItemNS5()
DNamedNodeMapGetNamedItemNS.java111 attributes = element.getAttributes(); in testGetNamedItemNS2()
132 attributes = element.getAttributes(); in testGetNamedItemNS3()
151 attributes = element.getAttributes(); in testGetNamedItemNS4()
166 attributes = element.getAttributes(); in testGetNamedItemNS5()
DGetNamedItemNS.java64 attributes = testEmployee.getAttributes(); in testGetNamedItemNS1()
81 attributes = testEmployee.getAttributes(); in testGetNamedItemNS2()
DRemoveNamedItemNS.java87 attributes = testAddress.getAttributes(); in testRemoveNamedItemNS1()
105 attributes = testAddress.getAttributes(); in testRemoveNamedItemNS2()
/libcore/ojluni/src/main/java/java/sql/
DStruct.java79 Object[] getAttributes() throws SQLException; in getAttributes() method
104 Object[] getAttributes(java.util.Map<String,Class<?>> map) in getAttributes() method
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_nodeattributenodeattribute.java71 addrAttr = testAddr.getAttributes(); in runTest()
73 attrList = attrNode.getAttributes(); in runTest()
Dnodeattributenodeattribute.java72 addrAttr = testAddr.getAttributes(); in runTest()
74 attrList = attrNode.getAttributes(); in runTest()
Dhc_nodecommentnodeattributes.java77 attrList = commentNode.getAttributes(); in runTest()
82 attrList = commentNode.getAttributes(); in runTest()
Dnodecommentnodeattributes.java77 attrList = childNode.getAttributes(); in runTest()
82 attrList = childNode.getAttributes(); in runTest()
Dhc_nodedocumentnodeattribute.java65 attrList = doc.getAttributes(); in runTest()
Dnodedocumentnodeattribute.java63 attrList = doc.getAttributes(); in runTest()
Dnodedocumenttypenodevalue.java64 attrList = docType.getAttributes(); in runTest()
Dhc_nodedocumentfragmentnodevalue.java72 attrList = docFragment.getAttributes(); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Dnamednodemapremovenameditemns09.java81 attributes = element.getAttributes(); in runTest()
83 newAttributes = element.getAttributes(); in runTest()
DsetNamedItemNS01.java88 anotherMap = anotherElement.getAttributes(); in runTest()
91 map = testAddress.getAttributes(); in runTest()
Dnamednodemapsetnameditemns06.java80 attributes = element.getAttributes(); in runTest()
83 attributes = element.getAttributes(); in runTest()
Dnamednodemapsetnameditemns07.java86 attributes = element.getAttributes(); in runTest()
89 attributes = element.getAttributes(); in runTest()
Dnamednodemapsetnameditemns08.java82 attributes = element.getAttributes(); in runTest()
85 attributes = element.getAttributes(); in runTest()
Dnamednodemapgetnameditemns06.java83 attributesMap1 = element.getAttributes(); in runTest()
84 attributesMap2 = element.getAttributes(); in runTest()
Dnamednodemapsetnameditemns03.java92 attributes = element.getAttributes(); in runTest()
96 attributesAlt = elementAlt.getAttributes(); in runTest()
/libcore/ojluni/src/main/java/java/net/
DJarURLConnection.java264 public Attributes getAttributes() throws IOException { in getAttributes() method in JarURLConnection
266 return e != null ? e.getAttributes() : null; in getAttributes()
/libcore/ojluni/src/main/java/sun/security/util/
DManifestEntryVerifier.java110 Attributes attr = man.getAttributes(name); in setEntry()
115 attr = man.getAttributes("./"+name); in setEntry()
117 attr = man.getAttributes("/"+name); in setEntry()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DManifestTest.java216 assertNull("Should not exist", m.getAttributes("Doesn't Exist")); in testGetAttributes()
217 assertEquals("Should exist", "OK", m.getAttributes(ATT_ENTRY_NAME).get( in testGetAttributes()
414 m.getAttributes(ATT_ENTRY_NAME).put( in testDecoding()
427 assertEquals(spec, m.getAttributes(ATT_ENTRY_NAME).get( in testDecoding()

123456789