HomeSort by relevance Sort by last modified time
    Searched refs:testAddress (Results 26 - 42 of 42) sorted by null

12

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapsetnameditem.java 73 Node testAddress;
80 testAddress = elementList.item(1);
82 attributes = testAddress.getAttributes();
hc_namednodemapsetnameditemreturnvalue.java 75 Node testAddress;
81 testAddress = elementList.item(2);
83 attributes = testAddress.getAttributes();
hc_namednodemapsetnameditemthatexists.java 76 Node testAddress;
83 testAddress = elementList.item(1);
85 attributes = testAddress.getAttributes();
hc_namednodemapwrongdocumenterr.java 74 Node testAddress;
82 testAddress = elementList.item(2);
84 attributes = testAddress.getAttributes();
namednodemapremovenameditem.java 76 Node testAddress;
83 testAddress = elementList.item(2);
84 attributes = testAddress.getAttributes();
namednodemapsetnameditem.java 75 Node testAddress;
82 testAddress = elementList.item(1);
84 attributes = testAddress.getAttributes();
namednodemapsetnameditemthatexists.java 77 Node testAddress;
84 testAddress = elementList.item(1);
86 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();
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();
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();
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 149 String testAddress = view.createAddressText(entry);
152 "\"User Name, Jr\" <user@username.com>, ", testAddress);
157 testAddress = view.createAddressText(alreadyFormatted);
160 testAddress);
165 testAddress = view.createAddressText(alreadyFormattedNoSpace);
167 testAddress);
171 testAddress = view.createAddressText(alreadyNamed);
175 "User Name <user@username.com>, ", testAddress);
    [all...]

Completed in 756 milliseconds

12