HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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/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/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/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));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 50 String indent,
59 String tab = indent + TAB;
61 buf.append(indent);
101 String tab = indent + TAB;
103 buf.append(indent);
139 String tab = indent + TAB;
141 buf.append(indent);
168 String tab = indent + TAB;
170 buf.append(indent);
196 buf.append(indent + "ObjectIdentifier(" + ((ASN1ObjectIdentifier)obj).getId() + ")" + nl)
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 310 C.indent() << "private static final String " RS_RESOURCE_NAME " = \""
316 C.indent() << "// Constructor" << std::endl;
325 C.indent() << "this(rs," << std::endl;
326 C.indent() << " rs.getApplicationContext().getResources()," << std::endl;
327 C.indent() << " rs.getApplicationContext().getResources()."
329 C.indent() << " " RS_RESOURCE_NAME ", \"raw\"," << std::endl;
330 C.indent() << " rs.getApplicationContext().getPackageName()));"
344 C.indent() << "super(rs, resources, id);" << std::endl;
357 C.indent() << RS_EXPORT_VAR_PREFIX << EV->getName() << " = new "
399 C.indent() << "private Element " RS_ELEM_PREFIX << *I << ";" << std::endl
    [all...]
  /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 /** &gt; 0; the maximum indent */
50 /** whether indent spaces are currently being collected */
53 /** &gt;= 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/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);

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 91011>>