HomeSort by relevance Sort by last modified time
    Searched full:dumpnode (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/curl/docs/examples/
htmltidy.c 45 void dumpNode(TidyDoc doc, TidyNode tnod, int indent)
70 dumpNode(doc, child, indent + 4); /* recursive */
106 dumpNode(tdoc, tidyGetRoot(tdoc), 0); /* walk the tree */
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 85 static void dumpNode( yaml::Node *n
106 dumpNode(i, Indent);
117 dumpNode(i->getKey(), Indent, true);
120 dumpNode(i->getValue(), Indent, true);
139 dumpNode(n);
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CommonUtil.java 102 dumpNode(" ", node.getRootViewNode());
106 private static void dumpNode(String prefix, ViewNode node) {
151 dumpNode(prefix2, node.getChildAt(i));
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
CommonUtil.java 102 dumpNode(" ", node.getRootViewNode());
106 private static void dumpNode(String prefix, ViewNode node) {
151 dumpNode(prefix2, node.getChildAt(i));
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
Util.java 102 dumpNode(" ", node.getRootViewNode());
106 private static void dumpNode(String prefix, ViewNode node) {
151 dumpNode(prefix2, node.getChildAt(i));
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 909 VOID (*DumpNode)(POOL_PRINT *, VOID *);
932 DumpNode = NULL;
937 DumpNode = DevPathTable[Index].Function;
946 if (!DumpNode) {
947 DumpNode = _DevPathNodeUnknown;
954 if (Str.len && DumpNode != _DevPathEndInstance) {
962 DumpNode (&Str, DevPathNode);
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
Util.java 112 dumpNode(new StringBuilder(), " ", node.getRootViewNode(), 0);
117 private static void dumpNode(StringBuilder builder, String prefix, ViewNode node, int childNumber) {
162 dumpNode(builder, prefix2, node.getChildAt(i), i);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
visitor.py 109 def dumpNode(node):
  /external/python/cpython2/Lib/compiler/
visitor.py 109 def dumpNode(node):
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
visitor.py 109 def dumpNode(node):
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
visitor.py 109 def dumpNode(node):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
visitor.py 109 def dumpNode(node):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
visitor.py 109 def dumpNode(node):
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
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);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 115 void dumpNode(const SUnit *SU) const override;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 113 virtual void dumpNode(const SUnit *SU) const;
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 158 DEBUG(DAG->dumpNode(SU));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.h 206 virtual void dumpNode(const SUnit *SU) const;
ScoreboardHazardRecognizer.cpp 158 DEBUG(DAG->dumpNode(SU));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpnode.c 169 fprintf(stderr,"dumpNode: Node is NULL");
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 307 void dumpNode(const SUnit *SU) const override;
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 185 DEBUG(DAG->dumpNode(SU));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 305 void dumpNode(const SUnit *SU) const override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAGInstrs.h 325 void dumpNode(const SUnit *SU) const override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAGInstrs.h 325 void dumpNode(const SUnit *SU) const override;

Completed in 3268 milliseconds

1 2 3 4