/external/curl/docs/examples/ |
D | htmltidy.c | 45 void dumpNode(TidyDoc doc, TidyNode tnod, int indent) in dumpNode() function 70 dumpNode(doc, child, indent + 4); /* recursive */ in dumpNode() 106 dumpNode(tdoc, tidyGetRoot(tdoc), 0); /* walk the tree */ in main()
|
/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/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 113 virtual void dumpNode(const SUnit *SU) const;
|
D | ScheduleDAGSDNodes.cpp | 605 void ScheduleDAGSDNodes::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGSDNodes
|
/external/python/cpython2/Lib/compiler/ |
D | visitor.py | 109 def dumpNode(node): function
|
/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/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 158 DEBUG(DAG->dumpNode(SU)); in getHazardType()
|
D | ScheduleDAG.cpp | 318 G->dumpNode(this); in dump()
|
D | ScheduleDAGInstrs.cpp | 1371 void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGInstrs
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGInstrs.h | 206 virtual void dumpNode(const SUnit *SU) const;
|
D | ScoreboardHazardRecognizer.cpp | 158 DEBUG(DAG->dumpNode(SU)); in getHazardType()
|
D | ScheduleDAG.cpp | 292 G->dumpNode(this); in dump()
|
D | ScheduleDAGInstrs.cpp | 643 void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGInstrs
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 307 void dumpNode(const SUnit *SU) const override;
|
D | ScheduleDAG.h | 613 virtual void dumpNode(const SUnit *SU) const = 0;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 185 DEBUG(DAG->dumpNode(SU)); in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 529 virtual void dumpNode(const SUnit *SU) const = 0;
|
/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
|