/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 39 # self.info is a list of (line number, indent level, line text, block 92 """Get the line indent value, text, and any block start keyword 102 indent = INFINITY 104 indent = len(spaces) 105 return indent, text, opener 111 data and the indent level at the top of the region inspected. 121 indent, text, opener = self.get_line_info(linenum) 122 if indent < lastindent: 123 lastindent = indent 127 if opener and linenum < new_topvisible and indent >= stopindent [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 39 # self.info is a list of (line number, indent level, line text, block 92 """Get the line indent value, text, and any block start keyword 102 indent = INFINITY 104 indent = len(spaces) 105 return indent, text, opener 111 data and the indent level at the top of the region inspected. 121 indent, text, opener = self.get_line_info(linenum) 122 if indent < lastindent: 123 lastindent = indent 127 if opener and linenum < new_topvisible and indent >= stopindent [all...] |
/external/chromium_org/mojo/public/tools/bindings/generators/python_templates/ |
module.py.tmpl | 25 VALUES = {{enum_values(enum)|indent(2)}} 42 '{{enum|name}}': {{enum_values(enum)|indent(6)}},
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
ElementLookupTrie.cpp.tmpl | 10 {{trie_switch(subtrie, index + 1) | indent}} 39 {{trie_switch(trie, 0) | indent(8)}}
|
/external/lldb/test/python_api/module_section/ |
TestModuleAndSection.py | 54 INDENT = ' ' * 4 55 INDENT2 = INDENT * 2 58 print INDENT + "Number of subsections: %d" % sec.GetNumSubSections() 61 print INDENT + str(sym) 62 print INDENT + "symbol type: %s" % symbol_type_to_str(sym.GetType()) 65 print INDENT + str(subsec) 129 INDENT = ' ' * 4 130 INDENT2 = INDENT * 2
|
/external/markdown/docs/extensions/ |
HTML_Tidy.txt | 14 indent the output, set ``indent=auto`` and to have Tidy wrap the output in
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
ClassDataItem.java | 78 out.indent(); 81 out.indent(); 90 out.indent(); 94 out.indent(); 103 out.indent(); 107 out.indent(); 116 out.indent(); 120 out.indent();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/ |
printer.h | 24 int indent); 26 int indent);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
printer.h | 24 int indent); 26 int indent);
|
/sdk/eclipse/sites/external/web/ |
site.css | 11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
|
/sdk/eclipse/sites/internal/web/ |
site.css | 11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
|
/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...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_cpols.c | 74 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent); 76 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent); 77 static void print_notice(BIO *out, USERNOTICE *notice, int indent); 374 BIO *out, int indent) 381 BIO_printf(out, "%*sPolicy: ", indent, ""); 385 print_qualifiers(out, pinfo->qualifiers, indent + 2); 391 int indent) 400 BIO_printf(out, "%*sCPS: %s\n", indent, "", 405 BIO_printf(out, "%*sUser Notice:\n", indent, ""); 406 print_notice(out, qualinfo->d.usernotice, indent + 2) [all...] |
/external/openssl/crypto/x509v3/ |
v3_cpols.c | 70 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent); 72 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent); 73 static void print_notice(BIO *out, USERNOTICE *notice, int indent); 366 BIO *out, int indent) 373 BIO_printf(out, "%*sPolicy: ", indent, ""); 377 print_qualifiers(out, pinfo->qualifiers, indent + 2); 383 int indent) 392 BIO_printf(out, "%*sCPS: %s\n", indent, "", 397 BIO_printf(out, "%*sUser Notice:\n", indent, ""); 398 print_notice(out, qualinfo->d.usernotice, indent + 2) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
IndentingPrintWriter.java | 27 * Delays writing indent until first actual write on a newline, enabling indent 34 /** Mutable version of current indent */ 38 /** Length of current line being built, excluding any indent */ 43 * next write should be prefixed with the current indent.
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
a_strex.c | 365 /* Used for line indenting: print 'indent' spaces */ 367 static int do_indent(char_io *io_ch, void *arg, int indent) 370 for(i = 0; i < indent; i++) 379 int indent, unsigned long flags) 391 if(indent < 0) indent = 0; 392 outlen = indent; 393 if(!do_indent(io_ch, arg, indent)) return -1; 408 indent = 0; 416 indent = 0 [all...] |
/external/llvm/utils/TableGen/ |
X86DisassemblerTables.cpp | 395 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; 398 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; 399 o2.indent(i2) << 0 << " /* EmptyTable */\n"; 402 o2.indent(i2) << "}"; 445 o1.indent(i1 * 2) << format("0x%hx", *I) << ", /* " 451 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; 454 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; 455 o2.indent(i2) << EntryNumber << " /* Table" << EntryNumber << " */\n"; 458 o2.indent(i2) << "}"; 491 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 41 ... indent=4, separators=(',', ': ')) 116 indent=None, variable 123 allow_nan=True, cls=None, indent=None, separators=None, 150 If ``indent`` is a non-negative integer, then JSON array elements and 151 object members will be pretty-printed with that indent level. An indent 154 output might include trailing whitespace when ``indent`` is specified. 177 cls is None and indent is None and separators is None and 184 check_circular=check_circular, allow_nan=allow_nan, indent=indent, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 41 ... indent=4, separators=(',', ': ')) 116 indent=None, variable 123 allow_nan=True, cls=None, indent=None, separators=None, 150 If ``indent`` is a non-negative integer, then JSON array elements and 151 object members will be pretty-printed with that indent level. An indent 154 output might include trailing whitespace when ``indent`` is specified. 177 cls is None and indent is None and separators is None and 184 check_circular=check_circular, allow_nan=allow_nan, indent=indent, [all...] |
/external/chromium_org/content/public/browser/ |
devtools_protocol_constants_generator.py | 117 def FormatContents(tree, indent, format_string): 123 body += "".join(indent + format_string.format(key, value) 125 body += "".join(FormatNamespace(key, value, indent, format_string) 129 def FormatNamespace(title, tree, indent, format_string): 132 body = '\n' + indent + "namespace " + title + " {\n" 133 body += FormatContents(tree, indent + " ", format_string) 134 body += indent + "} // " + title + "\n"
|
/external/chromium_org/tools/gyp/tools/ |
pretty_gyp.py | 117 indent = 0 129 print " " * (basic_offset * indent) + line 130 indent += brace_diff 132 indent += brace_diff 133 print " " * (basic_offset * indent) + line 135 print " " * (basic_offset * indent) + line 149 # Indent and print the output.
|
/external/clang/docs/tools/ |
dump_format_style.py | 25 def indent(text, columns): function 26 indent = ' ' * columns 27 s = re.sub(r'\n([^\n])', '\n' + indent + '\\1', text, flags=re.S) 30 return indent + s 41 doxygen2rst(indent(self.comment, 2))) 43 s += indent('\n\nPossible values:\n\n%s\n' % self.enum, 2) 64 doxygen2rst(indent(self.comment, 2)))
|
/external/clang/tools/diagtool/ |
TreeView.cpp | 58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { 59 out.indent(Indent * 2); 65 ++Indent; 69 printGroup(*I, Indent); 78 out.indent(Indent * 2);
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.cpp | 134 void DiffConsumer::indent() { function in class:DiffConsumer 135 unsigned N = Indent; 145 Indent += 2; 151 Indent -= 2; 156 indent(); 162 indent(); 194 indent();
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
left-overflow-repaint.html | 30 <div id="t" style="text-indent: -50px; background: silver; margin-left: 50px;"> 42 <div style="text-indent: -50px; background: silver; margin-left: 50px;"> 55 <td id="v" style="text-indent: -50px; background: silver;">
|