Searched refs:dumpNode (Results 1 – 13 of 13) sorted by relevance
/external/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 85 static void dumpNode( yaml::Node *n in dumpNode() function 106 dumpNode(i, Indent); in dumpNode() 117 dumpNode(i->getKey(), Indent, true); in dumpNode() 120 dumpNode(i->getValue(), Indent, true); in dumpNode() 139 dumpNode(n); in dumpStream()
|
/external/curl/docs/examples/ |
D | htmltidy.c | 46 void dumpNode(TidyDoc doc, TidyNode tnod, int indent ) in dumpNode() function 73 dumpNode( doc, child, indent + 4 ); /* recursive */ in dumpNode() 109 dumpNode( tdoc, tidyGetRoot(tdoc), 0 ); /* walk the tree */ in main()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNode.java | 478 public String dumpNode(boolean recursive) 481 this.dumpNode(result, recursive, 0, 0); 702 private void dumpNode(StringBuffer result, boolean recursive, int indent, int index) 778 qualifier.dumpNode(result, recursive, indent + 2, i + 1); 794 child.dumpNode(result, recursive, indent + 1, i + 1);
|
D | XMPMetaImpl.java | 1248 return getRoot().dumpNode(true);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 115 void dumpNode(const SUnit *SU) const override;
|
D | ScheduleDAGSDNodes.cpp | 652 void ScheduleDAGSDNodes::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGSDNodes
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 239 void dumpNode(const SUnit *SU) const override;
|
D | ScheduleDAG.h | 595 virtual void dumpNode(const SUnit *SU) const = 0;
|
/external/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 167 DEBUG(DAG->dumpNode(SU)); in getHazardType()
|
D | ScheduleDAG.cpp | 318 G->dumpNode(this); in dump()
|
D | ScheduleDAGInstrs.cpp | 1346 void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGInstrs
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 184 DEBUG(DAG->dumpNode(SU)); in EmitInstruction()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBase.java | 790 public String dumpNode(int nodeHandle) in dumpNode() method in DTMDefaultBase
|