HomeSort by relevance Sort by last modified time
    Searched full:testaddr (Results 26 - 50 of 58) sorted by null

12 3

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
localName01.java 76 Element testAddr;
81 testAddr = (Element) elementList.item(0);
82 assertNotNull("empAddrNotNull", testAddr);
83 addrAttr = testAddr.getAttributeNode("emp:domestic");
namespaceURI02.java 74 Element testAddr;
79 testAddr = (Element) elementList.item(0);
80 assertNotNull("empAddressNotNull", testAddr);
81 addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov", "domestic");
setAttributeNodeNS03.java 74 Node testAddr;
79 testAddr = elementList.item(0);
80 assertNotNull("empAddrNotNull", testAddr);
82 newAddrAttr = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr);
setAttributeNodeNS04.java 78 Node testAddr;
84 testAddr = elementList.item(0);
85 assertNotNull("empAddrNotNull", testAddr);
87 newAddrAttr = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr);
setAttributeNodeNS01.java 80 Node testAddr;
86 testAddr = elementList.item(0);
87 assertNotNull("empAddrNotNull", testAddr);
89 appendedChild = testAddr.appendChild(newElement);
96 setAttr2 = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr);
elementsetattributensurinull.java 86 Node testAddr;
89 testAddr = elementList.item(0);
94 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
getAttributeNS01.java 79 Element testAddr;
83 testAddr = (Element) elementList.item(0);
84 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
namespaceURI01.java 77 Element testAddr;
82 testAddr = (Element) elementList.item(0);
83 addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov", "district");
setAttributeNS01.java 73 Node testAddr;
76 testAddr = elementList.item(0);
81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS02.java 72 Node testAddr;
75 testAddr = elementList.item(0);
81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS06.java 74 Node testAddr;
77 testAddr = elementList.item(0);
82 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS07.java 75 Node testAddr;
78 testAddr = elementList.item(0);
83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS10.java 66 Node testAddr;
69 testAddr = elementList.item(0);
74 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, "", "newValue");
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeattributenodeattribute.java 64 Element testAddr;
70 testAddr = (Element) elementList.item(0);
71 addrAttr = testAddr.getAttributes();
hc_nodeattributenodename.java 63 Element testAddr;
68 testAddr = (Element) elementList.item(0);
69 addrAttr = testAddr.getAttributeNode("title");
hc_nodeelementnodeattributes.java 62 Element testAddr;
79 testAddr = (Element) elementList.item(2);
80 addrAttr = testAddr.getAttributes();
hc_nodetextnodeattribute.java 64 Node testAddr;
69 testAddr = elementList.item(0);
70 textNode = testAddr.getFirstChild();
hc_nodetextnodevalue.java 65 Element testAddr;
70 testAddr = (Element) elementList.item(0);
71 textNode = testAddr.getFirstChild();
nodeattributenodeattribute.java 65 Element testAddr;
71 testAddr = (Element) elementList.item(0);
72 addrAttr = testAddr.getAttributes();
nodeattributenodename.java 66 Element testAddr;
71 testAddr = (Element) elementList.item(0);
72 addrAttr = testAddr.getAttributeNode("domestic");
nodeattributenodevalue.java 66 Element testAddr;
71 testAddr = (Element) elementList.item(0);
72 addrAttr = testAddr.getAttributeNode("domestic");
nodeelementnodeattributes.java 67 Element testAddr;
79 testAddr = (Element) elementList.item(2);
80 addrAttr = testAddr.getAttributes();
nodetextnodeattribute.java 65 Node testAddr;
70 testAddr = elementList.item(0);
71 textNode = testAddr.getFirstChild();
nodetextnodevalue.java 66 Element testAddr;
71 testAddr = (Element) elementList.item(0);
72 textNode = testAddr.getFirstChild();
  /external/valgrind/none/tests/amd64/
faultstatus.c 48 static int testaddr(void *addr, volatile void *want) function
65 ok = ok && testaddr(si->si_addr, cur_test->addr);

Completed in 1029 milliseconds

12 3