HomeSort by relevance Sort by last modified time
    Searched defs:getFirstChild (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 72 const DWARFDebugInfoEntryMinimal *getFirstChild() const {
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_adapters/
default.js 140 exports.getFirstChild = function (node) {
htmlparser2.js 242 exports.getFirstChild = function (node) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 65 public Node getFirstChild() {
158 for (Node node = getFirstChild(); node != null; node = next) {
204 Node child = getFirstChild();
220 Node child = getFirstChild();
NodeImpl.java 90 public Node getFirstChild() {
416 while ((child = getFirstChild()) != null) {
608 for (Node child = node.getFirstChild(); child != null; child = child.getNextSibling()) {
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 240 public Node getFirstChild();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 139 public Node getFirstChild() {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 81 public Node getFirstChild() {return null;}
  /external/skia/src/xml/
SkDOM.cpp 31 if ((node = dom.getFirstChild(node)) != NULL)
82 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const
347 node = dom.getFirstChild(node, NULL);
388 node = this->getFirstChild(node, elem);
508 SkASSERT(dom.getFirstChild(root, "elem1"));
509 SkASSERT(!dom.getFirstChild(root, "subelem1"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 494 xmlNext.getFirstChild());
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 230 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
246 public int getFirstChild(int nodeHandle);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 805 public Node getFirstChild()
    [all...]
ElemTemplateElement.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 379 public final Node getFirstChild()
382 int newnode = dtm.getFirstChild(node);
548 return (DTM.NULL != dtm.getFirstChild(node));
594 for(int kidhandle=dtm.getFirstChild(dochandle);
    [all...]
DTMDefaultBase.java 872 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
969 public int getFirstChild(int nodeHandle)
    [all...]
DTMDocumentImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 159 public Node getFirstChild()
162 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getFirstChild not supported!");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 249 while (documentElement.getFirstChild() != null) {
250 documentElement.removeChild(documentElement.getFirstChild());
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
stringtemplate.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1692 milliseconds

1 2 3 4 5