/libcore/luni/src/test/java/tests/org/w3c/dom/ |
SetAttributeNS.java | 84 Node testAddr; 87 testAddr = elementList.item(0); 92 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, 105 Node testAddr; 108 testAddr = elementList.item(0); 114 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, 164 Node testAddr; 172 testAddr = elementList.item(0); 173 assertNotNull("empAddrNotNull", testAddr); 174 ((Element) /* Node */testAddr).setAttributeNS("http://www.nist.gov" [all...] |
GetAttributeNS.java | 82 // Element testAddr; 86 // testAddr = (Element) elementList.item(0); 87 // attrValue = testAddr.getAttributeNS(namespaceURI, localName); 97 Element testAddr; 103 testAddr = (Element) elementList.item(0); 104 assertNotNull("empAddrNotNull", testAddr); 105 testAddr.setAttributeNodeNS(newAttribute); 107 testAddr = (Element) elementList.item(0); 108 attrValue = testAddr.getAttributeNS(namespaceURI, localName); 116 Element testAddr; [all...] |
SetAttributeNodeNS.java | 89 Node testAddr; 93 testAddr = elementList.item(0); 94 assertNotNull("empAddrNotNull", testAddr); 96 testAddr.appendChild(newElement); 103 ((Element) /* Node */testAddr).setAttributeNodeNS(newAttr); 153 Node testAddr; 158 testAddr = elementList.item(0); 159 assertNotNull("empAddrNotNull", testAddr); 161 newAddrAttr = ((Element) /* Node */testAddr) 168 Node testAddr; [all...] |
GetAttributeNodeNS.java | 79 Element testAddr; 83 testAddr = (Element) elementList.item(0); 84 assertNotNull("empAddrNotNull", testAddr); 85 attribute = testAddr.getAttributeNodeNS(namespaceURI, localName); 91 Element testAddr; 96 testAddr = (Element) elementList.item(0); 97 assertNotNull("empAddrNotNull", testAddr); 98 attribute = testAddr.getAttributeNodeNS("http://www.nist.gov",
|
NamespaceURI.java | 80 // Element testAddr; 85 // testAddr = (Element) elementList.item(0); 86 // addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov", 94 Element testAddr; 99 testAddr = (Element) elementList.item(0); 100 assertNotNull("empAddressNotNull", testAddr); 101 addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov",
|
LocalName.java | 58 Element testAddr; 63 testAddr = (Element) elementList.item(0); 64 assertNotNull("empAddrNotNull", testAddr); 65 addrAttr = testAddr.getAttributeNode("emp:domestic");
|
RemoveAttributeNS.java | 119 // Node testAddr; 127 // testAddr = elementList.item(0); 128 // ((Element) /* Node */testAddr).removeAttributeNS("http://www.nist.gov", 131 // testAddr = elementList.item(0); 132 // addrAttr = ((Element) /* Node */testAddr).getAttributeNodeNS( 134 // attr = ((Element) /* Node */testAddr).getAttributeNS( 138 // prefix = testAddr.getPrefix();
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
getAttributeNS02.java | 74 Element testAddr; 80 testAddr = (Element) elementList.item(0); 81 assertNotNull("empAddrNotNull", testAddr); 82 districtAttr = testAddr.setAttributeNodeNS(newAttribute); 84 testAddr = (Element) elementList.item(0); 85 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
|
setAttributeNS04.java | 80 Node testAddr; 88 testAddr = elementList.item(0); 89 assertNotNull("empAddrNotNull", testAddr); 90 ((Element) /*Node */testAddr).setAttributeNS("http://www.nist.gov", "newprefix:zone", "newValue"); 91 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS("http://www.nist.gov", "zone"); 92 resultAttr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "zone");
|
setAttributeNS09.java | 75 Node testAddr; 83 testAddr = elementList.item(0); 84 assertNotNull("empAddrNotNull", testAddr); 85 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); 86 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS(namespaceURI, localName); 87 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);
|
getAttributeNS03.java | 71 Element testAddr; 75 testAddr = (Element) elementList.item(0); 76 assertNotNull("empAddrNotNull", testAddr); 77 testAddr.removeAttributeNS(namespaceURI, localName); 78 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
|
getAttributeNS04.java | 74 Element testAddr; 80 testAddr = (Element) elementList.item(0); 81 assertNotNull("empAddrNotNull", testAddr); 82 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue"); 83 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
|
setAttributeNS05.java | 76 Node testAddr; 81 testAddr = elementList.item(0); 82 assertNotNull("empAddrNotNull", testAddr); 83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "<newValue>"); 84 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);
|
removeAttributeNS02.java | 81 Node testAddr; 89 testAddr = elementList.item(0); 90 ((Element) /*Node */testAddr).removeAttributeNS("http://www.nist.gov", "local1"); 92 testAddr = elementList.item(0); 93 addrAttr = ((Element) /*Node */testAddr).getAttributeNodeNS("http://www.nist.gov", "local1"); 94 attr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "local1"); 97 prefix = testAddr.getPrefix();
|
getAttributeNS05.java | 75 Element testAddr; 79 testAddr = (Element) elementList.item(0); 80 assertNotNull("empAddrNotNull", testAddr); 81 attrValue = testAddr.getAttributeNS("http://www.nist.gov", "domestic");
|
getAttributeNodeNS01.java | 72 Element testAddr; 76 testAddr = (Element) elementList.item(0); 77 assertNotNull("empAddrNotNull", testAddr); 78 attribute = testAddr.getAttributeNodeNS(namespaceURI, localName);
|
getAttributeNodeNS02.java | 75 Element testAddr; 80 testAddr = (Element) elementList.item(0); 81 assertNotNull("empAddrNotNull", testAddr); 82 attribute = testAddr.getAttributeNodeNS("http://www.nist.gov", "domestic");
|
/external/elfutils/tests/ |
get-aranges.c | 37 static const Dwarf_Addr testaddr[] = variable 43 #define ntestaddr (sizeof (testaddr) / sizeof (testaddr[0])) 75 found = dwarf_getarange_addr (aranges, testaddr[i]); 102 (unsigned long long int) testaddr[i]);
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeattributenodetype.java | 64 Element testAddr; 69 testAddr = (Element) elementList.item(0); 70 addrAttr = testAddr.getAttributeNode("title");
|
hc_nodeattributenodevalue.java | 65 Element testAddr; 70 testAddr = (Element) elementList.item(0); 71 addrAttr = testAddr.getAttributeNode("title");
|
hc_nodetextnodename.java | 60 Element testAddr; 65 testAddr = (Element) elementList.item(0); 66 textNode = testAddr.getFirstChild();
|
hc_nodetextnodetype.java | 64 Element testAddr; 69 testAddr = (Element) elementList.item(0); 70 textNode = testAddr.getFirstChild();
|
nodeattributenodetype.java | 65 Element testAddr; 70 testAddr = (Element) elementList.item(0); 71 addrAttr = testAddr.getAttributeNode("domestic");
|
nodetextnodename.java | 66 Element testAddr; 71 testAddr = (Element) elementList.item(0); 72 textNode = testAddr.getFirstChild();
|
nodetextnodetype.java | 65 Element testAddr; 70 testAddr = (Element) elementList.item(0); 71 textNode = testAddr.getFirstChild();
|