/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | NamedNodeMapSetNamedItemNS.java | 96 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 …]
|
D | NamedNodeMapRemoveNamedItemNS.java | 85 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()
|
D | SetNamedItemNS.java | 88 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()
|
D | NamedNodeMapGetNamedItemNS.java | 111 attributes = element.getAttributes(); in testGetNamedItemNS2() 132 attributes = element.getAttributes(); in testGetNamedItemNS3() 151 attributes = element.getAttributes(); in testGetNamedItemNS4() 166 attributes = element.getAttributes(); in testGetNamedItemNS5()
|
D | GetNamedItemNS.java | 64 attributes = testEmployee.getAttributes(); in testGetNamedItemNS1() 81 attributes = testEmployee.getAttributes(); in testGetNamedItemNS2()
|
D | RemoveNamedItemNS.java | 87 attributes = testAddress.getAttributes(); in testRemoveNamedItemNS1() 105 attributes = testAddress.getAttributes(); in testRemoveNamedItemNS2()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | Struct.java | 79 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/ |
D | hc_nodeattributenodeattribute.java | 71 addrAttr = testAddr.getAttributes(); in runTest() 73 attrList = attrNode.getAttributes(); in runTest()
|
D | nodeattributenodeattribute.java | 72 addrAttr = testAddr.getAttributes(); in runTest() 74 attrList = attrNode.getAttributes(); in runTest()
|
D | hc_nodecommentnodeattributes.java | 77 attrList = commentNode.getAttributes(); in runTest() 82 attrList = commentNode.getAttributes(); in runTest()
|
D | nodecommentnodeattributes.java | 77 attrList = childNode.getAttributes(); in runTest() 82 attrList = childNode.getAttributes(); in runTest()
|
D | hc_nodedocumentnodeattribute.java | 65 attrList = doc.getAttributes(); in runTest()
|
D | nodedocumentnodeattribute.java | 63 attrList = doc.getAttributes(); in runTest()
|
D | nodedocumenttypenodevalue.java | 64 attrList = docType.getAttributes(); in runTest()
|
D | hc_nodedocumentfragmentnodevalue.java | 72 attrList = docFragment.getAttributes(); in runTest()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | namednodemapremovenameditemns09.java | 81 attributes = element.getAttributes(); in runTest() 83 newAttributes = element.getAttributes(); in runTest()
|
D | setNamedItemNS01.java | 88 anotherMap = anotherElement.getAttributes(); in runTest() 91 map = testAddress.getAttributes(); in runTest()
|
D | namednodemapsetnameditemns06.java | 80 attributes = element.getAttributes(); in runTest() 83 attributes = element.getAttributes(); in runTest()
|
D | namednodemapsetnameditemns07.java | 86 attributes = element.getAttributes(); in runTest() 89 attributes = element.getAttributes(); in runTest()
|
D | namednodemapsetnameditemns08.java | 82 attributes = element.getAttributes(); in runTest() 85 attributes = element.getAttributes(); in runTest()
|
D | namednodemapgetnameditemns06.java | 83 attributesMap1 = element.getAttributes(); in runTest() 84 attributesMap2 = element.getAttributes(); in runTest()
|
D | namednodemapsetnameditemns03.java | 92 attributes = element.getAttributes(); in runTest() 96 attributesAlt = elementAlt.getAttributes(); in runTest()
|
/libcore/ojluni/src/main/java/java/net/ |
D | JarURLConnection.java | 264 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/ |
D | ManifestEntryVerifier.java | 110 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/ |
D | ManifestTest.java | 216 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()
|