Searched defs:dumpNode (Results 1 - 5 of 5) sorted by relevance
/external/curl/docs/examples/ |
H A D | htmltidy.c | 46 void dumpNode(TidyDoc doc, TidyNode tnod, int indent ) function 73 dumpNode( doc, child, indent + 4 ); /* recursive */ 109 dumpNode( tdoc, tidyGetRoot(tdoc), 0 ); /* walk the tree */
|
/external/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 85 static void dumpNode( yaml::Node *n function 106 dumpNode(i, Indent); 117 dumpNode(i->getKey(), Indent, true); 120 dumpNode(i->getValue(), Indent, true); 139 dumpNode(n);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | XMPNode.java | 478 public String dumpNode(boolean recursive) method in class:XMPNode 481 this.dumpNode(result, recursive, 0, 0); 702 private void dumpNode(StringBuffer result, boolean recursive, int indent, int index) method in class:XMPNode 778 qualifier.dumpNode(result, recursive, indent + 2, i + 1); 794 child.dumpNode(result, recursive, indent + 1, i + 1);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMDefaultBase.java | 790 public String dumpNode(int nodeHandle) method in class:DTMDefaultBase
|
/external/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 1346 void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { function in class:ScheduleDAGInstrs
|
Completed in 208 milliseconds