/external/webkit/Source/JavaScriptCore/API/tests/ |
D | NodeList.c | 34 NodeList* nodeList = (NodeList*)malloc(sizeof(NodeList)); in NodeList_new() local 40 extern unsigned NodeList_length(NodeList* nodeList) in NodeList_length() 53 extern Node* NodeList_item(NodeList* nodeList, unsigned index) in NodeList_item() 70 extern void NodeList_ref(NodeList* nodeList) in NodeList_ref() 75 extern void NodeList_deref(NodeList* nodeList) in NodeList_deref()
|
D | JSNodeList.c | 38 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_item() local 58 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_length() local 70 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_getProperty() local 87 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_initialize() local 95 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_finalize() local 120 JSObjectRef JSNodeList_new(JSContextRef context, NodeList* nodeList) in JSNodeList_new()
|
/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/webkit/LayoutTests/fast/dom/NodeList/script-tests/ |
D | nodelist-item-call-as-function.js | 3 var nodeList = document.getElementsByTagName('div'); variable
|
/external/webkit/Source/WebCore/wml/ |
D | WMLCardElement.cpp | 253 RefPtr<NodeList> nodeList = document->getElementsByTagName("card"); in insertedIntoDocument() local 285 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card"); in findNamedCardInDocument() local 310 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card"); in determineActiveCard() local
|
D | WMLPElement.cpp | 93 RefPtr<NodeList> nodeList = document()->getElementsByTagName("p"); in insertedIntoDocument() local
|
D | WMLTemplateElement.cpp | 81 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card"); in registerTemplatesInDocument() local
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSetForDOM.java | 61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) in XNodeSetForDOM()
|
/external/webkit/Source/WebCore/loader/archive/cf/ |
D | LegacyWebArchive.cpp | 425 Vector<Node*> nodeList; in create() local 475 Vector<Node*> nodeList; in create() local 567 Vector<Node*> nodeList; in createFromSelection() local
|
/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/webkit/Source/WebCore/html/ |
D | MediaDocument.cpp | 141 …RefPtr<NodeList> nodeList = node->getElementsByTagNameNS(videoTag.namespaceURI(), videoTag.localNa… in descendentVideoElement() 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/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/apache-xml/src/main/java/org/apache/xpath/ |
D | NodeSetDTM.java | 160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) in NodeSetDTM()
|
/external/libxslt/libxslt/ |
D | xsltInternals.h | 1694 xmlNodeSetPtr nodeList; /* the current node list */ member
|