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

1 2 34 5 6 7 8 910

  /external/protobuf/python/google/protobuf/
text_format.py 64 def PrintMessage(message, out, indent = 0):
68 PrintField(field, element, out, indent)
70 PrintField(field, value, out, indent)
73 def PrintField(field, value, out, indent = 0):
77 out.write(' ' * indent);
99 PrintFieldValue(field, value, out, indent)
103 def PrintFieldValue(field, value, out, indent = 0):
109 PrintMessage(value, out, indent + 2)
110 out.write(' ' * indent + '}')
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 192 public String toString (final String indent)
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] + ": ");
ClassDescriptor.java 150 public String toString (final String indent)
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));
  /external/openssl/crypto/x509v3/
v3_pci.c 43 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, "",
v3_sxnet.c 70 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
105 int indent)
112 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
116 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
v3_asid.c 109 int indent,
116 BIO_printf(out, "%*s%s:\n", indent, "", msg);
119 BIO_printf(out, "%*sinherit\n", indent + 2, "");
128 BIO_printf(out, "%*s%s\n", indent + 2, "", s);
134 BIO_printf(out, "%*s%s-", indent + 2, "", s);
158 int indent)
161 return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
163 i2r_ASIdentifierChoice(out, asid->rdi, indent,
  /external/libvpx/build/make/
gen_msvs_proj.sh 69 indent=""
71 indent="${indent}${indent1}"
74 indent="${indent%${indent1}}"
82 echo "${indent}${opt%%=*}=\"${optval}\""
90 echo "${indent}<${tag}"
93 echo "${indent}>"
95 echo "${indent}<${tag}>"
103 echo "${indent}</${tag}>
    [all...]
  /external/webkit/WebKitTools/simplejson/
encoder.py 114 indent=None, separators=None, encoding='utf-8'):
140 If indent is a non-negative integer, then JSON array
142 indent level. An indent level of 0 will only insert newlines.
159 self.indent = indent
166 return '\n' + (' ' * (self.indent * self.current_indent_level))
178 if self.indent is not None:
212 if self.indent is not None:
__init__.py 39 >>> 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=None, separators=None
    [all...]
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 172 int indent; local
210 indent = cp - save_cp + 1;
254 printf("Indent: %d; IndentLevel: %d; Line: %s", indent, indentLevel, buf);
258 if (indent == indentLevel + 1) { // Entering a method
262 } else if (indent == indentLevel) { // Exiting a method
273 indent);
292 indentLevel, indent);
297 printf(" Nonzero indent at first record\n");
302 // initial indent. This allows us to test popping off mor
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java 163 public String dbgPrint(int indent) {
165 indentation = indent;
  /external/openssl/crypto/asn1/
x_long.c 74 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)
  /external/openssl/crypto/rsa/
rsa_ameth.c 255 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent,
258 return do_rsa_print(bp, pkey->pkey.rsa, indent, 0);
262 static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent,
265 return do_rsa_print(bp, pkey->pkey.rsa, indent, 1);
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 505 my $indent = shift;
508 $result .= $indent . "if (UNLIKELY(ec)) {\n";
509 $result .= $indent . " V8Proxy::setDOMException(ec);\n";
510 $result .= $indent . " return v8::Handle<v8::Value>();\n";
511 $result .= $indent . "}\n";
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 328 String indent = new Indentation(indentation).getIndentation(); local
331 sprint(indent + className);
332 sprint(indent + "{");
336 sprint(indent + sipHeader.debugDump());
338 sprint(indent + "}");
  /external/libxml2/
xmlwriter.c 88 int indent; /* enable indent */ member in struct:_xmlTextWriter
89 int doindent; /* internal indent flag */
90 xmlChar *ichar; /* indent character */
258 ret->indent = 0;
700 if (!writer->indent) {
753 if (writer->indent) {
781 if (writer->indent) {
841 if (writer->indent) {
989 if (writer->indent)
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 108 * specify the indent level
110 private static int indent = -1; field in class:XMLParser
160 indent = -1;
249 flushIndent(indent--, out);
258 flushIndent(++indent, out);
263 indent--;
268 flushIndent(++indent, out);
274 indent--;
297 flushIndent(++indent, out);
307 flushIndent(++indent, out)
    [all...]
  /external/openssl/crypto/bio/
bio_lib.c 321 int BIO_indent(BIO *b,int indent,int max)
323 if(indent < 0)
324 indent=0;
325 if(indent > max)
326 indent=max;
327 while(indent--)
  /external/openssl/crypto/ec/
ec_ameth.c 540 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
543 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0);
546 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent,
549 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1);
553 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent,
556 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
  /external/blktrace/btt/
trace_complete.c 24 __u64 sec, __u32 nsec, int indent)
27 if (indent)
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 183 generator.indent();
283 generator.indent();
318 private final StringBuilder indent = new StringBuilder(); field in class:TextFormat.TextGenerator
325 * Indent text by two spaces. After calling Indent(), two spaces will be
326 * inserted at the beginning of each line of text. Indent() may be called
329 public void indent() { method in class:TextFormat.TextGenerator
330 indent.append(" ");
334 * Reduces the current indent level by two spaces, or crashes if the indent
    [all...]
  /external/qemu/hw/
sysbus.c 156 void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent)
163 indent, "", s->mmio[i].addr, s->mmio[i].size);
  /frameworks/base/include/utils/
TextOutput.h 63 TextOutput& indent(TextOutput& to);
132 inline TextOutput& indent(TextOutput& to) function in namespace:android
  /external/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pm 154 # function: Format indent.
155 # args: - $aText: text to indent
165 my ($levelIndent, $indent, $nrOfIndents);
171 $indent = pack("A$nrOfIndents");
173 return $indent . $aText;
  /frameworks/base/tools/localize/
XMLHandler.h 106 string contents_to_string(const XMLNamespaceMap& nspaces, const string& indent) const;
107 string to_string(const XMLNamespaceMap& nspaces, const string& indent) const;
108 string open_tag_to_string(const XMLNamespaceMap& nspaces, const string& indent,

Completed in 465 milliseconds

1 2 34 5 6 7 8 910