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

1 23 4 5 6 7 8 910

  /external/openssl/crypto/x509v3/
v3_ocsp.c 72 BIO *out, int indent);
74 BIO *out, int indent);
76 int indent);
83 BIO *out, int indent);
86 void *nocheck, BIO *out, int indent);
246 BIO *out, int indent)
248 if(BIO_printf(out, "%*s", indent, "") <= 0) return 0;
256 BIO *out, int indent)
  /frameworks/base/libs/rs/
rsElement.cpp 146 String8 Element::getCStructBody(uint32_t indent) const
149 for (uint32_t ct=0; ct < indent; ct++) {
157 s.append(mFields[ct].e->getCType(indent+4));
167 String8 Element::getCType(uint32_t indent) const
170 for (uint32_t ct=0; ct < indent; ct++) {
179 s.append(getCStructBody(indent));
185 String8 Element::getGLSLType(uint32_t indent) const
188 for (uint32_t ct=0; ct < indent; ct++) {
198 //s.append(getCStructBody(indent));
  /external/openssl/crypto/dh/
dh_ameth.c 316 static int do_dh_print(BIO *bp, const DH *x, int indent,
363 BIO_indent(bp, indent, 128);
366 indent += 4;
368 if (!ASN1_bn_print(bp,"private-key:",priv_key,m,indent)) goto err;
369 if (!ASN1_bn_print(bp,"public-key:",pub_key,m,indent)) goto err;
371 if (!ASN1_bn_print(bp,"prime:",x->p,m,indent)) goto err;
372 if (!ASN1_bn_print(bp,"generator:",x->g,m,indent)) goto err;
375 BIO_indent(bp, indent, 128);
446 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
449 return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 0)
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 62 private int indent; field in class:BaseDumper
90 this.indent = 0;
117 indent += indentDelta;
120 for (int i = 0; i < indent; i++) {
253 return width - w1 - (indent * 2);
  /external/bluetooth/glib/gobject/
gobject-query.c 59 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");
glib-genmarshal.c 305 indent (guint n_spaces) function
366 g_fprintf (fout, "%sGValue *return_value,\n", indent (ind));
367 g_fprintf (fout, "%sguint n_param_values,\n", indent (ind));
368 g_fprintf (fout, "%sconst GValue *param_values,\n", indent (ind));
369 g_fprintf (fout, "%sgpointer invocation_hint,\n", indent (ind));
371 indent (ind));
379 g_fprintf (fout, "%sGValue *return_value G_GNUC_UNUSED,\n", indent (ind));
380 g_fprintf (fout, "%sguint n_param_values,\n", indent (ind));
381 g_fprintf (fout, "%sconst GValue *param_values,\n", indent (ind));
382 g_fprintf (fout, "%sgpointer invocation_hint G_GNUC_UNUSED,\n", indent (ind))
    [all...]
  /external/dbus/tools/
dbus-print-message.c 44 indent (int depth) function
60 indent(depth);
197 indent(depth);
211 indent(depth);
231 indent(depth);
  /external/chromium/net/tools/hresolv/
hresolv.cc 127 const char* indent) {
136 indent,
148 indent,
149 indent, ai_flags.c_str(),
150 indent, ai_family,
151 indent, ai_socktype,
152 indent, ai_protocol,
153 indent, ai.ai_addrlen,
154 indent, ai_addr.c_str(),
156 indent);
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_prn.c 69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
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, "");
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 43 , indent(0)
78 int32_t indent; member in struct:android::BufferedTextOutput::BufferState
176 if (b->indent > 0) {
177 // If this is the start of a line, add the indent.
178 const char* prefix = stringForIndent(b->indent);
227 b->indent += delta;
228 if (b->indent < 0) b->indent = 0;
  /external/qemu/hw/
qdev.c 347 #define qdev_printf(fmt, ...) monitor_printf(mon, "%*s" fmt, indent, "", ## __VA_ARGS__)
348 static void qbus_print(Monitor *mon, BusState *bus, int indent);
350 static void qdev_print(Monitor *mon, DeviceState *dev, int indent)
355 indent += 2;
382 sysbus_dev_print(mon, dev, indent);
388 qbus_print(mon, child, indent);
392 static void qbus_print(Monitor *mon, BusState *bus, int indent)
397 indent += 2;
400 qdev_print(mon, dev, indent);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 50 private boolean[] indent = new boolean[4]; field in class:KXmlSerializer
61 if (indent.length <= depth) {
63 System.arraycopy(indent, 0, hlp, 0, depth);
64 indent = hlp;
66 indent[depth] = indent[depth - 1];
184 "http://xmlpull.org/v1/doc/features.html#indent-output"
187 ? indent[depth]
264 if ("http://xmlpull.org/v1/doc/features.html#indent-output"
266 indent[depth] = value
    [all...]
  /external/icu4c/samples/cal/
cal.c 69 static void indent(int32_t count, FILE *f);
376 /* Indent a certain number of spaces */
378 indent(int32_t count, function
459 indent(pad / 2, stdout);
485 /* Indent the correct number of spaces for the first week */
492 indent(lens[i] + 1, stdout);
501 /* Calculate the justification and indent */
503 indent(pad, stdout);
585 indent(pad / 2, stdout);
602 indent(pad / 2, stdout)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java 248 String indent = " "; local
250 buf.append(indent);
254 buf.append(indent);
255 buf.append(indent);
  /frameworks/base/include/utils/
Debug.h 58 void printHexData(int32_t indent, const void *buf, size_t length,
  /libcore/luni/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 31 * <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);
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/v8/src/
prettyprinter.cc 708 IndentedScope indent(s, node);
715 { IndentedScope indent("FUNC");
728 IndentedScope indent("DECLS");
738 IndentedScope indent("PARAMS");
765 IndentedScope indent("DEFAULT");
768 IndentedScope indent("CASE");
777 IndentedScope indent(block_txt);
846 IndentedScope indent("SWITCH");
856 IndentedScope indent("DO");
864 IndentedScope indent("WHILE")
1028 IndentedScope indent; local
1074 IndentedScope indent; local
    [all...]
  /libcore/json/src/main/java/org/json/
JSONStringer.java 120 private final String indent; field in class:JSONStringer
123 indent = null;
129 indent = new String(indentChars);
354 if (indent == null) {
360 out.append(indent);
412 out.append(indent == null ? ":" : ": ");
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 76 int indent; member in struct:XdgMimeMagicMatchlet
107 matchlet->indent = 0;
309 * [ indent ] ">" start-offset "=" value
319 int indent = 0; local
341 indent = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
344 if (indent == -1)
355 matchlet->indent = indent;
565 int indent)
567 while ((matchlet != NULL) && (matchlet->indent == indent)
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmimemagic.c 76 int indent; member in struct:XdgMimeMagicMatchlet
107 matchlet->indent = 0;
309 * [ indent ] ">" start-offset "=" value
319 int indent = 0; local
341 indent = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
344 if (indent == -1)
355 matchlet->indent = indent;
565 int indent)
567 while ((matchlet != NULL) && (matchlet->indent == indent)
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.cpp 541 static void printIndent(int indent)
543 for ( ; indent > 0; --indent)
567 void WKCACFLayer::printLayer(int indent) const
572 printIndent(indent);
582 printIndent(indent + 1);
589 printIndent(indent + 1);
596 printIndent(indent + 1);
603 printIndent(indent + 1);
612 printIndent(indent + 1)
    [all...]
  /frameworks/base/media/libstagefright/foundation/
AMessage.cpp 243 static void appendIndent(AString *s, int32_t indent) {
248 CHECK_LT((size_t)indent, sizeof(kWhitespace));
250 s->append(kWhitespace, indent);
260 AString AMessage::debugString(int32_t indent) const {
326 indent + strlen(item.mName) + 14).c_str());
332 appendIndent(&s, indent);
338 appendIndent(&s, indent);
  /external/chromium/third_party/icu/source/tools/genrb/
derb.c 62 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
65 static void printIndent(FILE *out, UConverter *converter, int32_t indent);
450 static void printIndent(FILE *out, UConverter *converter, int32_t indent) {
453 for(i = 0; i<indent; i++) {
456 inchar[indent] = 0;
458 printString(out, converter, inchar, indent);
518 static void printOutAlias(FILE *out, UConverter *converter, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) {
525 printIndent(out, converter, indent);
534 printIndent(out, converter, indent);
551 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status
    [all...]
  /external/icu4c/tools/genrb/
derb.c 62 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
65 static void printIndent(FILE *out, UConverter *converter, int32_t indent);
450 static void printIndent(FILE *out, UConverter *converter, int32_t indent) {
453 for(i = 0; i<indent; i++) {
456 inchar[indent] = 0;
458 printString(out, converter, inchar, indent);
471 static void printOutAlias(FILE *out, UConverter *converter, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) {
478 printIndent(out, converter, indent);
487 printIndent(out, converter, indent);
504 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 268 indent (); method
274 indent (); method
280 indent (); method
285 IndentingWriter (final Writer out, final int buffer, final int indent)
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 (); local
346 super.write (indent, 0, indent.length ())
    [all...]

Completed in 879 milliseconds

1 23 4 5 6 7 8 910