Searched defs:getFirstChild (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h94 DWARFDebugInfoEntryMinimal *getFirstChild() { function in class:llvm::DWARFDebugInfoEntryMinimal
97 const DWARFDebugInfoEntryMinimal *getFirstChild() const { function in class:llvm::DWARFDebugInfoEntryMinimal
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java81 public Node getFirstChild() {return null;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp30 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 DSkDOM.cpp30 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/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java805 public Node getFirstChild() method in class:ElemLiteralResult.Attribute
H A DElemTemplateElement.java1345 for (walker = walker.getFirstChild(); walker != null;
1414 public Node getFirstChild() method in class:ElemTemplateElement
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java230 * (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/utils/
H A DUnImplNode.java159 public Node getFirstChild() method in class:UnImplNode
162 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getFirstChild not supported!");
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php242 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()) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java872 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
969 public int getFirstChild(int nodeHandle) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java991 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
999 return(getFirstChild(nodeHandle) != NULL);
1010 public int getFirstChild(int nodeHandle) { method in class:DTMDocumentImpl
1065 // do not need to test node type since getFirstChild does that
1067 for (int nextkid = getFirstChild(nodeHandle); nextkid != NULL;
1206 for (int nextkid = getFirstChild(parent); nextkid != nodeHandle;
H A DDTMNodeProxy.java379 public final Node getFirstChild() method in class:DTMNodeProxy
382 int newnode = dtm.getFirstChild(node);
548 return (DTM.NULL != dtm.getFirstChild(node));
594 for(int kidhandle=dtm.getFirstChild(dochandle);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 274 milliseconds