HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 501 - 525 of 945) sorted by null

<<21222324252627282930>>

  /external/chromium_org/testing/gtest/scripts/
pump.py 721 indent = loc
724 indent = len(before_comment) - len(before_comment.lstrip())
725 prefix = indent*' ' + '// '
742 indent = len(line) - len(line.lstrip())
743 prefix = indent*' ' # Prefix of the current line
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
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/chromium_org/third_party/openssl/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, \
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1796 TIXML_STRING indent; member in class:TiXmlPrinter
    [all...]
  /external/lldb/test/
lldbutil.py 822 def format(self, value, buffer=None, indent=0):
835 indentation = ' ' * indent,
857 BasicFormatter.format(self, child, buffer=output, indent=self.cindent)
878 BasicFormatter.format(self, value, buffer=output, indent=self.lindent)
882 BasicFormatter.format(self, child, buffer=output, indent=new_indent)
888 BasicFormatter.format(self, child, buffer=output, indent=new_indent)
  /external/openssl/crypto/x509v3/
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/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);
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1796 TIXML_STRING indent; member in class:TiXmlPrinter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 84 self.indent = 0
91 for i in range(self.indent):
101 self.indent = self.indent + 1
107 self.indent = self.indent - 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 84 self.indent = 0
91 for i in range(self.indent):
101 self.indent = self.indent + 1
107 self.indent = self.indent - 1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 366 String indent = null; local
371 indent = AndroidXmlEditor.getIndent(structuredDocument, node);
375 if (indent == null || indent.length() == 0) {
376 indent = " "; //$NON-NLS-1$
379 Text indentNode = document.createTextNode('\n' + indent);
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.0/
lint-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.1/
lint-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.3/
lint-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.8.0/
lint-22.8.0.jar 
  /external/chromium_org/third_party/simplejson/
_speedups.c 79 PyObject *indent; member in struct:_PyEncoderObject
99 {"indent", T_OBJECT, offsetof(PyEncoderObject, indent), READONLY, "indent"},
2073 PyObject *markers, *defaultfn, *encoder, *indent, *key_separator; local
    [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 22 def indentTextBlock(text, indent):
23 indentStr = indent * "\t"
29 def writeCase(f, case, indent, prefix):
32 f.write(indentTextBlock('group %s "%s"\n\n' % (case.name, case.description), indent))
34 writeCase(f, child, indent + 1, prefix + case.name + ".")
35 f.write(indentTextBlock("\nend # %s\n" % case.name, indent))
41 f.write(indentTextBlock(str(case) + "\n", indent))
  /external/lldb/tools/driver/
Driver.cpp 161 // This function takes INDENT, which tells how many spaces to output at the front
163 // text, on multiple lines if necessary, to RESULT, with INDENT spaces at the
169 OutputFormattedUsageText (FILE *out, int indent, const char *text, int output_max_columns)
175 if (indent >= output_max_columns)
176 indent = 0;
180 if (len + indent < output_max_columns)
182 fprintf (out, "%*s%s\n", indent, "", text);
186 int text_width = output_max_columns - indent - 1;
210 fprintf (out, "%*s%s\n", indent, "", substring.c_str());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1820 StringBuilder indent; local
    [all...]
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 637 def Indent(self, data, tabs=0):
671 indent = '%s ' % tab
672 args = (',\n%s' % indent).join([arg.strip() for arg in args])
673 lines.append('%s\n%s%s' % (line[:left], indent, args))
675 indent = ' ' * (left - 1)
676 args = (',\n%s' % indent).join(args)
710 indented_out = self.Indent(out, tabs)
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
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, \
  /external/llvm/lib/Analysis/
RegionInfo.cpp 434 OS.indent(level*2) << "[" << level << "] " << getNameStr();
436 OS.indent(level*2) << getNameStr();
442 OS.indent(level*2) << "{\n";
443 OS.indent(level*2 + 2);
461 OS.indent(level*2) << "} \n";
  /external/openssl/crypto/asn1/
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, \

Completed in 1836 milliseconds

<<21222324252627282930>>