HomeSort by relevance Sort by last modified time
    Searched full:testaddr (Results 1 - 25 of 75) sorted by null

1 2 3

  /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();
  /external/elfutils/tests/
get-aranges.c 21 static const Dwarf_Addr testaddr[] = variable
27 #define ntestaddr (sizeof (testaddr) / sizeof (testaddr[0]))
59 found = dwarf_getarange_addr (aranges, testaddr[i]);
86 (unsigned long long int) testaddr[i]);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeattributenodeattribute.js 94 var testAddr;
105 testAddr = elementList.item(0);
106 addrAttr = testAddr.attributes;
hc_nodeattributenodename.js 92 var testAddr;
102 testAddr = elementList.item(0);
103 addrAttr = testAddr.getAttributeNode("title");
hc_nodeattributenodetype.js 100 var testAddr;
110 testAddr = elementList.item(0);
111 addrAttr = testAddr.getAttributeNode("title");
hc_nodeattributenodevalue.js 95 var testAddr;
105 testAddr = elementList.item(0);
106 addrAttr = testAddr.getAttributeNode("title");
hc_nodetextnodeattribute.js 94 var testAddr;
104 testAddr = elementList.item(0);
105 textNode = testAddr.firstChild;
hc_nodetextnodename.js 89 var testAddr;
99 testAddr = elementList.item(0);
100 textNode = testAddr.firstChild;
hc_nodetextnodetype.js 100 var testAddr;
110 testAddr = elementList.item(0);
111 textNode = testAddr.firstChild;
hc_nodetextnodevalue.js 94 var testAddr;
104 testAddr = elementList.item(0);
105 textNode = testAddr.firstChild;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeattributenodeattribute.js 94 var testAddr;
105 testAddr = elementList.item(0);
106 addrAttr = testAddr.attributes;
hc_nodeattributenodename.js 92 var testAddr;
102 testAddr = elementList.item(0);
103 addrAttr = testAddr.getAttributeNode("title");

Completed in 337 milliseconds

1 2 3