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

123

/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 Dtasn_prn.c70 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name);
72 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it) argument
74 return asn1_item_print_nm(out, fld, indent, it, it->sname);
77 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name) argument
84 BIO_printf(out, "%*s%s ABSENT\n", indent, "", name);
91 return ASN1_template_print(out, fld, indent, it->templates);
92 return asn1_primitive_print(out, fld, it->utype, indent, name);
97 return asn1_primitive_print(out, fld, str->type, indent, name);
100 BIO_printf(out, "%*s%s:EXTERNAL TYPE %s %s\n", indent, "", name, it->sname, fld ? "" : "ABSENT");
103 BIO_printf(out, "%*s%s:COMPATIBLE TYPE %s %s\n", indent, "", nam
134 ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt) argument
161 asn1_primitive_print(BIO *out, void *fld, long utype, int indent, const char *name) argument
[all...]
H A Dasn1_par.c66 int indent);
68 int offset, int depth, int indent, int dump);
70 int indent)
82 BIO_indent(bp,indent,128);
109 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) argument
111 return(asn1_parse2(bp,&pp,len,0,0,indent,0));
114 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) argument
116 return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
120 int depth, int indent, int dump)
132 dump_indent = indent;
69 asn1_print_info(BIO *bp, int tag, int xclass, int constructed, int indent) argument
119 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
[all...]
/external/dbus/tools/
H A Ddbus-print-message.c44 indent (int depth) function
60 indent(depth);
197 indent(depth);
211 indent(depth);
231 indent(depth);
/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/webkit/WebCore/rendering/style/
H A DStyleInheritedData.h52 Length indent; member in class:WebCore::StyleInheritedData
/external/webkit/WebKitTools/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/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
H A Dv3_ocsp.c71 static int i2r_ocsp_crlid(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
72 static int i2r_ocsp_acutoff(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
73 static int i2r_object(X509V3_EXT_METHOD *method, void *obj, BIO *out, int indent);
79 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
81 static int i2r_ocsp_nocheck(X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent);
235 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) argument
237 if(BIO_printf(out, "%*s", indent, "") <= 0) return 0;
244 static int i2r_ocsp_nocheck(X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) argument
H A Dv3_prn.c67 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) argument
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) argument
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,
165 X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
198 unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
225 X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
[all...]
/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/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] + ": ");
/external/jdiff/src/jdiff/
H A DAPI.java73 int indent = 0;
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) { argument
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) { argument
160 dumpModifiers(Modifiers m, int indent) argument
178 dumpCtor(ConstructorAPI c, int indent) argument
198 dumpMethod(MethodAPI m, int indent) argument
239 dumpField(FieldAPI f, int indent) argument
264 dumpParam(ParamAPI p, int indent) argument
[all...]
H A DRootDocToXML.java362 public void addCommonModifiers(ProgramElementDoc ped, int indent) { argument
363 addSourcePosition(ped, indent);
365 for (int i = 0; i < indent; i++) outputFile.print(" ");
381 for (int i = 0; i < indent; i++) outputFile.print(" ");
421 public void addSourcePosition(ProgramElementDoc ped, int indent) { argument
435 for (int i = 0; i < indent; i++) outputFile.print(" ");
812 public void addDocumentation(ProgramElementDoc ped, int indent) { argument
823 for (int i = 0; i < indent; i++) outputFile.print(" ");
825 for (int i = 0; i < indent; i++) outputFile.print(" ");
839 for (int i = 0; i < indent;
857 addPkgDocumentation(RootDoc root, PackageDoc pd, int indent) argument
[all...]
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
H A Danalyzeper.cpp67 // proper indent, and sends the result out to the display
70 void Show245(uint16 tag, uint16 indent, const char* inString) argument
73 OSCL_UNUSED_ARG(indent);
79 /* Construct outString with proper indent */
80 for (i = 0; i < indent; ++i)
97 // Show245(). The first two input arguments (tag, indent)
100 void ShowHexData(uint16 tag, uint16 indent, uint16 size, uint8* data) argument
103 OSCL_UNUSED_ARG(indent);
116 Show245(tag, indent, outString);
131 void ShowPERNull(uint16 tag, uint16 indent, cons argument
150 ShowPERBoolean(uint16 tag, uint16 indent, const char* label, uint32 value) argument
177 ShowPERInteger(uint16 tag, uint16 indent, const char* label, uint32 value) argument
197 ShowPERSignedInteger(uint16 tag, uint16 indent, const char* label, int32 value) argument
218 ShowPERUnboundedInteger(uint16 tag, uint16 indent, const char* label, uint32 value) argument
238 ShowPEROctetString(uint16 tag, uint16 indent, const char* label, PS_OCTETSTRING x) argument
260 ShowPERBitString(uint16 tag, uint16 indent, const char *label, PS_BITSTRING x) argument
282 ShowPERCharString(uint16 tag, uint16 indent, const char* label, PS_int8STRING x) argument
316 ShowPERObjectID(uint16 tag, uint16 indent, const char* label, PS_OBJECTIDENT x) argument
342 ShowPERChoice(uint16 tag, uint16 indent, const char *label, const char *typestring) argument
362 ShowPERSequence(uint16 tag, uint16 indent, const char* label, const char* typestring) argument
382 ShowPERSequenceof(uint16 tag, uint16 indent, const char* label, const char* typestring) argument
402 ShowPERSetof(uint16 tag, uint16 indent, const char* label, const char* typestring) argument
423 ShowPERClosure(uint16 tag, uint16 indent, const char* label) argument
451 ShowPERIntegers(uint16 tag, uint16 indent, const char* label, uint32 value, uint32 number) argument
473 ShowPEROctetStrings(uint16 tag, uint16 indent, const char* label, PS_OCTETSTRING x, uint32 number) argument
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_prn.c69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) argument
71 BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
72 indent += 2;
73 BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
79 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
/external/qemu/hw/
H A Dsysbus.c156 void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent) argument
163 indent, "", s->mmio[i].addr, s->mmio[i].size);
/external/bluetooth/bluez/common/
H A Dsdp-xml.c50 char indent[MAXINDENT]; local
60 indent[i] = '\t';
64 indent[i] = '\0';
72 appender(data, indent);
77 appender(data, indent);
84 appender(data, indent);
92 appender(data, indent);
100 appender(data, indent);
108 appender(data, indent);
116 appender(data, indent);
[all...]
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java268 indent ();
274 indent ();
280 indent ();
285 IndentingWriter (final Writer out, final int buffer, final int indent) argument
288 m_indent = indent;
307 if (delta > m_indent) throw new IllegalArgumentException ("delta = " + delta + ", current indent = " + m_indent);
340 private void indent () method in class:ReportGenerator.IndentingWriter
345 final String indent = getIndent ();
346 super.write (indent, 0, indent
[all...]
/external/icu4c/samples/uresb/
H A Duresb.c59 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status);
60 void printIndent(UFILE *out, int32_t indent);
171 void printIndent(UFILE *out, int32_t indent) { argument
174 for(i = 0; i<indent; i++) {
177 inchar[indent] = '\0';
221 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) { argument
235 printIndent(out, indent);
240 printIndent(out, indent);
254 printIndent(out, indent);
270 printIndent(out, indent);
[all...]
/external/icu4c/test/cintltst/
H A Dtracetst.c63 * indent: indent value to give to formatter
70 static void test_format(const char *format, int32_t bufCap, int32_t indent, argument
94 len = utrace_vformat(buf, bufCap, indent, format, args);

Completed in 345 milliseconds

123