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

1 2 3 4 56 7 8 910

  /external/gtest/scripts/
gen_gtest_pred_impl.py 665 indent = (len(assertion) + 3)*' '
681 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
  /external/icu4c/test/cintltst/
tracetst.c 63 * indent: indent value to give to formatter
70 static void test_format(const char *format, int32_t bufCap, int32_t indent,
94 len = utrace_vformat(buf, bufCap, indent, format, args);
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 665 indent = (len(assertion) + 3)*' '
681 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
  /external/webkit/WebCore/css/
view-source.css 151 text-indent: -20px;
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 301 void dumpLayer(TextStream&, int indent = 0) const;
352 void dumpProperties(TextStream&, int indent) const;
  /frameworks/base/libs/binder/
IPCThreadState.cpp 184 out << ": " << indent; local
237 out << ": " << indent; local
505 << indent << data << dedent << endl;
545 if (reply) alog << indent << *reply << dedent << endl;
769 alog << "Sending commands to driver: " << indent; local
823 alog << "Received commands from driver: " << indent; local
1003 << TypeCode(tr.code) << ": " << indent << buffer
1036 << tr.target.ptr << ": " << indent << reply << dedent << endl;
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 124 * the indent attribute is ignored for text output.
127 public void indent(int n) throws SAXException method in class:ToTextSAXHandler
157 public void setIndent(boolean indent)
ToXMLStream.java 280 indent(); method
321 * to indent that we should
355 indent(); method
  /build/tools/releasetools/
ota_from_target_files 113 def Dump(self, indent=0):
115 print "%s%s %d %d %o" % (" "*indent, self.name, self.uid, self.gid, self.mode)
117 print "%s%s %s %s %s" % (" "*indent, self.name, self.uid, self.gid, self.mode)
119 print "%s%s" % (" "*indent, self.descendants)
120 print "%s%s" % (" "*indent, self.best_subtree)
122 i.Dump(indent=indent+1)
  /external/bluetooth/bluez/tools/
sdptool.c 340 static void sdp_uuid_printf(uuid_t *uuid, struct attrib_context *context, int indent)
362 indent, indent_spaces, uuidNum, uuidDef->name);
365 indent, indent_spaces, uuidNum);
381 indent, indent_spaces, uuid->value.uuid32, uuidDef->name);
384 indent, indent_spaces, uuid->value.uuid32);
401 indent, indent_spaces,
406 indent, indent_spaces);
409 indent, indent_spaces);
415 static void printf_dataseq(sdp_data_t * pData, struct attrib_context *context, int indent)
423 sdp_data_printf(sdpdata, context, indent + 2)
    [all...]
  /external/openssl/crypto/x509v3/
v3_addr.c 209 const int indent,
216 BIO_printf(out, "%*s", indent, "");
242 int indent)
251 BIO_printf(out, "%*sIPv4", indent, "");
254 BIO_printf(out, "%*sIPv6", indent, "");
257 BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi);
299 indent + 2,
    [all...]
x509v3.h 89 BIO *out, int indent);
670 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
672 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
673 int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
675 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
707 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
  /external/openssl/crypto/asn1/
x_name.c 87 int indent,
293 int indent,
298 indent, pctx->nm_flags) <= 0)
asn1t.h 667 int indent, const char *fname,
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
734 int indent; member in struct:ASN1_PRINT_ARG_st
897 int fname##_print_ctx(BIO *out, stname *x, int indent, \
900 return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
langhooks.h 34 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent);
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 469 * @param indent the amount to change the indent by
471 private void changeIndent(int indent) {
472 observer.changeIndent(indent);
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 297 public String debugDump(int indent) {
299 indentation = indent;
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 378 * @param indent int to set
381 public String debugDump(int indent) {
383 indentation = indent;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 386 * @param indent int to set
389 public String debugDump(int indent) {
391 indentation = indent;
  /external/openssl/include/openssl/
x509v3.h 89 BIO *out, int indent);
670 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
672 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
673 int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
675 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
707 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
asn1t.h 667 int indent, const char *fname,
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
734 int indent; member in struct:ASN1_PRINT_ARG_st
897 int fname##_print_ctx(BIO *out, stname *x, int indent, \
900 return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
evp.h     [all...]
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 441 const int indent = 2;
442 FloatRect tickRect(thumbArea.topLeft().x() + indent, yPos, thumbArea.width() - 2 * indent - 1, 2);
  /external/openssl/crypto/evp/
evp.h     [all...]
  /external/webkit/SunSpider/resources/
sunspider-compare-results.js 294 function resultLine(labelWidth, indent, label, meanWidth1, mean1, stdErr1, meanWidth2, mean2, stdErr2)
296 result = pad("", indent);

Completed in 817 milliseconds

1 2 3 4 56 7 8 910