/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
PlatformStatus.java | 30 this.id = (String) attributes.getNamedItem("id").getNodeValue(); 31 this.name = (String) attributes.getNamedItem("name").getNodeValue(); 32 this.fileName = (String) attributes.getNamedItem("fileName").getNodeValue();
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_attrinsertbefore1.java | 80 value = titleAttr.getNodeValue(); 82 value = retval.getNodeValue(); 85 value = firstChild.getNodeValue(); 88 value = lastChild.getNodeValue();
|
hc_attrinsertbefore2.java | 80 value = titleAttr.getNodeValue(); 82 value = retval.getNodeValue(); 85 value = firstChild.getNodeValue(); 88 value = lastChild.getNodeValue();
|
hc_nodevalue01.java | 31 * An element is created, setNodeValue is called with a non-null argument, but getNodeValue 64 newValue = newNode.getNodeValue(); 67 newValue = newNode.getNodeValue();
|
hc_nodevalue02.java | 31 * An comment is created, setNodeValue is called with a non-null argument, but getNodeValue 64 newValue = newNode.getNodeValue(); 67 newValue = newNode.getNodeValue();
|
hc_nodevalue04.java | 31 * An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue 70 newValue = newNode.getNodeValue(); 73 newValue = newNode.getNodeValue();
|
hc_nodevalue05.java | 31 * A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue 64 newValue = newNode.getNodeValue(); 67 newValue = newNode.getNodeValue();
|
hc_nodevalue06.java | 31 * An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue 62 newValue = newNode.getNodeValue(); 65 newValue = newNode.getNodeValue();
|
nodevalue01.java | 31 * An element is created, setNodeValue is called with a non-null argument, but getNodeValue 64 newValue = newNode.getNodeValue(); 67 newValue = newNode.getNodeValue();
|
nodevalue02.java | 31 * An comment is created, setNodeValue is called with a non-null argument, but getNodeValue 64 newValue = newNode.getNodeValue(); 67 newValue = newNode.getNodeValue();
|
nodevalue03.java | 31 * An entity reference is created, setNodeValue is called with a non-null argument, but getNodeValue 65 newValue = newNode.getNodeValue(); 68 newValue = newNode.getNodeValue();
|
nodevalue04.java | 31 * An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue 65 newValue = newNode.getNodeValue(); 68 newValue = newNode.getNodeValue();
|
nodevalue05.java | 31 * A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue 64 newValue = newNode.getNodeValue(); 67 newValue = newNode.getNodeValue();
|
nodevalue06.java | 31 * An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue 62 newValue = newNode.getNodeValue(); 65 newValue = newNode.getNodeValue();
|
nodevalue09.java | 31 * An processing instruction is created, setNodeValue is called with a non-null argument, but getNodeValue 64 newValue = newNode.getNodeValue(); 67 newValue = newNode.getNodeValue();
|
hc_attrinsertbefore3.java | 86 value = titleAttr.getNodeValue(); 88 value = retval.getNodeValue(); 91 value = firstChild.getNodeValue(); 94 value = lastChild.getNodeValue();
|
hc_attrinsertbefore4.java | 86 value = titleAttr.getNodeValue(); 88 value = retval.getNodeValue(); 91 value = firstChild.getNodeValue(); 94 value = lastChild.getNodeValue();
|
hc_attrappendchild1.java | 77 value = titleAttr.getNodeValue(); 79 value = retval.getNodeValue(); 82 value = lastChild.getNodeValue();
|
hc_attrappendchild3.java | 83 value = titleAttr.getNodeValue(); 85 value = retval.getNodeValue(); 88 value = lastChild.getNodeValue();
|
hc_attrappendchild6.java | 73 value = titleAttr.getNodeValue(); 75 value = retval.getNodeValue(); 78 value = lastChild.getNodeValue();
|
hc_attrreplacechild1.java | 79 value = titleAttr.getNodeValue(); 81 value = retval.getNodeValue(); 84 value = firstChild.getNodeValue();
|
hc_attrreplacechild2.java | 85 value = titleAttr.getNodeValue(); 87 value = retval.getNodeValue(); 90 value = firstChild.getNodeValue();
|
hc_nodedocumentnodevalue.java | 31 * The string returned by the "getNodeValue()" method for a 34 * by the "getNodeValue()" method. It should be equal to 65 documentValue = doc.getNodeValue();
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
AutofillDialogControllerTest.java | 472 expected, DOMUtils.getNodeValue(view, viewClient, actualId)); 486 TEST_NAME, DOMUtils.getNodeValue(view, viewClient, "id-billing-name")); 488 TEST_EMAIL, DOMUtils.getNodeValue(view, viewClient, "id-email")); 491 TEST_NAME, DOMUtils.getNodeValue(view, viewClient, "id-cc-name")); 494 TEST_CC_NUMBER, DOMUtils.getNodeValue(view, viewClient, "id-cc-number")); 496 TEST_CC_CSC, DOMUtils.getNodeValue(view, viewClient, "id-cc-csc")); 498 TEST_CC_CSC, DOMUtils.getNodeValue(view, viewClient, "id-cc-csc")); 502 DOMUtils.getNodeValue(view, viewClient, "id-cc-exp")); 506 DOMUtils.getNodeValue(view, viewClient, "id-cc-exp-month")); 509 DOMUtils.getNodeValue(view, viewClient, "id-cc-exp-year")) [all...] |
AutofillPopupTest.java | 117 FIRST_NAME, DOMUtils.getNodeValue(view, viewClient, "fn")); 119 LAST_NAME, DOMUtils.getNodeValue(view, viewClient, "ln")); 121 ADDRESS_LINE1, DOMUtils.getNodeValue(view, viewClient, "a1")); 123 ADDRESS_LINE2, DOMUtils.getNodeValue(view, viewClient, "a2")); 125 CITY, DOMUtils.getNodeValue(view, viewClient, "ct")); 127 ZIP_CODE, DOMUtils.getNodeValue(view, viewClient, "zc")); 129 EMAIL, DOMUtils.getNodeValue(view, viewClient, "em")); 131 PHONE_NUMBER, DOMUtils.getNodeValue(view, viewClient, "ph")); 175 DOMUtils.getNodeValue(view, viewClient, "fn"));
|