/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
IndentingWriter.java | 44 /** > 0; the maximum indent */ 50 /** whether indent spaces are currently being collected */ 53 /** >= 0; current indent amount */ 54 private int indent; field in class:IndentingWriter 103 indent++; 104 if (indent >= maxIndent) { 105 indent = maxIndent; 128 for (int i = 0; i < indent; i++) { 131 column = indent; 175 indent = 0 [all...] |
/frameworks/av/media/libstagefright/foundation/ |
hexdump.cpp | 32 static void appendIndent(AString *s, int32_t indent) { 37 CHECK_LT((size_t)indent, sizeof(kWhitespace)); 39 s->append(kWhitespace, indent); 42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { 49 appendIndent(&line, indent);
|
/external/openssl/crypto/asn1/ |
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, 186 return asn1_item_print_ctx(out, &ifld, indent, it, 190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, 205 parg.indent = indent; 215 if (!nohdr && !asn1_print_fsname(out, indent, [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
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);
|
SVGRenderTreeAsText.cpp | 450 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent) 465 writeIndent(ts, indent + 1); 507 static inline void writeSVGInlineTextBoxes(TextStream& ts, const RenderText& text, int indent) 513 writeSVGInlineTextBox(ts, static_cast<SVGInlineTextBox*>(box), indent); 517 static void writeStandardPrefix(TextStream& ts, const RenderObject& object, int indent) 519 writeIndent(ts, indent); 526 static void writeChildren(TextStream& ts, const RenderObject& object, int indent) 529 write(ts, *child, indent + 1); 548 void writeSVGResourceContainer(TextStream& ts, const RenderObject& object, int indent) 550 writeStandardPrefix(ts, object, indent); [all...] |
/external/qemu/ |
qjson.c | 75 int indent; member in struct:ToJsonIterState 81 static void to_json(const QObject *obj, QString *str, int pretty, int indent); 94 for (j = 0 ; j < s->indent ; j++) 99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent); 103 to_json(obj, s->str, s->pretty, s->indent); 117 for (j = 0 ; j < s->indent ; j++) 121 to_json(obj, s->str, s->pretty, s->indent); 125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) 210 s.indent = indent + 1 [all...] |
/external/libvpx/libvpx/build/make/ |
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 [all...] |
/external/harfbuzz/src/ |
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_Type hb_type 746 int indent = 1; local 759 int indent = 1; local [all...] |
/external/chromium/net/third_party/gssapi/ |
gssapi.gyp | 19 # indent-tabs-mode:nil
|
/external/skia/gyp/ |
experimental.gyp | 26 # indent-tabs-mode:nil
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPSerializerRDF.java | 409 * @param indent the current indent level 413 private boolean serializeCompactRDFAttrProps(XMPNode parentNode, int indent) throws IOException 424 writeIndent(indent); 442 * field of a struct, or an item of an array. The indent is that for the 484 * @param indent the current indent level 488 private void serializeCompactRDFElementProps(XMPNode parentNode, int indent) 511 writeIndent(indent); 540 serializeCompactRDFGeneralQualifier(indent, node) 844 declareNamespace(field.getName(), null, usedPrefixes, indent); local 857 declareNamespace(qualifier.getName(), null, usedPrefixes, indent); local [all...] |
/system/core/sh/ |
mkinit.sh | 109 indent=6 114 indent=$(($indent + 8)) 121 indent=$(($indent + 1)) 124 [ -z "$line" -o "$line" != "${line###}" ] && indent=0 126 [ $indent -ge 8 ] 129 indent="$(($indent - 8))" 132 [ $indent -gt 0 [all...] |
/external/icu4c/samples/uresb/ |
uresb.c | 59 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status); 60 void printIndent(UFILE *out, int32_t indent); 171 void printIndent(UFILE *out, int32_t indent) { 174 for(i = 0; i<indent; i++) { 177 inchar[indent] = '\0'; 221 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) { 235 printIndent(out, indent); 240 printIndent(out, indent); 254 printIndent(out, indent); 270 printIndent(out, indent); [all...] |
/external/mksh/src/ |
tree.c | 28 #define INDENT 8 46 ptree(struct op *t, int indent, struct shf *shf) 73 fptreef(shf, indent, "%S", t->vars[0]); 80 fptreef(shf, indent, "%S ", *w++); 86 fptreef(shf, indent, "%S ", *w++); 94 fptreef(shf, indent + 2, "( %T) ", t->left); 97 fptreef(shf, indent, "%T| ", t->left); 101 fptreef(shf, indent, "%T%;", t->left); 106 fptreef(shf, indent, "%T%s %T", 118 fptreef(shf, indent, " %S", *w++) 463 ptree(va_arg(va, struct op *), indent, shf); local [all...] |
/external/elfutils/tests/ |
addrscopes.c | 61 print_vars (unsigned int indent, Dwarf_Die *die) 70 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", 90 printf ("%*s%s (abstract)\n", indent, "", 100 #define INDENT 4 119 unsigned int indent = 0; local 124 indent += INDENT; 125 printf ("%*s%s (%#x)", indent, "", 143 print_vars (indent + INDENT, die) [all...] |
funcscopes.c | 63 print_vars (unsigned int indent, Dwarf_Die *die) 72 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", 92 printf ("%*s%s (abstract)\n", indent, "", 102 #define INDENT 4 147 unsigned int indent = 0; local 152 indent += INDENT; 153 printf ("%*s%s (%#x)", indent, "", 171 print_vars (indent + INDENT, die) [all...] |
/external/openssl/crypto/bio/ |
b_dump.c | 78 void *u, const char *s, int len, int indent) 93 if (indent < 0) 94 indent = 0; 95 if (indent) 97 if (indent > 128) indent=128; 98 memset(str,' ',indent); 100 str[indent]='\0'; 102 dump_width=DUMP_WIDTH_LESS_INDENT(indent); 169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) [all...] |
/external/openssl/crypto/x509v3/ |
v3_crld.c | 69 int indent); 247 ASN1_BIT_STRING *rflags, int indent) 251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, ""); 430 int indent); 507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) 512 BIO_printf(out, "%*s", indent + 2, ""); 519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) 523 BIO_printf(out, "%*sFull Name:\n", indent, ""); 524 print_gens(out, dpn->name.fullname, indent); [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsLayer.cpp | 397 static void writeIndent(TextStream& ts, int indent) 399 for (int i = 0; i != indent; ++i) 403 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const 405 writeIndent(ts, indent); 414 dumpProperties(ts, indent, behavior); 415 writeIndent(ts, indent); 419 void GraphicsLayer::dumpProperties(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const 422 writeIndent(ts, indent + 1); 427 writeIndent(ts, indent + 1); 432 writeIndent(ts, indent + 1) [all...] |
/external/dropbear/libtommath/ |
dep.pl | 94 $indent = 0; 110 if ($indent == 0) { } 111 elsif ($indent >= 1) { print OUT "| " x ($indent - 1) . "+--->"; } 116 ++$indent; 118 --$indent;
|
/external/proguard/src/proguard/classfile/visitor/ |
ClassPrinter.java | 94 indent(); method 112 indent(); method 118 indent(); method 124 indent(); method 130 indent(); method 136 indent(); method 148 indent(); method 276 indent(); method 295 indent(); method 325 indent(); method 342 indent(); method 369 indent(); method 380 indent(); method 391 indent(); method 402 indent(); method 432 indent(); method 452 indent(); method 465 indent(); method 489 indent(); method 501 indent(); method 513 indent(); method 525 indent(); method 537 indent(); method 548 indent(); method 559 indent(); method 570 indent(); method 581 indent(); method 592 indent(); method 605 indent(); method 625 indent(); method 635 indent(); method 656 indent(); method 846 indent(); method 862 indent(); method 896 indent(); method 909 indent(); method 917 private void indent() method in class:ClassPrinter [all...] |
/external/chromium/testing/gmock/scripts/generator/ |
README | 21 To change the indentation from the default of 2, set INDENT in 22 the environment. For example to use an indent of 4 spaces: 24 INDENT=4 gmock_gen.py header-file.h ClassName
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
DistributionPoint.java | 147 String indent = " "; local 149 buf.append(indent); 153 buf.append(indent); 154 buf.append(indent);
|
DistributionPointName.java | 127 String indent = " "; local 129 buf.append(indent); 133 buf.append(indent); 134 buf.append(indent);
|
/external/chromium/chrome/browser/sync/tools/ |
sync_tools.gyp | 25 # indent-tabs-mode:nil
|