/external/llvm/utils/TableGen/ |
DAGISelMatcher.cpp | 24 void Matcher::print(raw_ostream &OS, unsigned indent) const { 25 printImpl(OS, indent); 27 return Next->print(OS, indent); 99 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { 100 OS.indent(indent) << "Scope\n"; 103 OS.indent(indent+1) << "NULL POINTER\n"; 105 getChild(i)->print(OS, indent+2); 109 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const [all...] |
/external/libvpx/libvpx/examples/ |
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"
|
/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...] |
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 34 protected static String indent = " "; field in class:JniCodeEmitter 178 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),"); 179 out.print(iii + indent + "getOffset(" + argName + ")"); 181 out.print(iii + indent + argName); 186 out.println(iii + indent + argName + ".remaining()"); 212 out.println(iii + indent + "_exception = 1;"); 213 out.println(iii + indent + 215 out.println(iii + indent + 219 out.println(iii + indent + "goto exit;"); 372 out.println(iii + indent + "_exception = 1;") [all...] |
/external/openssl/crypto/asn1/ |
t_x509a.c | 68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) 76 indent, "", indent + 2, ""); 85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, ""); 89 indent, "", indent + 2, ""); 98 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, ""); 99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "", 102 BIO_printf(out, "%*sKey Id: ", indent, "");
|
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);
|
/external/openssl/crypto/x509v3/ |
v3_prn.c | 67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported); 71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) 77 BIO_printf(out, "%*s", indent, ""); 81 if(ml) BIO_printf(out, "%*s", indent, ""); 108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) 118 return unknown_ext_print(out, ext, flag, indent, 0); 123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1); 131 BIO_printf(out, "%*s%s", indent, "", value); 141 BIO_printf(out, "%*s%s", indent, "", tmp); 151 X509V3_EXT_val_prn(out, nval, indent, [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
output_unknown.properties | 30 indent=no 44 {http\u003a//xml.apache.org/xalan}indent-amount=0
|
/external/webkit/Tools/Scripts/ |
make-gypi | 54 def build_file_line(file_name, indent): 55 return indent + "'%s'," % file_name 57 def build_file_list(source_code, indent): 58 return '\n'.join([build_file_line(file_name, indent) for file_name in sorted(source_code)])
|
/frameworks/av/include/media/stagefright/foundation/ |
hexdump.h | 29 size_t indent = 0, AString *appendTo = NULL);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.h | 37 extern void print_plugins_versions (FILE *file, const char *indent); 38 extern void print_plugins_help (FILE *file, const char *indent);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.h | 37 extern void print_plugins_versions (FILE *file, const char *indent); 38 extern void print_plugins_help (FILE *file, const char *indent);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.h | 37 extern void print_plugins_versions (FILE *file, const char *indent); 38 extern void print_plugins_help (FILE *file, const char *indent);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.h | 37 extern void print_plugins_versions (FILE *file, const char *indent); 38 extern void print_plugins_help (FILE *file, const char *indent);
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/blockparser/ |
Statement.java | 36 private String getIndent(int indent){ 37 return " ".substring(0, indent); 40 private String toString(int indent){ 42 sb.append(getIndent(indent)); 47 sb.append(statement.toString(indent+4)); 50 sb.append(getIndent(indent));
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
IndentingWriter.java | 36 /** {@code > 0;} the maximum indent */ 42 /** whether indent spaces are currently being collected */ 45 /** {@code >= 0;} current indent amount */ 46 private int indent; field in class:IndentingWriter 95 indent++; 96 if (indent >= maxIndent) { 97 indent = maxIndent; 120 for (int i = 0; i < indent; i++) { 123 column = indent; 167 indent = 0 [all...] |
/dalvik/dx/src/com/android/dx/util/ |
IndentingWriter.java | 36 /** {@code > 0;} the maximum indent */ 42 /** whether indent spaces are currently being collected */ 45 /** {@code >= 0;} current indent amount */ 46 private int indent; field in class:IndentingWriter 95 indent++; 96 if (indent >= maxIndent) { 97 indent = maxIndent; 120 for (int i = 0; i < indent; i++) { 123 column = indent; 167 indent = 0 [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
IndentingWriter.java | 36 /** {@code > 0;} the maximum indent */ 42 /** whether indent spaces are currently being collected */ 45 /** {@code >= 0;} current indent amount */ 46 private int indent; field in class:IndentingWriter 95 indent++; 96 if (indent >= maxIndent) { 97 indent = maxIndent; 120 for (int i = 0; i < indent; i++) { 123 column = indent; 167 indent = 0 [all...] |
/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...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/ |
ASN1Dump.java | 49 String indent, 58 String tab = indent + TAB; 60 buf.append(indent); 98 String tab = indent + TAB; 100 buf.append(indent); 136 String tab = indent + TAB; 138 buf.append(indent); 177 buf.append(indent + "BER Constructed Octet String" + "[" + oct.getOctets().length + "] "); 181 buf.append(indent + "DER Octet String" + "[" + oct.getOctets().length + "] "); 185 buf.append(dumpBinaryDataAsString(indent, oct.getOctets())) [all...] |
/external/clang/lib/ARCMigrate/ |
PlistReporter.cpp | 40 static raw_ostream& Indent(raw_ostream& o, const unsigned indent) { 41 for (unsigned i = 0; i < indent; ++i) o << ' '; 48 unsigned indent, bool extend = false) { 56 Indent(o, indent) << "<dict>\n"; 57 Indent(o, indent) << " <key>line</key><integer>" 59 Indent(o, indent) << " <key>col</key><integer> [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...] |
/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/icu4c/common/ |
utrace.c | 88 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { 94 * a \n is output. Ideally we wouldn't do the indent until the following char 103 /* At the start of a line. Indent. */ 104 for(i=0; i<indent; i++) { 153 static void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { 161 outputChar(c, outBuf, outIx, capacity, indent); 168 char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { 172 outputString(NULL, outBuf, outIx, capacity, indent); 179 outputChar(' ', outBuf, outIx, capacity, indent); 187 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) [all...] |