/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-json.cc | 35 Handle<Object> indent = args.atOrUndefined(isolate, 3); in BUILTIN() local 37 JsonStringify(isolate, object, replacer, indent)); in BUILTIN()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | t_bitst.c | 16 BIT_STRING_BITNAME *tbl, int indent) in ASN1_BIT_STRING_name_print() 20 BIO_printf(out, "%*s", indent, ""); in ASN1_BIT_STRING_name_print() 15 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) ASN1_BIT_STRING_name_print() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | t_bitst.c | 16 BIT_STRING_BITNAME *tbl, int indent) in ASN1_BIT_STRING_name_print() 20 BIO_printf(out, "%*s", indent, ""); in ASN1_BIT_STRING_name_print() 15 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) ASN1_BIT_STRING_name_print() argument
|
/third_party/python/Lib/ |
H A D | doctest.py | 236 def _indent(s, indent=4): 242 return re.sub('(?m)^(?!$)', indent*' ', s) 462 - indent: The example's indentation in the DocTest string. 472 def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, 485 self.indent = indent 497 self.indent == other.indent and \ 502 return hash((self.source, self.want, self.lineno, self.indent, 586 # (including leading indentation and prompts); `indent` i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 460 OS.indent(Depth) << "Check " << N++ << ":\n"; in printChecks() 462 OS.indent(Depth + 2) << "Comparing group (" << Check.first << "):\n"; in printChecks() 464 OS.indent(Depth + 2) << *Pointers[First[K]].PointerValue << "\n"; in printChecks() 466 OS.indent(Depth + 2) << "Against group (" << Check.second << "):\n"; in printChecks() 468 OS.indent(Depth + 2) << *Pointers[Second[K]].PointerValue << "\n"; in printChecks() 474 OS.indent(Depth) << "Run-time memory checks:\n"; in print() 477 OS.indent(Depth) << "Grouped accesses:\n"; in print() 481 OS.indent(Depth + 2) << "Group " << &CG << ":\n"; in print() 482 OS.indent(Depth + 4) << "(Low: " << *CG.Low << " High: " << *CG.High in print() 485 OS.indent(Dept in print() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_reflect.cpp | 47 uint32_t indent{ 0 }; 81 for (uint32_t i = 0; i < indent; i++) in statement_indent() 126 ++indent; in begin_json_array() 138 --indent; in end_json_array() 186 ++indent; in begin_json_object() 198 --indent; in end_json_object() 252 ++indent; in emit_json_key_object() 260 ++indent; in emit_json_key_array()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_lib.c | 1126 long indent) in print_set_indent() 1130 if (indent > 0) { in print_set_indent() 1134 if (BIO_set_indent(*out, indent) <= 0) { in print_set_indent() 1142 if (BIO_set_indent(*out, indent) <= 0) { in print_set_indent() 1150 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, in unsup_alg() argument 1153 return BIO_indent(out, indent, 128) in unsup_alg() 1158 static int print_pkey(const EVP_PKEY *pkey, BIO *out, int indent, in print_pkey() argument 1162 int indent, ASN1_PCTX *pctx), in print_pkey() 1170 if (!print_set_indent(&out, &pop_f_prefix, &saved_indent, indent)) in print_pkey() 1194 int indent, ASN1_PCT in EVP_PKEY_print_public() 1125 print_set_indent(BIO **out, int *pop_f_prefix, long *saved_indent, long indent) print_set_indent() argument 1193 EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_public() argument 1201 EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_private() argument 1209 EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_params() argument 1218 EVP_PKEY_print_public_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_public_fp() argument 1231 EVP_PKEY_print_private_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_private_fp() argument 1244 EVP_PKEY_print_params_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_params_fp() argument [all...] |
/third_party/libabigail/include/ |
H A D | abg-comparison.h | 1088 /// @param indent the indentation string to use. 1090 report(ostream& out, const string& indent = "") const = 0; 1187 report(ostream& out, const string& indent = "") const; 1239 report(ostream& out, const string& indent = "") const; 1293 report(ostream&, const string& indent = "") const; 1350 report(ostream&, const string& indent = "") const; 1407 report(ostream&, const string& indent = "") const; 1464 report(ostream&, const string& indent = "") const; 1533 report(ostream&, const string& indent = "") const; 1659 report(ostream&, const string& indent [all...] |
/third_party/openssl/crypto/evp/ |
H A D | p_lib.c | 1123 long indent) in print_set_indent() 1127 if (indent > 0) { in print_set_indent() 1131 if (BIO_set_indent(*out, indent) <= 0) { in print_set_indent() 1139 if (BIO_set_indent(*out, indent) <= 0) { in print_set_indent() 1147 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, in unsup_alg() argument 1150 return BIO_indent(out, indent, 128) in unsup_alg() 1155 static int print_pkey(const EVP_PKEY *pkey, BIO *out, int indent, in print_pkey() argument 1159 int indent, ASN1_PCTX *pctx), in print_pkey() 1167 if (!print_set_indent(&out, &pop_f_prefix, &saved_indent, indent)) in print_pkey() 1191 int indent, ASN1_PCT in EVP_PKEY_print_public() 1122 print_set_indent(BIO **out, int *pop_f_prefix, long *saved_indent, long indent) print_set_indent() argument 1190 EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_public() argument 1198 EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_private() argument 1206 EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_params() argument 1215 EVP_PKEY_print_public_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_public_fp() argument 1228 EVP_PKEY_print_private_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_private_fp() argument 1241 EVP_PKEY_print_params_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_params_fp() argument [all...] |
/third_party/icu/tools/multi/proj/icu4cscan/ |
H A D | xmlout.cpp | 29 int XMLFile::indent(const char *s, bool single) { in indent() function in XMLFile 62 oldlevel = file.indent(outs, single); in XMLElement()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_print.h | 93 GLint indent, 98 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
|
/third_party/libabigail/src/ |
H A D | abg-config.cc | 50 config::set_xml_element_indent(unsigned indent) in set_xml_element_indent() argument 51 {m_xml_element_indent = indent;} in set_xml_element_indent()
|
/third_party/python/Programs/ |
H A D | freeze_test_frozenmain.py | 12 indent = ' ' * 4 14 print(indent, file=fp, end='')
|
/third_party/skia/infra/bots/buildstats/ |
H A D | buildstats_wasm.py | 74 print(json.dumps(results, indent=2)) 77 output.write(json.dumps(results, indent=2))
|
H A D | buildstats_web.py | 60 print(json.dumps(results, indent=2)) 63 output.write(json.dumps(results, indent=2))
|
/third_party/libsnd/Scripts/ |
H A D | cstyle.py | 209 indent = len (self.indent_re.search (line).group ()) 211 if not self.last_line_indent_curly and indent != self.last_line_indent: 212 None # self.error ("bad indent on close curly brace") 226 self.last_line_indent = indent
|
/third_party/json/benchmarks/src/ |
H A D | benchmarks.cpp | 79 static void Dump(benchmark::State& state, const char* filename, int indent) in Dump() argument 87 j.dump(indent); in Dump() 90 state.SetBytesProcessed(state.iterations() * j.dump(indent).size()); in Dump()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | nativetypes.py | 68 self.indent() 117 self.indent() 170 self.indent()
|
/third_party/openssl/test/ |
H A D | bio_prefix_text.c | 56 { "i", OPT_INDENT, 's', "Indentation in form '[idx:]indent'" }, 144 size_t idx, indent; in setup() local 202 indent = strtoul(colon, &endptr, 10); in setup() 214 if (BIO_set_indent(chain[idx], (long)indent) <= 0) { in setup()
|
/third_party/json/ |
H A D | Makefile | 149 --indent=spaces=4 \ 150 --indent-modifiers \ 151 --indent-switches \ 152 --indent-preproc-block \ 153 --indent-preproc-define \ 154 --indent-col1-comments \
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi_cmds.c | 142 static char indent[64]; in acpi_traverse() local 143 const char * const ind_end = indent + 63; in acpi_traverse() 149 if (!indent[0]) in acpi_traverse() 150 memset(indent, 0x20, 63); in acpi_traverse() 180 if (ind < indent) in acpi_traverse() 181 ind = indent; in acpi_traverse()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_ameth.c | 362 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_param_print() argument 365 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, EC_KEY_PRINT_PARAM); in eckey_param_print() 368 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_pub_print() argument 371 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, EC_KEY_PRINT_PUBLIC); in eckey_pub_print() 374 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_priv_print() argument 377 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, EC_KEY_PRINT_PRIVATE); in eckey_priv_print()
|
/third_party/python/Tools/scripts/ |
H A D | pindent.py | 77 # - optionally do much more thorough reformatting, a la C indent 153 def putline(self, line, indent): 154 tabs, spaces = divmod(indent*self.indentsize, self.tabsize) 266 indent = len(indentws.expandtabs(self.tabsize)) 268 while indent < current: 282 if indent == current and firstkw: 299 if indent > current:
|
/third_party/openssl/crypto/ec/ |
H A D | ec_ameth.c | 362 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_param_print() argument 365 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, EC_KEY_PRINT_PARAM); in eckey_param_print() 368 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_pub_print() argument 371 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, EC_KEY_PRINT_PUBLIC); in eckey_pub_print() 374 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_priv_print() argument 377 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, EC_KEY_PRINT_PRIVATE); in eckey_priv_print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | raw_ostream.cpp | 332 this->indent(PadAmount); in operator <<() 335 this->indent(PadAmount); in operator <<() 356 indent(FN.Width - Buffer.size()); in operator <<() 389 indent(FB.IndentLevel); in operator <<() 413 indent(BlockCharWidth - CharsPrinted + 2); in operator <<() 434 /// indent - Insert 'NumSpaces' spaces. 435 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent() function in raw_ostream
|