HomeSort by relevance Sort by last modified time
    Searched full:testaddress (Results 51 - 72 of 72) sorted by null

1 23

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
namednodemapsetnameditemwithnewvalue.java 73 Node testAddress;
78 testAddress = elementList.item(2);
80 attributes = testAddress.getAttributes();
elementinuseattributeerr.java 74 Element testAddress;
81 testAddress = (Element) addressElementList.item(1);
83 appendedChild = testAddress.appendChild(newElement);
90 setAttr2 = testAddress.setAttributeNode(newAttribute);
hc_elementinuseattributeerr.java 65 Element testAddress;
73 testAddress = (Element) addressElementList.item(0);
75 appendedChild = testAddress.appendChild(newElement);
82 setAttr2 = testAddress.setAttributeNode(newAttribute);
elementinvalidcharacterexception.java 69 Element testAddress;
72 testAddress = (Element) elementList.item(0);
77 testAddress.setAttribute("invalid^Name", "value");
elementnotfounderr.java 72 Element testAddress;
76 testAddress = (Element) addressElementList.item(4);
82 attrAddress = testAddress.removeAttributeNode(oldAttribute);
elementwrongdocumenterr.java 77 Element testAddress;
83 testAddress = (Element) addressElementList.item(4);
88 attrAddress = testAddress.setAttributeNode(newAttribute);
hc_elementinvalidcharacterexception.java 67 Element testAddress;
70 testAddress = (Element) elementList.item(0);
75 testAddress.setAttribute("invalid^Name", "value");
hc_elementnotfounderr.java 71 Element testAddress;
75 testAddress = (Element) addressElementList.item(4);
81 attrAddress = testAddress.removeAttributeNode(oldAttribute);
hc_elementwrongdocumenterr.java 75 Element testAddress;
81 testAddress = (Element) addressElementList.item(4);
86 attrAddress = testAddress.setAttributeNode(newAttribute);
hc_namednodemapreturnfirstitem.java 67 Node testAddress;
84 testAddress = elementList.item(1);
85 attributes = testAddress.getAttributes();
hc_namednodemapsetnameditem.java 73 Node testAddress;
80 testAddress = elementList.item(1);
82 attributes = testAddress.getAttributes();
hc_namednodemapwrongdocumenterr.java 74 Node testAddress;
82 testAddress = elementList.item(2);
84 attributes = testAddress.getAttributes();
namednodemapwrongdocumenterr.java 75 Node testAddress;
82 testAddress = elementList.item(2);
84 attributes = testAddress.getAttributes();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeNamedItemNS01.java 77 Node testAddress;
83 testAddress = elementList.item(1);
84 attributes = testAddress.getAttributes();
removeNamedItemNS02.java 76 Node testAddress;
81 testAddress = elementList.item(1);
82 attributes = testAddress.getAttributes();
setNamedItemNS03.java 74 Node testAddress;
83 testAddress = elementList.item(0);
84 attributes = testAddress.getAttributes();
setNamedItemNS05.java 74 Node testAddress;
82 testAddress = elementList.item(0);
83 attributes = testAddress.getAttributes();
removeNamedItemNS03.java 81 Node testAddress;
91 testAddress = elementList.item(2);
92 nList = testAddress.getChildNodes();
setNamedItemNS01.java 82 Node testAddress;
90 testAddress = elementList.item(0);
91 map = testAddress.getAttributes();
setNamedItemNS02.java 78 Node testAddress;
86 testAddress = elementList.item(0);
87 attributes = testAddress.getAttributes();
setNamedItemNS04.java 81 Node testAddress;
92 testAddress = elementList.item(2);
93 nList = testAddress.getChildNodes();
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 132 String testAddress = view.createAddressText(entry);
135 "\"User Name, Jr\" <user@username.com>, ", testAddress);
140 testAddress = view.createAddressText(alreadyFormatted);
143 testAddress);
148 testAddress = view.createAddressText(alreadyFormattedNoSpace);
150 testAddress);
154 testAddress = view.createAddressText(alreadyNamed);
158 "User Name <user@username.com>, ", testAddress);
    [all...]

Completed in 1241 milliseconds

1 23