/third_party/icu/icu4c/source/samples/uresb/ |
H A D | uresb.c | 65 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status); 66 void printIndent(UFILE *out, int32_t indent); 177 void printIndent(UFILE *out, int32_t indent) { in printIndent() argument 180 for(i = 0; i<indent; i++) { in printIndent() 183 inchar[indent] = '\0'; in printIndent() 227 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) { in printOutBundle() argument 241 printIndent(out, indent); in printOutBundle() 246 printIndent(out, indent); in printOutBundle() 260 printIndent(out, indent); in printOutBundle() 276 printIndent(out, indent); in printOutBundle() [all...] |
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 27 self.indent = -1 47 context.indent = -1 61 if context.next_indent < context.indent: 62 while context.next_indent < context.indent: 63 context.indent = context.indent_stack.pop() 64 if context.next_indent > context.indent: 65 extra = text[context.indent:] 66 text = text[:context.indent] 80 if context.indent < context.next_indent: 81 context.indent_stack.append(context.indent) [all...] |
/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
H A D | uresb.c | 65 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status); 66 void printIndent(UFILE *out, int32_t indent); 177 void printIndent(UFILE *out, int32_t indent) { in printIndent() argument 180 for(i = 0; i<indent; i++) { in printIndent() 183 inchar[indent] = '\0'; in printIndent() 227 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) { in printOutBundle() argument 241 printIndent(out, indent); in printOutBundle() 246 printIndent(out, indent); in printOutBundle() 260 printIndent(out, indent); in printOutBundle() 276 printIndent(out, indent); in printOutBundle() [all...] |
/third_party/python/Tools/peg_generator/pegen/ |
H A D | c_generator.py | 376 with self.indent(): 399 with self.indent(): 407 with self.indent(): 417 with self.indent(): 427 with self.indent(): 490 with self.indent(): 497 with self.indent(): 507 with self.indent(): 515 with self.indent(): 527 with self.indent() [all...] |
/third_party/mksh/ |
H A D | tree.c | 59 ptree(struct op *t, int indent, struct shf *shf) in ptree() argument 90 fptreef(shf, indent, Tf_S, t->vars[0]); in ptree() 97 fptreef(shf, indent, Tf_S_, *w++); in ptree() 115 fptreef(shf, indent, Tf_S_, *w++); in ptree() 126 fptreef(shf, indent + 2, "( %T) ", t->left); in ptree() 129 fptreef(shf, indent, "%T| ", t->left); in ptree() 133 fptreef(shf, indent, "%T%;", t->left); in ptree() 138 fptreef(shf, indent, "%T%s %T", in ptree() 150 fptreef(shf, indent, Tf__S, *w++); in ptree() 155 fptreef(shf, indent, " in ptree() 439 fptreef(struct shf *shf, int indent, const char *fmt, ...) fptreef() argument 466 vfptreef(struct shf *shf, int indent, const char *fmt, va_list va) vfptreef() argument 498 ptree(va_arg(va, struct op *), indent, shf); vfptreef() local [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | cyaml.py | 55 canonical=None, indent=None, width=None, 60 indent=indent, width=width, encoding=encoding, 72 canonical=None, indent=None, width=None, 77 indent=indent, width=width, encoding=encoding, 89 canonical=None, indent=None, width=None, 94 indent=indent, width=width, encoding=encoding,
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | text_generator.cc | 83 uint32_t indent) { in Insert() 92 lines.insert(lines.begin() + before, Line{indent, line}); in Insert() 98 lines.emplace_back(Line{current_indent + line.indent, line.content}); in Append() 104 uint32_t indent) { in Insert() 117 Line{indent + line.indent, line.content}); in Insert() 122 std::string TextGenerator::TextBuffer::String(uint32_t indent /* = 0 */) const { in String() 126 for (uint32_t i = 0; i < indent + line.indent; i++) { in String() 81 Insert(const std::string& line, size_t before, uint32_t indent) Insert() argument 102 Insert(const TextBuffer& tb, size_t before, uint32_t indent) Insert() argument
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 446 void PBXAggregateTarget::Print(std::ostream& out, unsigned indent) const { in Print() 447 const std::string indent_str(indent, '\t'); in Print() 448 const IndentRules rules = {false, indent + 1}; in Print() 478 void PBXBuildFile::Print(std::ostream& out, unsigned indent) const { in Print() 479 const std::string indent_str(indent, '\t'); in Print() 502 void PBXContainerItemProxy::Print(std::ostream& out, unsigned indent) const { in Print() 503 const std::string indent_str(indent, '\t'); in Print() 504 const IndentRules rules = {false, indent + 1}; in Print() 535 void PBXFileReference::Print(std::ostream& out, unsigned indent) const { in Print() 536 const std::string indent_str(indent, '\ in Print() [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 410 /* Used for line indenting: print 'indent' spaces */ 412 static int do_indent(char_io *io_ch, void *arg, int indent) in do_indent() argument 415 for (i = 0; i < indent; i++) in do_indent() 425 int indent, unsigned long flags) in do_name_ex() 437 if (indent < 0) in do_name_ex() 438 indent = 0; in do_name_ex() 439 outlen = indent; in do_name_ex() 440 if (!do_indent(io_ch, arg, indent)) in do_name_ex() 455 indent = 0; in do_name_ex() 463 indent in do_name_ex() 424 do_name_ex(char_io *io_ch, void *arg, const X509_NAME *n, int indent, unsigned long flags) do_name_ex() argument 562 X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, unsigned long flags) X509_NAME_print_ex() argument 571 X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, unsigned long flags) X509_NAME_print_ex_fp() argument [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 413 /* Used for line indenting: print 'indent' spaces */ 415 static int do_indent(char_io *io_ch, void *arg, int indent) in do_indent() argument 418 for (i = 0; i < indent; i++) in do_indent() 428 int indent, unsigned long flags) in do_name_ex() 440 if (indent < 0) in do_name_ex() 441 indent = 0; in do_name_ex() 442 outlen = indent; in do_name_ex() 443 if (!do_indent(io_ch, arg, indent)) in do_name_ex() 458 indent = 0; in do_name_ex() 466 indent in do_name_ex() 427 do_name_ex(char_io *io_ch, void *arg, const X509_NAME *n, int indent, unsigned long flags) do_name_ex() argument 565 X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, unsigned long flags) X509_NAME_print_ex() argument 574 X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, unsigned long flags) X509_NAME_print_ex_fp() argument [all...] |
/third_party/node/deps/npm/node_modules/indent-string/ |
H A D | index.js | 5 indent: ' ', 22 if (typeof options.indent !== 'string') { 24 `Expected \`options.indent\` to be a \`string\`, got \`${typeof options.indent}\`` 34 return string.replace(regex, options.indent.repeat(count));
|
/third_party/python/Lib/idlelib/ |
H A D | codecontext.py | 32 """Return tuple of (line indent value, codeline, block start keyword). 38 indent = len(spaces) 39 if len(codeline) == indent or codeline[indent] == '#': 40 indent = INFINITY 42 return indent, codeline, opener 58 self.info is a list of (line number, indent level, line text, 150 """Return a list of block line tuples and the 'last' indent. 152 The tuple fields are (linenum, indent, text, opener). 156 Last indent returne [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/ |
H A D | abseil.podspec.gen.py | 161 indent = " " * (depth + 1) 162 f.write("{indent}{var0}.subspec '{key}' do |{var1}|\n".format( 163 indent=indent, 171 f.write("{indent}end\n".format(indent=indent)) 176 indent = " " * (depth + 1) 184 f, "{indent}{var}.source_files = ".format(indent [all...] |
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | derb.cpp | 48 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status); 51 static void printIndent(UFILE *out, int32_t indent); 371 static void printIndent(UFILE *out, int32_t indent) { 372 icu::UnicodeString inchar(indent, 0x20, indent); 373 printString(out, inchar.getBuffer(), indent); 386 static void printOutAlias(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) { 393 printIndent(out, indent); 402 printIndent(out, indent); 419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, cons argument [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | derb.cpp | 48 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status); 51 static void printIndent(UFILE *out, int32_t indent); 371 static void printIndent(UFILE *out, int32_t indent) { 372 icu::UnicodeString inchar(indent, 0x20, indent); 373 printString(out, inchar.getBuffer(), indent); 386 static void printOutAlias(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) { 393 printIndent(out, indent); 402 printIndent(out, indent); 419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, cons argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | derb.cpp | 48 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status); 51 static void printIndent(UFILE *out, int32_t indent); 371 static void printIndent(UFILE *out, int32_t indent) { 372 icu::UnicodeString inchar(indent, 0x20, indent); 373 printString(out, inchar.getBuffer(), indent); 386 static void printOutAlias(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) { 393 printIndent(out, indent); 402 printIndent(out, indent); 419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, cons argument [all...] |
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 73 static void indent(int32_t count, FILE *f); 382 indent(int32_t count, in indent() function 463 indent(pad / 2, stdout); in print_month() 496 indent(lens[i] + 1, stdout); in print_month() 505 /* Calculate the justification and indent */ in print_month() 507 indent(pad, stdout); in print_month() 589 indent(pad / 2, stdout); in print_year() 606 indent(pad / 2, stdout); in print_year() 608 indent(pad / 2 + MARGIN_WIDTH, stdout); in print_year() 610 indent(pa in print_year() [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | t_x509.c | 288 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump() argument 299 if (BIO_indent(bp, indent, indent) <= 0) in X509_signature_dump() 315 int indent = 4; in X509_signature_print() local 316 if (BIO_printf(bp, "%*sSignature Algorithm: ", indent, "") <= 0) in X509_signature_print() 321 if (sig && BIO_printf(bp, "\n%*sSignature Value:", indent, "") <= 0) in X509_signature_print() 330 return ameth->sig_print(bp, sigalg, sig, indent + 4, 0); in X509_signature_print() 336 return X509_signature_dump(bp, sig, indent + 4); in X509_signature_print() 340 int X509_aux_print(BIO *out, X509 *x, int indent) in X509_aux_print() argument 353 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", inden in X509_aux_print() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | t_x509.c | 290 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump() argument 301 if (BIO_indent(bp, indent, indent) <= 0) in X509_signature_dump() 317 int indent = 4; in X509_signature_print() local 318 if (BIO_printf(bp, "%*sSignature Algorithm: ", indent, "") <= 0) in X509_signature_print() 323 if (sig && BIO_printf(bp, "\n%*sSignature Value:", indent, "") <= 0) in X509_signature_print() 332 return ameth->sig_print(bp, sigalg, sig, indent + 4, 0); in X509_signature_print() 338 return X509_signature_dump(bp, sig, indent + 4); in X509_signature_print() 342 int X509_aux_print(BIO *out, X509 *x, int indent) in X509_aux_print() argument 355 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", inden in X509_aux_print() [all...] |
/third_party/skia/third_party/externals/icu/source/samples/cal/ |
H A D | cal.c | 73 static void indent(int32_t count, FILE *f); 382 indent(int32_t count, in indent() function 463 indent(pad / 2, stdout); in print_month() 496 indent(lens[i] + 1, stdout); in print_month() 505 /* Calculate the justification and indent */ in print_month() 507 indent(pad, stdout); in print_month() 589 indent(pad / 2, stdout); in print_year() 606 indent(pad / 2, stdout); in print_year() 608 indent(pad / 2 + MARGIN_WIDTH, stdout); in print_year() 610 indent(pa in print_year() [all...] |
/third_party/rust/crates/env_logger/src/fmt/ |
H A D | mod.rs | 194 indent: built.format_indent, in build() 219 indent: Option<usize>, 340 match self.indent { in write_args() 345 // Create a wrapper around the buffer only if we have to actually indent the message in write_args() 441 indent: None, in format_with_header() 463 indent: None, in format_no_header() 485 indent: Some(4), in format_indent_spaces() 507 indent: Some(0), in format_indent_zero_spaces() 529 indent: Some(4), in format_indent_spaces_no_header() 551 indent in format_suffix() [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.cc | 816 IndentedScope indent(this, s, node->position()); in PrintIndentedVisit() 824 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram() 861 IndentedScope indent(this, "DECLS"); in PrintDeclarations() 868 IndentedScope indent(this, "PARAMS"); in PrintParameters() 892 IndentedScope indent(this, block_txt, node->position()); in VisitBlock() 915 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position()); in VisitExpressionStatement() 921 IndentedScope indent(this, "EMPTY", node->position()); in VisitEmptyStatement() 932 IndentedScope indent(this, "IF", node->position()); in VisitIfStatement() 942 IndentedScope indent(this, "CONTINUE", node->position()); in VisitContinueStatement() 947 IndentedScope indent(thi in VisitBreakStatement() [all...] |
/third_party/ltp/pan/cgi/ |
H A D | results.cgi | 118 $indent = 0; 128 $indent = 0; 130 $indent = 1; 132 $indent = 2; 137 if ($indent <= 0) { 141 if ($indent <= 1) { 146 if ($indent <= 2) {
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 304 # indent level for innermost preprocessor lines 305 my $indent = " "; 352 $indent = ' '; 358 $indent = " "; 382 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z; 389 while (length($indent) > 1) { 390 $indent = substr $indent, 0, -1; 391 print OUT "#${indent}endif\n"; 440 $indent [all...] |
/third_party/openssl/util/ |
H A D | mkerr.pl | 304 # indent level for innermost preprocessor lines 305 my $indent = " "; 352 $indent = ' '; 358 $indent = " "; 382 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z; 389 while (length($indent) > 1) { 390 $indent = substr $indent, 0, -1; 391 print OUT "#${indent}endif\n"; 440 $indent [all...] |