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

1 2 3 4 5 6 7 8 910

  /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...]
  /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...]
  /libcore/luni/src/main/java/java/util/logging/
XMLFormatter.java 38 private static final String indent = " "; field in class:XMLFormatter
65 sb.append(indent).append(("<date>")).append(date).append(("</date>"))
67 sb.append(indent).append(("<millis>")).append(time).append(
69 sb.append(indent).append(("<sequence>")).append(r.getSequenceNumber())
72 sb.append(indent).append(("<logger>")).append(r.getLoggerName())
75 sb.append(indent).append(("<level>")).append(r.getLevel().getName())
78 sb.append(indent).append(("<class>"))
83 sb.append(indent).append(("<method>")).append(
87 sb.append(indent).append(("<thread>")).append(r.getThreadID()).append(
93 sb.append(indent).append(("<param>")).append(element).append
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
plugin.h 34 extern void print_plugins_versions (FILE *file, const char *indent);
35 extern void print_plugins_help (FILE *file, const char *indent);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
plugin.h 34 extern void print_plugins_versions (FILE *file, const char *indent);
35 extern void print_plugins_help (FILE *file, const char *indent);
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 32 protected static String indent = " "; field in class:JniCodeEmitter
166 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),");
167 out.print(iii + indent + "getOffset(" + argName + ")");
169 out.print(iii + indent + argName);
174 out.println(iii + indent + argName + ".remaining()");
201 out.println(iii + indent + "_exception = 1;");
203 out.println(iii + indent +
212 out.println(iii + indent + "goto exit;");
357 out.println(iii + indent + "_exception = 1;");
367 out.println(iii + indent
    [all...]
  /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...]
v3_pku.c 65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
87 BIO_printf(out, "%*s", indent, "");
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...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
output_unknown.properties 30 indent=no
44 {http\u003a//xml.apache.org/xalan}indent-amount=0
output_html.properties 27 indent=yes
40 {http\u003a//xml.apache.org/xalan}indent-amount=0
output_xml.properties 29 indent=no
43 {http\u003a//xml.apache.org/xalan}indent-amount=0
  /external/webkit/WebCore/rendering/
SVGRenderTreeAsText.h 51 void write(TextStream&, const RenderPath&, int indent);
52 void write(TextStream&, const RenderSVGRoot&, int indent);
53 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
54 void writeSVGImage(TextStream&, const RenderImage&, int indent);
55 void writeSVGInlineText(TextStream&, const RenderText&, int indent);
56 void writeSVGText(TextStream&, const RenderBlock&, int indent);
RenderTreeAsText.h 46 void write(TextStream&, const RenderObject&, int indent = 0);
  /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/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/webkit/WebCore/rendering/style/
StyleInheritedData.cpp 31 : indent(RenderStyle::initialTextIndent())
49 , indent(o.indent)
75 indent == o.indent &&
  /external/chromium/third_party/icu/source/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...]
  /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...]
  /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/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/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 54 String indent,
63 String tab = indent + TAB;
65 buf.append(indent);
113 String tab = indent + TAB;
115 buf.append(indent);
151 String tab = indent + TAB;
153 buf.append(indent);
180 String tab = indent + TAB;
182 buf.append(indent);
209 String tab = indent + TAB
    [all...]
  /external/jdiff/src/jdiff/
API.java 73 int indent = 0; local
76 dumpPackage((PackageAPI)(iter.next()), indent);
84 * @param indent The number of spaces to indent the output.
86 public void dumpPackage(PackageAPI pkg, int indent) {
87 for (int i = 0; i < indent; i++) System.out.print(" ");
91 dumpClass((ClassAPI)(iter.next()), indent + indentInc);
104 * @param indent The number of spaces to indent the output.
106 public static void dumpClass(ClassAPI c, int indent) {
    [all...]

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 910