/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextAreaElement.idl | 48 readonly attribute NodeList labels;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
ErrorTracker.java | 26 import org.w3c.dom.NodeList; 72 NodeList elements = document.getElementsByTagName("platform"); 92 NodeList effectedFiles = document.getElementsByTagName("effectedFile"); 113 NodeList testLogList = document.getElementsByTagName("logFile");
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NodeSetPrefix.java | 33 import org.w3c.dom.NodeList; 108 // NodeList elementList; 147 // NodeList elementList; 231 NodeList elementList;
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XNodeSet.java | 30 import org.w3c.dom.NodeList; 326 * Cast result object to a nodelist. 338 * Cast result object to a nodelist. 340 * @return a NodeList. 344 public NodeList nodelist() throws javax.xml.transform.TransformerException method in class:XNodeSet 346 org.apache.xml.dtm.ref.DTMNodeList nodelist = new org.apache.xml.dtm.ref.DTMNodeList(this); local 351 XNodeSet clone = (XNodeSet)nodelist.getDTMIterator(); 353 return nodelist; 381 * Cast result object to a nodelist [all...] |
XObject.java | 38 import org.w3c.dom.NodeList; 403 * Cast result object to a nodelist. Always issues an error. 413 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); 430 * Cast result object to a nodelist. Always issues an error. 440 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); 446 * Cast result object to a nodelist. Always issues an error. 452 public NodeList nodelist() throws javax.xml.transform.TransformerException method in class:XObject 456 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); 463 * Cast result object to a nodelist. Always issues an error [all...] |
XNull.java | 110 // * Cast result object to a nodelist.
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrsetvaluenomodificationallowederr.java | 75 NodeList genderList; 77 NodeList genList; 79 NodeList gList;
|
elementremoveattributenodenomodificationallowederr.java | 69 NodeList genderList; 71 NodeList genList; 74 NodeList gList;
|
elementremoveattributenomodificationallowederr.java | 69 NodeList genderList; 71 NodeList genList; 73 NodeList gList;
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
documentimportnode21.java | 86 NodeList addressList; 87 NodeList addressChildList; 97 NodeList nodes;
|
removeNamedItemNS03.java | 80 NodeList elementList; 82 NodeList nList; 84 NodeList n2List;
|
setAttributeNS03.java | 74 NodeList genderList; 76 NodeList genList; 78 NodeList gList;
|
setAttributeNodeNS02.java | 78 NodeList genderList; 80 NodeList genList; 82 NodeList gList;
|
setNamedItemNS04.java | 80 NodeList elementList; 82 NodeList nList; 84 NodeList n2List;
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
InnerNodeImpl.java | 25 import org.w3c.dom.NodeList; 55 public NodeList getChildNodes() { 109 NodeList toAdd = newChild.getChildNodes();
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 402 std::list<Node *> nodeList; 412 nodeList.push_front(t); 419 for (std::list<Node *>::iterator n = nodeList.begin(); 420 n != nodeList.end(); ++n) { 425 n = nodeList.erase(n);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 402 std::list<Node *> nodeList; 412 nodeList.push_front(t); 419 for (std::list<Node *>::iterator n = nodeList.begin(); 420 n != nodeList.end(); ++n) { 425 n = nodeList.erase(n);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
functions.c | 402 xmlNodeSetPtr nodelist = NULL; local 524 nodelist = xsltGetKey(tctxt, key, keyURI, value); 529 xmlXPathNodeSetMerge(NULL, nodelist))); 665 xmlNodeSetPtr nodelist; local 675 nodelist = obj->nodesetval; 676 if ((nodelist == NULL) || (nodelist->nodeNr <= 0)) { 681 cur = nodelist->nodeTab[0]; 682 for (i = 1;i < nodelist->nodeNr;i++) { 683 ret = xmlXPathCmpNodes(cur, nodelist->nodeTab[i]) [all...] |
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | 78 const TestNode** nodeList, 322 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth. 327 const TestNode** nodeList, 346 nodeList[depth++] = root; 352 strcat(pathToFunction, nodeList[i]->name); 355 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ 438 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); 452 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); 484 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ) [all...] |
/external/icu/icu4c/source/tools/ctestfw/ |
ctest.c | 78 const TestNode** nodeList, 322 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth. 327 const TestNode** nodeList, 346 nodeList[depth++] = root; 352 strcat(pathToFunction, nodeList[i]->name); 355 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ 438 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); 452 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); 484 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ) [all...] |
/cts/tools/utils/ |
DescriptionGenerator.java | 39 import org.w3c.dom.NodeList; 352 NodeList nodelist = node.getChildNodes(); local 354 for (int i = 0; i < nodelist.getLength(); i++) { 355 nodes.add(nodelist.item(i)); 405 NodeList children = elem.getChildNodes();
|
/external/chromium_org/ppapi/generators/ |
idl_c_header.py | 44 nodelist = self.struct_map.get(typeref.GetName(), []) 45 nodelist.append(node) 46 self.struct_map[typeref.GetName()] = nodelist 51 nodelist = self.struct_map.get(typeref.GetName(), []) 52 nodelist.append(node) 53 self.interface_map[typeref.GetName()] = nodelist
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
V8TestSpecialOperations.cpp | 19 #include "core/dom/NodeList.h" 52 RefPtrWillBeRawPtr<NodeList> result1 = nullptr; 77 RefPtrWillBeRawPtr<NodeList> result1 = nullptr;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
NodeListsNodeData.h | 213 // Holding the raw StringImpl is safe because |name| is retained by the NodeList and the NodeList 223 RawPtrWillBeWeakMember<NodeList> m_childNodeList;
|