/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
DebugInfoItem.java | 63 out.indent(); 73 out.indent(); 87 out.indent(); 97 out.indent(); 106 out.indent(); 120 out.indent(); 137 out.indent(); 145 out.indent(); 161 out.indent();
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
help2man | 380 my $indent = $1; 384 while (s/^$indent\Q$prefix\E(\S.*)\n*//) 403 my $indent = 0; 410 $indent = length ($4 || "$1$3"); 414 # Indent may be different on second line. 415 $indent = length $& if /^ {20,}/; 424 $indent = 80; # not continued 431 $indent = length $1; 439 $indent = length $1; 453 while (s/^ {$indent}(\S.*)\n// [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
textwrap.py | 218 # Figure out when indent is larger than the specified width, and make 273 indent = self.subsequent_indent 275 indent = self.initial_indent 278 width = self.width - len(indent) 309 lines.append(indent + ''.join(cur_line)) 392 for indent in indents: 394 margin = indent 398 elif indent.startswith(margin): 403 elif margin.startswith(indent): 404 margin = indent [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
textwrap.py | 218 # Figure out when indent is larger than the specified width, and make 273 indent = self.subsequent_indent 275 indent = self.initial_indent 278 width = self.width - len(indent) 309 lines.append(indent + ''.join(cur_line)) 392 for indent in indents: 394 margin = indent 398 elif indent.startswith(margin): 403 elif margin.startswith(indent): 404 margin = indent [all...] |
/external/clang/lib/Frontend/ |
FrontendActions.cpp | 410 Out.indent(4) << Text << ": " << (Value? "Yes" : "No") << "\n" 413 Out.indent(2) 422 Out.indent(2) << "Module name: " << ModuleName << "\n"; 425 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; 430 Out.indent(2) << "Language options:\n"; 434 Out.indent(4) << Description << ": " \ 437 Out.indent(4) << Description << ": " << LangOpts.Name << "\n"; 446 Out.indent(2) << "Target options:\n"; 447 Out.indent(4) << " Triple: " << TargetOpts.Triple << "\n"; 448 Out.indent(4) << " CPU: " << TargetOpts.CPU << "\n" [all...] |
/external/clang/utils/ABITest/ |
ABITestGen.py | 160 self.printValueOfType(' %s_RV'%fnName, 'RV', FT.returnType, output=self.outputTests, indent=4) 161 self.checkTypeValues('RV', '%s[i]' % retvalTests[0], FT.returnType, output=self.outputTests, indent=4) 255 def printSizeOfType(self, prefix, name, t, output=None, indent=2): 256 print >>output, '%*sprintf("%s: sizeof(%s) = %%ld\\n", (long)sizeof(%s));'%(indent, '', prefix, name, name) 257 def printAlignOfType(self, prefix, name, t, output=None, indent=2): 258 print >>output, '%*sprintf("%s: __alignof__(%s) = %%ld\\n", (long)__alignof__(%s));'%(indent, '', prefix, name, name) 259 def printOffsetsOfType(self, prefix, name, t, output=None, indent=2): 265 print >>output, '%*sprintf("%s: __builtin_offsetof(%s, %s) = %%ld\\n", (long)__builtin_offsetof(%s, %s));'%(indent, '', prefix, name, fname, name, fname) 267 def printValueOfType(self, prefix, name, t, output=None, indent=2): 290 indent, '', prefix, name, code, value_expr [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
engine.c | 132 static int util_flags(BIO *bio_out, unsigned int flags, const char *indent) 135 /* Indent before displaying input flags */ 136 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent); 194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) 209 BIO_printf(bio_out, "%s<no control commands>\n", indent); 249 /* Do an indent */ 250 xpos = BIO_puts(bio_out, indent); 257 if((xpos > (int)strlen(indent)) && 261 xpos = BIO_puts(bio_out, indent); 352 const char *indent = " "; local [all...] |
/external/libvpx/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 72 indent="" 74 indent="${indent}${indent1}" 77 indent="${indent%${indent1}}" 85 echo "${indent}${opt%%=*}=\"${optval}\"" 93 echo "${indent}<${tag}" 96 echo "${indent}>" 98 echo "${indent}<${tag}>" 106 echo "${indent}</${tag}> [all...] |
/external/openssl/apps/ |
engine.c | 132 static int util_flags(BIO *bio_out, unsigned int flags, const char *indent) 135 /* Indent before displaying input flags */ 136 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent); 194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) 209 BIO_printf(bio_out, "%s<no control commands>\n", indent); 249 /* Do an indent */ 250 xpos = BIO_puts(bio_out, indent); 257 if((xpos > (int)strlen(indent)) && 261 xpos = BIO_puts(bio_out, indent); 352 const char *indent = " "; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 72 indent="" 74 indent="${indent}${indent1}" 77 indent="${indent%${indent1}}" 85 echo "${indent}${opt%%=*}=\"${optval}\"" 93 echo "${indent}<${tag}" 96 echo "${indent}>" 98 echo "${indent}<${tag}>" 106 echo "${indent}</${tag}> [all...] |
/external/bison/src/ |
scan-code.l | 227 unsigned int indent = 0; 228 warn_at_indent (*loc, &indent, 230 indent += SUB_INDENT; 231 warn_at_indent (*loc, &indent, 419 bool is_warning, unsigned indent) 431 warn_at_indent (var->loc, &indent, _("refers to: %c%s at %s"), 434 complain_at_indent (var->loc, &indent, _("refers to: %c%s at %s"), 478 warn_at_indent (id_loc, &indent, "%s", 481 complain_at_indent (id_loc, &indent, "%s", 608 unsigned indent = 0 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
p_lib.c | 433 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, 436 BIO_indent(out, indent, 128); 443 int indent, ASN1_PCTX *pctx) 446 return pkey->ameth->pub_print(out, pkey, indent, pctx); 448 return unsup_alg(out, pkey, indent, "Public Key"); 452 int indent, ASN1_PCTX *pctx) 455 return pkey->ameth->priv_print(out, pkey, indent, pctx); 457 return unsup_alg(out, pkey, indent, "Private Key"); 461 int indent, ASN1_PCTX *pctx) 464 return pkey->ameth->param_print(out, pkey, indent, pctx) [all...] |
/external/openssl/crypto/evp/ |
p_lib.c | 433 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, 436 BIO_indent(out, indent, 128); 443 int indent, ASN1_PCTX *pctx) 446 return pkey->ameth->pub_print(out, pkey, indent, pctx); 448 return unsup_alg(out, pkey, indent, "Public Key"); 452 int indent, ASN1_PCTX *pctx) 455 return pkey->ameth->priv_print(out, pkey, indent, pctx); 457 return unsup_alg(out, pkey, indent, "Private Key"); 461 int indent, ASN1_PCTX *pctx) 464 return pkey->ameth->param_print(out, pkey, indent, pctx) [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.extensions | 44 ... 1 COLON NEWLINE INDENT PRINT a NEWLINE DEDENT b ASSIGN 3 ... 49 Upon NEWLINE token from the lexer, however, an INDENT or DEDENT token 53 then check against stack for indent vs dedent. If LEADING_WS, then 54 the column of the next non-whitespace token will dictate indent vs 61 in indent level from one token to the next. 72 /** The stack of indent levels (column numbers) */ 101 pushed on the stack, and one INDENT token is generated. If it 133 // if not a NEWLINE, doesn't signal indent/dedent work; just enqueue 163 var cpos = t.getCharPositionInLine(); // column dictates indent/dedent 171 // compare to last indent leve [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEFlood.cpp | 96 TextStream& FEFlood::externalRepresentation(TextStream& ts, int indent) const 98 writeIndent(ts, indent);
|
SourceAlpha.cpp | 87 TextStream& SourceAlpha::externalRepresentation(TextStream& ts, int indent) const 89 writeIndent(ts, indent);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utrace.h | 307 * @param indent Number of spaces to indent the output. Intended to allow 317 int32_t indent, const char *fmt, va_list args); 328 * @param indent Number of spaces to indent the output. Intended to allow 338 int32_t indent, const char *fmt, ...);
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_print.h | 88 GLint indent, 93 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
|
/external/chromium_org/third_party/openssl/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)
|
/external/chromium_org/tools/metrics/common/ |
pretty_print_xml.py | 54 def PrettyPrintNode(self, node, indent=0): 55 """Pretty-prints the given XML node at the given indent level. 59 indent: The current indent level. 75 wrapper.initial_indent = ' ' * indent 76 wrapper.subsequent_indent = ' ' * indent 81 # Remove any common indent. 102 s = ' ' * indent + '<' + node.tagName 135 s += '\n' + ' ' * (indent + 3) 158 # Calculate the new indent level for child nodes [all...] |
/external/fonttools/Lib/fontTools/misc/ |
xmlWriter.py | 8 INDENT = " " 13 def __init__(self, fileOrPath, indentwhite=INDENT, idlefunc=None): 35 def write(self, string, indent=True): 37 self._writeraw(escape(string), indent=indent) 55 self._writeraw(escape(string), indent=False) 57 def _writeraw(self, data, indent=True, strip=False): 59 if indent and self.needindent: 94 self.indent() 117 def indent(self) member in class:XMLWriter [all...] |
/external/icu/icu4c/source/common/unicode/ |
utrace.h | 308 * @param indent Number of spaces to indent the output. Intended to allow 318 int32_t indent, const char *fmt, va_list args); 329 * @param indent Number of spaces to indent the output. Intended to allow 339 int32_t indent, const char *fmt, ...);
|
/external/libsepol/ |
Makefile | 19 indent:
|
/external/llvm/utils/yaml-bench/ |
YAMLBench.cpp | 55 struct indent { struct 57 indent(unsigned d) : distance(d) {} function in struct:indent 60 static raw_ostream &operator <<(raw_ostream &os, const indent &in) { 81 , unsigned Indent = 0 86 outs() << indent(Indent); 96 ++Indent; 99 dumpNode(i, Indent); 102 --Indent; 103 outs() << indent(Indent) << "]" [all...] |
/external/mesa3d/src/mesa/program/ |
prog_print.h | 88 GLint indent, 93 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
|