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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.h 42 void write(TextStream&, const RenderSVGShape&, int indent);
43 void write(TextStream&, const RenderSVGRoot&, int indent);
44 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent);
45 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent);
46 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
47 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent);
48 void writeSVGInlineText(TextStream&, const RenderSVGInlineText&, int indent);
49 void writeSVGText(TextStream&, const RenderSVGText&, int indent);
50 void writeResources(TextStream&, const RenderObject&, int indent);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
msvs_common.sh 63 indent=""
65 indent="${indent}${indent1}"
68 indent="${indent%${indent1}}"
76 echo "${indent}${opt%%=*}=\"${optval}\""
84 echo "${indent}<${tag}"
87 echo "${indent}>"
89 echo "${indent}<${tag}>"
97 echo "${indent}</${tag}>
    [all...]
  /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);
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
109 OS.indent(indent) << "Scope\n";
112 OS.indent(indent+1) << "NULL POINTER\n";
114 getChild(i)->print(OS, indent+2);
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const
    [all...]
  /external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_prn.c 69 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
73 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
79 BIO_printf(out, "%*s", indent, "");
83 if(ml) BIO_printf(out, "%*s", indent, "");
95 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
105 return unknown_ext_print(out, ext, flag, indent, 0);
110 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
117 BIO_printf(out, "%*s%s", indent, "", value);
123 X509V3_EXT_val_prn(out, nval, indent,
126 if(!method->i2r(method, ext_str, out, indent)) ok = 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskQueueBase.cpp 26 void CustomElementMicrotaskQueueBase::show(unsigned indent)
30 m_queue[q]->show(indent);
32 fprintf(stderr, "%*snull\n", indent, "");
CustomElementMicrotaskStep.h 55 virtual void show(unsigned indent) = 0;
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
t_x509a.c 66 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
75 indent, "", indent + 2, "");
84 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
88 indent, "", indent + 2, "");
97 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
98 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
101 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, "");
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/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 88 unsigned indent) {
90 Indent(o, indent) << "<dict>\n";
91 ++indent;
93 Indent(o, indent) << "<key>kind</key><string>control</string>\n";
96 Indent(o, indent) << "<key>edges</key>\n";
97 ++indent;
98 Indent(o, indent) << "<array>\n"
    [all...]
  /external/chromium_org/ui/accessibility/
ax_tree_update.cc 25 // The challenge here is that we want to indent the nodes being updated
32 int indent = id_to_indentation[nodes[i].id]; local
33 result += std::string(2 * indent, ' ');
36 id_to_indentation[nodes[i].child_ids[j]] = indent + 1;
  /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/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)
  /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/chromium_org/third_party/boringssl/src/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/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_debug.c 73 const size_t length = sizeof(radeon->debug.indent)
74 / sizeof(radeon->debug.indent[0]);
76 radeon->debug.indent[radeon->debug.indent_depth] = '\t';
86 radeon->debug.indent[radeon->debug.indent_depth] = '\0';
103 fprintf(stderr, "%s", radeon->debug.indent);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_formatted_writer.py 61 # return doc.toprettyxml(indent=' ')
76 indent = ''
78 # Determine indent for each line.
81 # If the current line starts with a closing tag, decrease indent before
83 indent = indent[2:]
84 lines[i] = indent + '<' + line + '>'
88 # closing tag, increase indent after the line is printed.
89 indent += ' '

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>