/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 23 printImpl(OS, indent); in print() 25 return Next->print(OS, indent); in print() 97 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 98 OS.indent(indent) << "Scope\n"; in printImpl() 101 OS.indent(indent+1) << "NULL POINTER\n"; in printImpl() 103 getChild(i)->print(OS, indent+2); in printImpl() 107 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 108 OS.indent(indent) << "Record\n"; in printImpl() 111 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() [all …]
|
D | X86DisassemblerTables.cpp | 172 o.indent(i * 2) << format("0x%hx", id); in emitOneID() 174 o.indent(i * 2) << 0; in emitOneID() 196 o.indent(i * 2) << "static const InstrUID modRMEmptyTable[1] = { 0 };\n"; in emitEmptyTable() 299 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; in emitModRMDecision() 302 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision() 303 o2.indent(i2) << "modRMEmptyTable"; in emitModRMDecision() 306 o2.indent(i2) << "}"; in emitModRMDecision() 310 o1.indent(i1) << "static const InstrUID modRMTable" << thisTableNumber; in emitModRMDecision() 346 o1.indent(i1) << "};" << "\n"; in emitModRMDecision() 349 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; in emitModRMDecision() [all …]
|
D | LLVMCConfigurationEmitter.cpp | 1456 O.indent(IndentLevel + Indent1) in EmitCaseTest2Args() 1483 O.indent(IndentLevel + Indent1) << ' ' << LogicOp << " ("; in EmitLogicalOperationTest() 1539 O_.indent(IndentLevel) << "else {\n"; in operator ()() 1542 O_.indent(IndentLevel) in operator ()() 1578 O_.indent(IndentLevel) << "}\n"; in operator ()() 1799 O.indent(IndentLevel) << "cmd = "; in EmitCmdLineVecFill() 1816 O.indent(IndentLevel); in EmitCmdLineVecFill() 1838 O.indent(IndentLevel) in EmitForEachListElementCycleHeader() 1841 O.indent(IndentLevel) in EmitForEachListElementCycleHeader() 1843 O.indent(IndentLevel1) << "unsigned pos = " << D.GenVariableName() in EmitForEachListElementCycleHeader() [all …]
|
D | ARMDecoderEmitter.cpp | 659 o.indent(Indentation) << "// Check Inst{"; in emit() 666 o.indent(Indentation) << "switch (fieldFromInstruction(insn, " in emit() 681 o.indent(Indentation) << "default:\n"; in emit() 682 o.indent(Indentation) << " break; // fallthrough\n"; in emit() 688 o.indent(Indentation) << "}\n"; in emit() 691 o.indent(Indentation) << "case " << filterIterator->first << ":\n"; in emit() 704 o.indent(Indentation) << "break;\n"; in emit() 712 o.indent(Indentation) << "}\n"; in emit() 743 o.indent(2) << in emitTopHook() 762 o.indent(Indentation) << "typedef uint8_t field_t;\n"; in emitTop() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 132 static llvm::raw_ostream& Indent(llvm::raw_ostream& o, const unsigned indent) { in Indent() argument 133 for (unsigned i = 0; i < indent; ++i) o << ' '; in Indent() 140 unsigned indent, bool extend = false) { in EmitLocation() argument 148 Indent(o, indent) << "<dict>\n"; in EmitLocation() 149 Indent(o, indent) << " <key>line</key><integer>" in EmitLocation() 151 Indent(o, indent) << " <key>col</key><integer>" in EmitLocation() 153 Indent(o, indent) << " <key>file</key><integer>" in EmitLocation() 155 Indent(o, indent) << "</dict>\n"; in EmitLocation() 161 unsigned indent, bool extend = false) { in EmitLocation() argument 162 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend); in EmitLocation() [all …]
|
/external/openssl/crypto/x509v3/ |
D | v3_prn.c | 67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int sup… 71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) in X509V3_EXT_val_prn() argument 77 BIO_printf(out, "%*s", indent, ""); in X509V3_EXT_val_prn() 81 if(ml) BIO_printf(out, "%*s", indent, ""); in X509V3_EXT_val_prn() 108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) in X509V3_EXT_print() argument 118 return unknown_ext_print(out, ext, flag, indent, 0); in X509V3_EXT_print() 123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1); in X509V3_EXT_print() 131 BIO_printf(out, "%*s%s", indent, "", value); in X509V3_EXT_print() 141 BIO_printf(out, "%*s%s", indent, "", tmp); in X509V3_EXT_print() 151 X509V3_EXT_val_prn(out, nval, indent, in X509V3_EXT_print() [all …]
|
D | v3_crld.c | 69 int indent); 247 ASN1_BIT_STRING *rflags, int indent) in print_reasons() argument 251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, ""); in print_reasons() 430 int indent); 507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens() argument 512 BIO_printf(out, "%*s", indent + 2, ""); in print_gens() 519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() argument 523 BIO_printf(out, "%*sFull Name:\n", indent, ""); in print_distpoint() 524 print_gens(out, dpn->name.fullname, indent); in print_distpoint() 531 indent, "", indent + 2, ""); in print_distpoint() [all …]
|
/external/openssl/crypto/asn1/ |
D | tasn_prn.c | 159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, 164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, 168 const ASN1_ITEM *it, int indent, 172 static int asn1_print_fsname(BIO *out, int indent, 176 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, in ASN1_item_print() argument 186 return asn1_item_print_ctx(out, &ifld, indent, it, in ASN1_item_print() 190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() argument 205 parg.indent = indent; in asn1_item_print_ctx() 215 if (!nohdr && !asn1_print_fsname(out, indent, in asn1_item_print_ctx() 229 if (!asn1_template_print_ctx(out, fld, indent, in asn1_item_print_ctx() [all …]
|
D | t_x509a.c | 68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) in X509_CERT_AUX_print() argument 76 indent, "", indent + 2, ""); in X509_CERT_AUX_print() 85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, ""); in X509_CERT_AUX_print() 89 indent, "", indent + 2, ""); in X509_CERT_AUX_print() 98 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, ""); in X509_CERT_AUX_print() 99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "", in X509_CERT_AUX_print() 102 BIO_printf(out, "%*sKey Id: ", indent, ""); in X509_CERT_AUX_print()
|
/external/llvm/lib/CodeGen/ |
D | RenderMachineFunction.cpp | 628 void RenderMachineFunction::renderVertical(const Spacer &indent, in renderVertical() argument 632 os << indent << "<object\n" in renderVertical() 633 << indent + s(2) << "class=\"obj\"\n" in renderVertical() 634 << indent + s(2) << "type=\"image/svg+xml\"\n" in renderVertical() 635 << indent + s(2) << "width=\"14px\"\n" in renderVertical() 636 << indent + s(2) << "height=\"55px\"\n" in renderVertical() 637 << indent + s(2) << "data=\"data:image/svg+xml,\n" in renderVertical() 638 << indent + s(4) << "<svg xmlns='http://www.w3.org/2000/svg'>\n" in renderVertical() 639 << indent + s(6) << "<text x='-55' y='10' " in renderVertical() 644 << indent + s(4) << "</svg>\">\n" in renderVertical() [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/ |
D | ASN1Dump.java | 51 String indent, in _dumpAsString() argument 60 String tab = indent + TAB; in _dumpAsString() 62 buf.append(indent); in _dumpAsString() 102 String tab = indent + TAB; in _dumpAsString() 104 buf.append(indent); in _dumpAsString() 140 String tab = indent + TAB; in _dumpAsString() 142 buf.append(indent); in _dumpAsString() 169 String tab = indent + TAB; in _dumpAsString() 171 buf.append(indent); in _dumpAsString() 197 … buf.append(indent + "ObjectIdentifier(" + ((DERObjectIdentifier)obj).getId() + ")" + nl); in _dumpAsString() [all …]
|
/external/mksh/src/ |
D | tree.c | 42 ptree(struct op *t, int indent, struct shf *shf) in ptree() argument 55 fptreef(shf, indent, "%S ", *w++); in ptree() 60 fptreef(shf, indent, "%S ", *w++); in ptree() 68 fptreef(shf, indent + 2, "( %T) ", t->left); in ptree() 71 fptreef(shf, indent, "%T| ", t->left); in ptree() 75 fptreef(shf, indent, "%T%;", t->left); in ptree() 80 fptreef(shf, indent, "%T%s %T", in ptree() 92 fptreef(shf, indent, " %S", t->args[i]); in ptree() 97 fptreef(shf, indent, "select %s ", t->str); in ptree() 101 fptreef(shf, indent, "for %s ", t->str); in ptree() [all …]
|
/external/icu4c/common/ |
D | utrace.c | 88 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputChar() argument 104 for(i=0; i<indent; i++) { in outputChar() 153 … void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputString() argument 161 outputChar(c, outBuf, outIx, capacity, indent); in outputString() 168 char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputUString() argument 172 outputString(NULL, outBuf, outIx, capacity, indent); in outputUString() 179 outputChar(' ', outBuf, outIx, capacity, indent); in outputUString() 187 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat() argument 202 outputChar(fmtC, outBuf, &outIx, capacity, indent); in utrace_vformat() 220 outputChar(c, outBuf, &outIx, capacity, indent); in utrace_vformat() [all …]
|
/external/jdiff/src/jdiff/ |
D | API.java | 73 int indent = 0; in dump() local 76 dumpPackage((PackageAPI)(iter.next()), indent); in dump() local 86 public void dumpPackage(PackageAPI pkg, int indent) { in dumpPackage() argument 87 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpPackage() 91 dumpClass((ClassAPI)(iter.next()), indent + indentInc); in dumpPackage() 106 public static void dumpClass(ClassAPI c, int indent) { in dumpClass() argument 107 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpClass() 113 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpClass() 117 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpClass() 122 for (int i = 0; i < indent + 2; i++) System.out.print(" "); in dumpClass() [all …]
|
/external/harfbuzz/src/ |
D | harfbuzz-dump.c | 35 #define DUMP(format) dump (stream, indent, format) 36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1) 37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2) 38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3) 40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld) 41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld) 42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld) 43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld) 44 #define DUMP_USHORT_ARRAY(strct,fld,cnt) Dump_UShort_Array ((strct)->fld, cnt, #fld, stream, indent… 46 #define DEF_DUMP(type) static void Dump_ ## type (HB_ ## type *type, FILE *stream, int indent, HB_T… [all …]
|
/external/libvpx/build/make/ |
D | gen_msvs_sln.sh | 48 indent="" 50 indent="${indent}${indent1}" 53 indent="${indent%${indent1}}" 94 echo "${indent}ProjectSection(ProjectDependencies) = postProject" 100 echo "${indent}$dep_guid = $dep_guid" 104 echo "${indent}EndProjectSection" 119 echo "${indent}GlobalSection(SolutionConfigurationPlatforms) = preSolution" 124 echo "${indent}$config = $config" 128 echo "${indent}EndGlobalSection" 133 echo "${indent}GlobalSection(ProjectConfigurationPlatforms) = postSolution" [all …]
|
/external/openssl/crypto/bio/ |
D | b_dump.c | 78 void *u, const char *s, int len, int indent) in BIO_dump_indent_cb() argument 93 if (indent < 0) in BIO_dump_indent_cb() 94 indent = 0; in BIO_dump_indent_cb() 95 if (indent) in BIO_dump_indent_cb() 97 if (indent > 128) indent=128; in BIO_dump_indent_cb() 98 memset(str,' ',indent); in BIO_dump_indent_cb() 100 str[indent]='\0'; in BIO_dump_indent_cb() 102 dump_width=DUMP_WIDTH_LESS_INDENT(indent); in BIO_dump_indent_cb() 169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) in BIO_dump_indent_fp() argument 171 return BIO_dump_indent_cb(write_fp, fp, s, len, indent); in BIO_dump_indent_fp() [all …]
|
/external/libvpx/examples/ |
D | gen_example_code.sh | 30 indent=${line%%${block_name}} 31 indent=${#indent} 32 [ $indent -eq 1 ] && indent=0 52 (( rem = 78 - indent )) 54 \**) printf "%${indent}s * %s\n" "" "$t_line" ;; 57 printf "%${indent}s%-${rem}s//\n" "" "$t_line" 59 printf "%${indent}s%s\n" "" "$t_line"
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGRenderTreeAsText.h | 51 void write(TextStream&, const RenderSVGPath&, int indent); 52 void write(TextStream&, const RenderSVGRoot&, int indent); 53 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent); 54 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent); 55 void writeSVGContainer(TextStream&, const RenderObject&, int indent); 56 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent); 57 void writeSVGInlineText(TextStream&, const RenderText&, int indent); 58 void writeSVGText(TextStream&, const RenderBlock&, int indent); 59 void writeResources(TextStream&, const RenderObject&, int indent);
|
D | SVGRenderTreeAsText.cpp | 450 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent) in writeSVGInlineTextBox() argument 465 writeIndent(ts, indent + 1); in writeSVGInlineTextBox() 507 static inline void writeSVGInlineTextBoxes(TextStream& ts, const RenderText& text, int indent) in writeSVGInlineTextBoxes() argument 513 writeSVGInlineTextBox(ts, static_cast<SVGInlineTextBox*>(box), indent); in writeSVGInlineTextBoxes() 517 static void writeStandardPrefix(TextStream& ts, const RenderObject& object, int indent) in writeStandardPrefix() argument 519 writeIndent(ts, indent); in writeStandardPrefix() 526 static void writeChildren(TextStream& ts, const RenderObject& object, int indent) in writeChildren() argument 529 write(ts, *child, indent + 1); in writeChildren() 548 void writeSVGResourceContainer(TextStream& ts, const RenderObject& object, int indent) in writeSVGResourceContainer() argument 550 writeStandardPrefix(ts, object, indent); in writeSVGResourceContainer() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 397 static void writeIndent(TextStream& ts, int indent) in writeIndent() argument 399 for (int i = 0; i != indent; ++i) in writeIndent() 403 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const in dumpLayer() argument 405 writeIndent(ts, indent); in dumpLayer() 414 dumpProperties(ts, indent, behavior); in dumpLayer() 415 writeIndent(ts, indent); in dumpLayer() 419 void GraphicsLayer::dumpProperties(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) co… in dumpProperties() argument 422 writeIndent(ts, indent + 1); in dumpProperties() 427 writeIndent(ts, indent + 1); in dumpProperties() 432 writeIndent(ts, indent + 1); in dumpProperties() [all …]
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 94 indent(); in visitProgramClass() 112 indent(); in visitProgramClass() 118 indent(); in visitProgramClass() 124 indent(); in visitProgramClass() 130 indent(); in visitProgramClass() 136 indent(); in visitProgramClass() 148 indent(); in visitLibraryClass() 276 indent(); in visitProgramField() 295 indent(); in visitProgramMethod() 325 indent(); in visitLibraryField() [all …]
|
/external/qemu/ |
D | qjson.c | 75 int indent; member 81 static void to_json(const QObject *obj, QString *str, int pretty, int indent); 94 for (j = 0 ; j < s->indent ; j++) in to_json_dict_iter() 99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent); in to_json_dict_iter() 103 to_json(obj, s->str, s->pretty, s->indent); in to_json_dict_iter() 117 for (j = 0 ; j < s->indent ; j++) in to_json_list_iter() 121 to_json(obj, s->str, s->pretty, s->indent); in to_json_list_iter() 125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) in to_json() argument 210 s.indent = indent + 1; in to_json() 217 for (j = 0 ; j < indent ; j++) in to_json() [all …]
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | __init__.py | 103 indent=None, 109 allow_nan=True, cls=None, indent=None, separators=None, argument 151 cls is None and indent is None and separators is None and 158 check_circular=check_circular, allow_nan=allow_nan, indent=indent, 167 allow_nan=True, cls=None, indent=None, separators=None, argument 207 cls is None and indent is None and separators is None and 214 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
|
/external/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 42 static llvm::raw_ostream& Indent(llvm::raw_ostream& o, const unsigned indent) { in Indent() argument 43 for (unsigned i = 0; i < indent; ++i) o << ' '; in Indent() 50 unsigned indent, bool extend = false) { in EmitLocation() argument 58 Indent(o, indent) << "<dict>\n"; in EmitLocation() 59 Indent(o, indent) << " <key>line</key><integer>" in EmitLocation() 61 Indent(o, indent) << " <key>col</key><integer>" in EmitLocation() 63 Indent(o, indent) << " <key>file</key><integer>" in EmitLocation() 65 Indent(o, indent) << "</dict>\n"; in EmitLocation() 71 unsigned indent) { in EmitRange() argument 72 Indent(o, indent) << "<array>\n"; in EmitRange() [all …]
|