/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
D | Parser.java | 19 protected ArrayList nodeList; field in Parser 875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new0() local 892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new1() local 906 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new2() local 941 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new3() local 961 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new4() local 990 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new5() local 1021 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new6() local 1067 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new7() local 1113 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new8() local [all …]
|
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 376 int *nodeList= new int [numVertex]; in RemoveRuleStarts() local 397 int *nodeList= new int [numVertex]; in RemoveRuleEnds() local 418 int *nodeList= new int [numVertex]; in RemoveNulls() local 455 int *nodeList= new int [numVertex]; in RemoveForwardConnections() local 471 int *nodeList, int currNum, int maxNum) in PullUpBegins() 492 int *nodeList, int currNum, int *visitMark, int maxNum) in ProcessBegins() 527 int *nodeList= new int [numVertex]; in RemoveBackwardConnections() local 543 int *nodeList, int currNum, int maxNum) in PullUpEnds() 564 int *nodeList, int currNum, int *visitMark, int maxNum) in ProcessEnds() 763 int *nodeList= new int [numVertex]; in RemoveTagConnections() local [all …]
|
D | sub_phon.cpp | 360 int *nodeList= new int [numVertex]; in MarkNodesByOutputAndClearArcs() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCollection.cpp | 241 template <> inline bool isMatchingElement(const LiveNodeList* nodeList, Element* element) in isMatchingElement() 246 template <> inline bool isMatchingElement(const HTMLTagNodeList* nodeList, Element* element) in isMatchingElement() 251 template <> inline bool isMatchingElement(const ClassNodeList* nodeList, Element* element) in isMatchingElement() 305 inline Element* firstMatchingElement(const NodeListType* nodeList, ContainerNode& root) in firstMatchingElement() 314 inline Element* nextMatchingElement(const NodeListType* nodeList, Element& current, ContainerNode* … in nextMatchingElement() 324 inline Element* traverseMatchingElementsForwardToOffset(const NodeListType* nodeList, unsigned offs… in traverseMatchingElementsForwardToOffset() 528 inline Element* firstMatchingChildElement(const HTMLCollection* nodeList, ContainerNode& root) in firstMatchingChildElement() 536 inline Element* nextMatchingChildElement(const HTMLCollection* nodeList, Element& current, Containe… in nextMatchingChildElement()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | StaticNodeList.h | 45 RefPtr<StaticNodeList> nodeList = adoptRef(new StaticNodeList); in adopt() local
|
D | MutationRecord.cpp | 85 static NodeList* lazilyInitializeEmptyNodeList(RefPtr<NodeList>& nodeList) in lazilyInitializeEmptyNodeList()
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSetForDOM.java | 61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) in XNodeSetForDOM()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventContext.h | 78 void setEventPath(PassRefPtr<NodeList> nodeList) { m_eventPath = nodeList; } in setEventPath()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | TestVersionTracker.java | 239 NodeList nodeList = doc.getElementsByTagName("import"); in getPrerequisitePluginsFromPluginXml() local 304 NodeList nodeList = doc.getElementsByTagName("target"); in setHasPerformanceTarget() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | UnpackUpdateJars.java | 180 NodeList nodeList=aDocument.getElementsByTagName("plugin"); in getUnpackedPluginList() local
|
/external/icu4c/tools/ctestfw/ |
D | ctest.c | 324 const TestNode** nodeList, in iterateTestsWithLevel() 490 const TestNode *nodeList[MAXTESTS]; in showTests() local 503 const TestNode *nodeList[MAXTESTS]; in runTests() local
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
D | ctest.c | 324 const TestNode** nodeList, in iterateTestsWithLevel() 490 const TestNode *nodeList[MAXTESTS]; in showTests() local 503 const TestNode *nodeList[MAXTESTS]; in runTests() local
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 752 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagName() local 800 NodeList nodeList = tempNode.getChildNodes(); in traverseChildren() local 877 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagNameNS() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_graph.cpp | 402 std::list<Node *> nodeList; in findLightestPathWeight() local
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_graph.cpp | 402 std::list<Node *> nodeList; in findLightestPathWeight() local
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | NodeSetDTM.java | 160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) in NodeSetDTM()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMAgent.cpp | 1022 … RefPtr<NodeList> nodeList = document->querySelectorAll(whitespaceTrimmedQuery, exceptionState); in performSearch() local
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | xsltInternals.h | 1694 xmlNodeSetPtr nodeList; /* the current node list */ member
|
/external/libxslt/libxslt/ |
D | xsltInternals.h | 1694 xmlNodeSetPtr nodeList; /* the current node list */ member
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | dojo-1.6.1.js | 9616 …d._filterQueryResult = function(/*NodeList*/ nodeList, /*String*/ filter, /*String|DOMNode?*/ root… argument
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 866 …ory:"help_commands"},showFormsList:{announce:!1,disallowContinuation:!0,nodeList:"formField",msgId… property 867 nodeList:"landmark",disallowContinuation:!0,msgId:"show_landmarks_list",category:"overview"},showLi… property
|
D | chromeVoxChromeBackgroundScript.js | 1026 …ory:"help_commands"},showFormsList:{announce:!1,disallowContinuation:!0,nodeList:"formField",msgId… property 1027 nodeList:"landmark",disallowContinuation:!0,msgId:"show_landmarks_list",category:"overview"},showLi… property
|
D | chromeVoxChromeOptionsScript.js | 64 …ory:"help_commands"},showFormsList:{announce:!1,disallowContinuation:!0,nodeList:"formField",msgId… property 65 nodeList:"landmark",disallowContinuation:!0,msgId:"show_landmarks_list",category:"overview"},showLi… property
|