HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 1 - 25 of 771) 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/libvpx/tools/
vpx-astyle.sh 3 astyle --style=java --indent=spaces=2 --indent-switches\
4 --min-conditional-indent=0 \
7 --indent-preprocessor --convert-tabs --indent-labels \
8 --suffix=none --quiet --max-instatement-indent=80 "$@"
  /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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.h 49 void write(TextStream&, const RenderSVGShape&, int indent);
50 void write(TextStream&, const RenderSVGRoot&, int indent);
51 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent);
52 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent);
53 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
54 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent);
55 void writeSVGInlineText(TextStream&, const RenderSVGInlineText&, int indent);
56 void writeSVGText(TextStream&, const RenderSVGText&, int indent);
57 void writeResources(TextStream&, const RenderObject&, int indent);
  /external/chromium_org/third_party/openssl/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, "");
  /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, "");
  /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/chromium_org/third_party/openssl/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/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...]
  /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/chromium_org/tools/
include_tracer.py 140 def Walk(seen, filename, parent, indent):
161 print ' ' * indent + filename
178 print ' ' * (indent + 2) + "-- not found"
184 seen, line.split('"')[1], resolved_filename, indent + 2)
188 seen, include, resolved_filename, indent + 2)
191 seen, line.split('"')[1], resolved_filename, indent + 2)
  /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));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
45 def check(indent, expected):
46 d1 = self.dumps(h, indent=indent)
50 self.json.dump(h, sio, indent=indent)
53 # indent=0 should emit newlines
55 # indent=None is more compact
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
45 def check(indent, expected):
46 d1 = self.dumps(h, indent=indent)
50 self.json.dump(h, sio, indent=indent)
53 # indent=0 should emit newlines
55 # indent=None is more compact
  /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/chromium_org/ui/views/
debug_utils.cc 16 int indent,
18 int ind = indent;
32 PrintViewHierarchyImp(view->child_at(i), indent + 2, out);
36 int indent,
38 int ind = indent;
51 PrintFocusHierarchyImp(view->child_at(0), indent + 2, out);
55 PrintFocusHierarchyImp(next_focusable, indent, out);
  /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...]

Completed in 4111 milliseconds

1 2 3 4 5 6 7 8 91011>>