Searched defs:indent (Results 1 - 25 of 129) sorted by relevance

123456

/external/openssl/crypto/asn1/
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
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, "");
H A Dt_bitst.c65 BIT_STRING_BITNAME *tbl, int indent)
69 BIO_printf(out, "%*s", indent, "");
64 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
H A Dx_long.c74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
176 int indent, const ASN1_PCTX *pctx)
175 long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) argument
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java163 public String dbgPrint(int indent) { argument
165 indentation = indent;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObject.java386 * @param indent int to set
389 public String debugDump(int indent) { argument
391 indentation = indent;
H A DSIPObjectList.java141 * @param indent int to set
144 public String debugDump(int indent) { argument
145 return super.debugDump(indent);
/external/blktrace/btt/
H A Dtrace_complete.c24 __u64 sec, __u32 nsec, int indent)
27 if (indent)
23 __out(FILE *ofp, __u64 tm, enum iop_type type, __u64 sec, __u32 nsec, int indent) argument
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DSyntaxTreeDumper.java41 private int indent; field in class:SyntaxTreeDumper
57 indent++;
62 indent--;
121 for (int i = 0; i < indent; i++) {
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A D__init__.py39 >>> print simplejson.dumps({'4': 5, '6': 7}, sort_keys=True, indent=4)
103 indent=None, variable
109 allow_nan=True, cls=None, indent=None, separators=None,
134 If ``indent`` is a non-negative integer, then JSON array elements and object
135 members will be pretty-printed with that indent level. An indent level
151 cls is None and indent is None and separators is None and
158 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
167 allow_nan=True, cls=None, indent
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
H A DASN1Dump.java51 String indent,
60 String tab = indent + TAB;
62 buf.append(indent);
102 String tab = indent + TAB;
104 buf.append(indent);
140 String tab = indent + TAB;
142 buf.append(indent);
169 String tab = indent + TAB;
171 buf.append(indent);
197 buf.append(indent
50 _dumpAsString( String indent, boolean verbose, DERObject obj, StringBuffer buf) argument
318 outputApplicationSpecific(String type, String indent, boolean verbose, DERObject obj, String nl) argument
385 dumpBinaryDataAsString(String indent, byte[] bytes) argument
[all...]
/external/dbus/tools/
H A Ddbus-print-message.c1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
50 indent (int depth) function
63 indent (depth + 1);
83 indent (depth + 1);
93 indent (depth);
155 indent(depth);
311 indent(depth);
325 indent(depth);
345 indent(depth);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DAbstractData.java122 public void toString(StringBuilder out, int indent) { argument
124 write(out, indent);
H A DChainedData.java196 public void toString(StringBuilder out, int indent) { argument
198 d.toString(out, indent);
203 public void write(Appendable out, int indent) throws IOException { argument
205 d.write(out, indent);
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp129 void DiffConsumer::indent() { function in class:DiffConsumer
151 indent();
157 indent();
189 indent();
/external/mesa3d/src/glsl/
H A Dir_print_visitor.cpp71 void ir_print_visitor::indent(void) function in class:ir_print_visitor
118 indent();
126 indent();
132 indent();
135 indent();
143 indent();
148 indent();
160 indent();
165 indent();
401 indent();
[all...]
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObjectList.java137 * @param indent int to set
140 public String debugDump(int indent) { argument
141 return super.debugDump(indent);
/external/openssl/crypto/bio/
H A Db_dump.c78 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) argument
77 BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u), void *u, const char *s, int len, int indent) argument
183 BIO_dump_indent(BIO *bp, const char *s, int len, int indent) argument
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_pci.c43 BIO *out, int indent);
58 BIO *out, int indent)
60 BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
66 BIO_printf(out, "%*sPolicy Language: ", indent, "");
70 BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
57 i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out, int indent) argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DRenderSurfaceChromium.cpp173 static void writeIndent(TextStream& ts, int indent) argument
175 for (int i = 0; i != indent; ++i)
179 void RenderSurfaceChromium::dumpSurface(TextStream& ts, int indent) const
181 writeIndent(ts, indent);
184 writeIndent(ts, indent+1);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXSLOutputAttributes.java31 * <xsl:output method="xml" omit-xml-declaration="no" indent="yes"/>
42 * indent
83 * @return the number of spaces to indent for each indentation level.
151 * Sets the value coming from the xsl:output indent stylesheet
153 * @param indent true if the output document should be indented to visually
156 public void setIndent(boolean indent); argument
192 * <li> "{http://xml.apache.org/xalan}indent-amount"
215 * <li> "{http://xml.apache.org/xalan}indent-amount"
230 * <li> "{http://xml.apache.org/xalan}indent-amount"
/external/bluetooth/glib/gobject/
H A Dgobject-query.c59 const gchar *indent)
71 g_fprintf (f_out, "%s%s\n", indent, O_VLINE);
74 indent,
90 new_indent = g_strconcat (indent, O_VLINE, indent_inc, NULL);
92 new_indent = g_strconcat (indent, O_SPACE, indent_inc, NULL);
110 g_fprintf (stderr, " -b specify indent string\n");
111 g_fprintf (stderr, " -i specify incremental indent string\n");
57 show_nodes(GType type, GType sibling, const gchar *indent) argument
/external/bluetooth/glib/tests/
H A Dmarkup-test.c10 indent (int extra) function
30 indent (0);
36 indent (1);
55 indent (0);
66 indent (0);
78 indent (0);
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp40 static raw_ostream& Indent(raw_ostream& o, const unsigned indent) { argument
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>"
61 Indent(o, indent) << " <key>file</key><integer>"
63 Indent(o, indent) << "</dict>\n";
69 unsigned indent) {
70 Indent(o, indent) << "<arra
45 EmitLocation(raw_ostream& o, const SourceManager &SM, const LangOptions &LangOpts, SourceLocation L, const FIDMap &FM, unsigned indent, bool extend = false) argument
66 EmitRange(raw_ostream& o, const SourceManager &SM, const LangOptions &LangOpts, CharSourceRange R, const FIDMap &FM, unsigned indent) argument
[all...]
/external/emma/core/java12/com/vladium/emma/data/
H A DClassDescriptor.java150 public String toString (final String indent) argument
152 StringBuffer s = new StringBuffer (indent + "class [" + (m_packageVMName.length () > 0 ? m_packageVMName + "/" : "") + m_name + "] descriptor:");
157 s.append (m_methods [m].toString (indent + INDENT_INCREMENT));
H A DMethodDescriptor.java192 public String toString (final String indent) argument
194 StringBuffer s = new StringBuffer (indent + "method [" + m_name + "] descriptor:");
201 s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl] + " instrs) : ");
211 s.append (indent + INDENT_INCREMENT + "---");
217 s.append (indent + INDENT_INCREMENT + "line " + lines [l] + ": ");

Completed in 396 milliseconds

123456