Searched
refs:Element (Results
501 -
525 of
1760) sorted by null
<<21222324252627282930>>
/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/ |
MainActivity.java | 45 Element e = Element.I32(mRS);
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrremovechild1.java | 61 Element entElement; 68 entElement = (Element) entRef.getFirstChild();
|
attrreplacechild1.java | 61 Element entElement; 69 entElement = (Element) entRef.getFirstChild();
|
attrsetvaluenomodificationallowederrEE.java | 70 Element entElement; 83 entElement = (Element) entRef.getFirstChild();
|
cdatasectionnormalize.java | 32 * use of the "normalize()" method from the Element interface. 34 * the "normalize()" method. The Element under contains 65 Element lChild; 71 lChild = (Element) nameList.item(1);
|
elementcreatenewattribute.java | 32 * attribute to the Element. 34 * Retrieve first address element and add 67 Element testAddress; 74 testAddress = (Element) elementList.item(0);
|
elementgetelementsbytagnameaccessnodelist.java | 31 * Element.getElementsByTagName("employee") should return a NodeList whose length is 61 Element testEmployee; 68 testEmployee = (Element) elementList.item(3);
|
elementgetelementsbytagnamespecialvalue.java | 32 * special value "*" to match all tags in the element 66 Element lastEmployee; 82 lastEmployee = (Element) elementList.item(4);
|
elementremoveattribute.java | 76 Element testEmployee; 80 testEmployee = (Element) elementList.item(3);
|
elementremoveattributeaftercreate.java | 68 Element testEmployee; 74 testEmployee = (Element) elementList.item(2);
|
elementremoveattributenodenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 75 Element genElement; 92 genElement = (Element) gList.item(0);
|
elementremoveattributenodenomodificationallowederrEE.java | 35 * Create an entity reference and add it to the children of the THIRD "gender" element. 72 Element entElement; 84 entElement = (Element) entRef.getFirstChild();
|
elementremoveattributenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 75 Element genElement; 89 genElement = (Element) gList.item(0);
|
elementremoveattributenomodificationallowederrEE.java | 35 * Create an reference the entity ent4 and add it to the THIRD "gender" element. 71 Element entElement; 79 entElement = (Element) entRef.getFirstChild();
|
elementremoveattributerestoredefaultvalue.java | 73 Element testEmployee; 79 testEmployee = (Element) elementList.item(2);
|
elementsetattributenodenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 72 Element entElement; 87 entElement = (Element) entRef.getFirstChild();
|
elementsetattributenodenomodificationallowederrEE.java | 35 * Create an entity reference and add to the THIRD "gender" element. The elements 78 Element entElement; 88 entElement = (Element) entRef.getFirstChild();
|
elementsetattributenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 78 Element entElement; 84 entElement = (Element) entRef.getFirstChild();
|
elementsetattributenomodificationallowederrEE.java | 35 * Add an ent4 reference to the children of the THIRD "gender" element. 72 Element entElement; 79 entElement = (Element) entRef.getFirstChild();
|
elementwrongdocumenterr.java | 37 * attribute node for its "employee" element. The new 39 * one that created this element, therefore a 77 Element testAddress; 83 testAddress = (Element) addressElementList.item(4);
|
hc_documentcreateelementcasesensitive.java | 36 * Each call should create a distinct Element node. The 68 Element newElement1; 69 Element newElement2; 85 assertEqualsAutoCase("element", "nodeName1", "ACRONYM", nodeName1); 86 assertEqualsAutoCase("element", "nodeName2", "acronym", nodeName2);
|
hc_elementcreatenewattribute.java | 32 * attribute to the Element. 34 * Retrieve first address element and add 67 Element testAddress; 74 testAddress = (Element) elementList.item(0);
|
hc_elementgetelementsbytagnameaccessnodelist.java | 33 * were encountered in a pre order traversal of the element 39 * Access the FOURTH element in the NodeList. The FOURTH 40 * element, the first or second should be an "em" node with 70 Element testEmployee; 78 testEmployee = (Element) elementList.item(3); 88 assertEqualsAutoCase("element", "childName", "em", childName);
|
hc_elementgetelementsbytagnamespecialvalue.java | 32 * special value "*" to match all tags in the element 65 Element lastEmployee; 81 lastEmployee = (Element) elementList.item(4); 88 assertEqualsAutoCase("element", "tagNames", expectedResult, result);
|
hc_elementremoveattributeaftercreate.java | 68 Element testEmployee; 74 testEmployee = (Element) elementList.item(2);
|
Completed in 343 milliseconds
<<21222324252627282930>>