/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
H A D | ChildIterator.java | 73 return dtm.getFirstChild(current); 92 ? m_cdtm.getFirstChild(m_context)
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMChildIterNodeList.java | 79 m_firstChild=parentDTM.getFirstChild(parentHandle);
|
H A D | DTMTreeWalker.java | 115 int nextNode = m_dtm.getFirstChild(pos); 168 int nextNode = m_dtm.getFirstChild(pos);
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
H A D | FuncDoclocation.java | 58 whereNode = dtm.getFirstChild(whereNode);
|
/external/llvm/lib/DebugInfo/ |
H A D | DWARFDebugInfoEntry.h | 94 DWARFDebugInfoEntryMinimal *getFirstChild() { function in class:llvm::DWARFDebugInfoEntryMinimal 97 const DWARFDebugInfoEntryMinimal *getFirstChild() const { function in class:llvm::DWARFDebugInfoEntryMinimal
|
H A D | DWARFDebugInfoEntry.cpp | 51 const DWARFDebugInfoEntryMinimal *child = getFirstChild(); 296 const DWARFDebugInfoEntryMinimal *child = getFirstChild(); 383 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild();
|
/external/chromium_org/third_party/skia/src/xml/ |
H A D | SkDOM.cpp | 30 if ((node = dom.getFirstChild(node)) != NULL) 81 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const function in class:SkDOM 322 node = dom.getFirstChild(node, NULL); 349 node = this->getFirstChild(node, elem); 450 const Node* child = this->getFirstChild(node); 496 SkASSERT(dom.getFirstChild(root, "elem1")); 497 SkASSERT(!dom.getFirstChild(root, "subelem1"));
|
/external/skia/src/xml/ |
H A D | SkDOM.cpp | 30 if ((node = dom.getFirstChild(node)) != NULL) 81 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const function in class:SkDOM 322 node = dom.getFirstChild(node, NULL); 349 node = this->getFirstChild(node, elem); 450 const Node* child = this->getFirstChild(node); 496 SkASSERT(dom.getFirstChild(root, "elem1")); 497 SkASSERT(!dom.getFirstChild(root, "subelem1"));
|
/external/chromium_org/third_party/skia/src/views/animated/ |
H A D | SkStaticTextView.cpp | 181 if ((node = dom.getFirstChild(node, "paint")) != NULL && 182 (node = dom.getFirstChild(node, "screenplay")) != NULL)
|
/external/skia/src/views/animated/ |
H A D | SkStaticTextView.cpp | 181 if ((node = dom.getFirstChild(node, "paint")) != NULL && 182 (node = dom.getFirstChild(node, "screenplay")) != NULL)
|
/external/chromium_org/third_party/skia/include/xml/ |
H A D | SkDOM.h | 42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
|
/external/skia/include/xml/ |
H A D | SkDOM.h | 42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
|
/external/chromium_org/third_party/skia/src/views/ |
H A D | SkParsePaint.cpp | 16 if ((node = dom.getFirstChild(node, "shader")) == NULL)
|
H A D | SkViewInflate.cpp | 26 const SkDOM::Node* child = dom.getFirstChild(node);
|
H A D | SkWidgets.cpp | 133 if ((node = dom.getFirstChild(node, "event")) != NULL) 490 if ((node = dom.getFirstChild(node, "paint")) != NULL)
|
/external/skia/src/views/ |
H A D | SkParsePaint.cpp | 16 if ((node = dom.getFirstChild(node, "shader")) == NULL)
|
H A D | SkViewInflate.cpp | 26 const SkDOM::Node* child = dom.getFirstChild(node);
|
H A D | SkWidgets.cpp | 133 if ((node = dom.getFirstChild(node, "event")) != NULL) 490 if ((node = dom.getFirstChild(node, "paint")) != NULL)
|
/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
H A D | SerializerUtils.java | 130 for (int n = dtm.getFirstChild(doc);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | ElemCopyOf.java | 167 for (int child = dtm.getFirstChild(pos); child != DTM.NULL;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
H A D | DTM.java | 230 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and 246 public int getFirstChild(int nodeHandle); method in interface:DTM
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | TreeWalker.java | 147 Node nextNode = pos.getFirstChild(); 201 Node nextNode = pos.getFirstChild();
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | TreeWalker.java | 179 Node nextNode = pos.getFirstChild(); 232 Node nextNode = pos.getFirstChild();
|
H A D | DOMHelper.java | 431 Node child = parent.getFirstChild(); 1210 for (Node node = elem.getFirstChild(); null != node; 1319 for (Node child = node.getFirstChild(); null != child;
|
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
H A D | ASCIIMathPHP-2.0.class.php | 242 function getFirstChild() function 397 if ($c_node_0 = $this->getFirstChild()) { 661 if ($node_8 = $node_5->getFirstChild()) { 680 if($tmp_node_first = $tmp_node->getFirstChild()) { 761 if ($tmp_c_node = $tmp_node->getFirstChild()) {
|