/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_angle_gn_info_json.py | 48 def load_json_deps(desc, gn_out, target_name, all_desc, indent=" "): 56 indent: Print with indent to show recursion depth 62 logging.debug("dep: %s%s" % (indent, dep)) 65 load_json_deps(new_desc, gn_out, dep, all_desc, indent + " ") 67 logging.debug("dup: %s%s" % (indent, dep)) 108 fh.write(json.dumps(desc, indent=4, sort_keys=True))
|
H A D | generate_android_bp.py | 33 def tabs(indent): 34 return ' ' * (indent * 4) 52 def write_blueprint_key_value(output, name, value, indent=1): 60 output.append(tabs(indent) + '%s: [' % name) 62 output.append(tabs(indent + 1) + '"%s",' % item) 63 output.append(tabs(indent) + '],') 68 output.append(tabs(indent) + '%s: {' % name) 70 write_blueprint_key_value(output, item, item_value, indent + 1) 71 output.append(tabs(indent) + '},') 74 output.append(tabs(indent) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 335 : caseDef(c), numMasks(5), nesting(0), maxNesting(c.maxNesting), loopNesting(0), loopNestingThisFunction(0), callNesting(0), minCount(30), indent(0), isLoopInf(100, false), doneInfLoopBreak(100, false), storeBase(0x10000) in RandomProgram() 353 deInt32 indent; member in vkt::Reconvergence::__anon28572::RandomProgram 890 for (deInt32 i = 0; i < indent; ++i) in printIndent() 925 indent = 4; in genCode() 943 indent += 4; in genCode() 947 indent += 4; in genCode() 951 indent += 4; in genCode() 956 indent -= 4; in genCode() 958 indent += 4; in genCode() 961 indent in genCode() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 335 : caseDef(c), numMasks(5), nesting(0), maxNesting(c.maxNesting), loopNesting(0), loopNestingThisFunction(0), callNesting(0), minCount(30), indent(0), isLoopInf(100, false), doneInfLoopBreak(100, false), storeBase(0x10000) in RandomProgram() 353 deInt32 indent; member in vkt::Reconvergence::__anon29752::RandomProgram 890 for (deInt32 i = 0; i < indent; ++i) in printIndent() 925 indent = 4; in genCode() 943 indent += 4; in genCode() 947 indent += 4; in genCode() 951 indent += 4; in genCode() 956 indent -= 4; in genCode() 958 indent += 4; in genCode() 961 indent in genCode() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_params.c | 284 int ossl_ffc_params_print(BIO *bp, const FFC_PARAMS *ffc, int indent) in ossl_ffc_params_print() argument 286 if (!ASN1_bn_print(bp, "prime P:", ffc->p, NULL, indent)) in ossl_ffc_params_print() 288 if (!ASN1_bn_print(bp, "generator G:", ffc->g, NULL, indent)) in ossl_ffc_params_print() 291 && !ASN1_bn_print(bp, "subgroup order Q:", ffc->q, NULL, indent)) in ossl_ffc_params_print() 294 && !ASN1_bn_print(bp, "subgroup factor:", ffc->j, NULL, indent)) in ossl_ffc_params_print() 299 if (!BIO_indent(bp, indent, 128) in ossl_ffc_params_print() 305 || !BIO_indent(bp, indent + 4, 128)) in ossl_ffc_params_print() 316 if (!BIO_indent(bp, indent, 128) in ossl_ffc_params_print()
|
/third_party/openssl/crypto/ffc/ |
H A D | ffc_params.c | 284 int ossl_ffc_params_print(BIO *bp, const FFC_PARAMS *ffc, int indent) in ossl_ffc_params_print() argument 286 if (!ASN1_bn_print(bp, "prime P:", ffc->p, NULL, indent)) in ossl_ffc_params_print() 288 if (!ASN1_bn_print(bp, "generator G:", ffc->g, NULL, indent)) in ossl_ffc_params_print() 291 && !ASN1_bn_print(bp, "subgroup order Q:", ffc->q, NULL, indent)) in ossl_ffc_params_print() 294 && !ASN1_bn_print(bp, "subgroup factor:", ffc->j, NULL, indent)) in ossl_ffc_params_print() 299 if (!BIO_indent(bp, indent, 128) in ossl_ffc_params_print() 305 || !BIO_indent(bp, indent + 4, 128)) in ossl_ffc_params_print() 316 if (!BIO_indent(bp, indent, 128) in ossl_ffc_params_print()
|
/third_party/skia/src/gpu/ |
H A D | GrRenderTask.cpp | 308 SkString indent, in dump() 312 indent.c_str(), in dump() 314 SkDebugf("%s%s task - renderTaskID: %d\n", indent.c_str(), this->name(), fUniqueID); in dump() 317 SkDebugf("%sTargets: \n", indent.c_str()); in dump() 321 SkDebugf("%s%s\n", indent.c_str(), proxyStr.c_str()); in dump() 326 SkDebugf("%sI rely On (%d): ", indent.c_str(), fDependencies.count()); in dump() 332 SkDebugf("%s(%d) Rely On Me: ", indent.c_str(), fDependents.count()); in dump() 341 indent.c_str()); in dump() 307 dump(const SkString& label, SkString indent, bool printDependencies, bool close) const dump() argument
|
/third_party/PyYAML/lib/yaml/ |
H A D | emitter.py | 38 def __init__(self, stream, canonical=None, indent=None, width=None, 58 self.indent = None 86 if indent and 1 < indent < 10: 87 self.best_indent = indent 147 self.indents.append(self.indent) 148 if self.indent is None: 150 self.indent = self.best_indent 152 self.indent = 0 154 self.indent [all...] |
H A D | scanner.py | 76 self.indent = -1 301 required = not self.flow_level and self.indent == self.column 328 ## Actually the condition should be `self.indent >= column` according to 333 #if self.flow_level and self.indent > column: 344 while self.indent > column: 346 self.indent = self.indents.pop() 351 if self.indent < column: 352 self.indents.append(self.indent) 353 self.indent = column 993 min_indent = self.indent [all...] |
/third_party/jinja2/ |
H A D | compiler.py | 401 self.indent() 405 self.indent() 414 def indent(self) -> None: member in CodeGenerator 566 self.indent() 570 self.indent() 573 self.indent() 663 self.indent() 672 self.indent() 873 self.indent() 895 self.indent() [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_print.c | 607 GLint indent, in _mesa_fprint_instruction_opt() 617 indent -= 3; in _mesa_fprint_instruction_opt() 619 for (i = 0; i < indent; i++) { in _mesa_fprint_instruction_opt() 691 return indent + 3; in _mesa_fprint_instruction_opt() 694 return indent + 3; in _mesa_fprint_instruction_opt() 700 return indent + 3; in _mesa_fprint_instruction_opt() 715 return indent + 3; in _mesa_fprint_instruction_opt() 757 return indent; in _mesa_fprint_instruction_opt() 763 GLint indent, in _mesa_print_instruction_opt() 767 return _mesa_fprint_instruction_opt(stderr, inst, indent, mod in _mesa_print_instruction_opt() 605 _mesa_fprint_instruction_opt(FILE *f, const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_fprint_instruction_opt() argument 762 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_print_instruction_opt() argument 789 GLuint i, indent = 0; _mesa_fprint_program_opt() local [all...] |
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkdef.pl | 251 my $indent = 0; 265 $indent = 0; 395 my $indent = ' '.$firstcomma; 398 $indent$_ - 400 $symvtextcount += length($indent) + length($_) + 1; 401 $indent = ' ,';
|
/third_party/openssl/util/ |
H A D | mkdef.pl | 251 my $indent = 0; 265 $indent = 0; 395 my $indent = ' '.$firstcomma; 398 $indent$_ - 400 $symvtextcount += length($indent) + length($_) + 1; 401 $indent = ' ,';
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 132 OS.indent(Indent); in print() 137 OS.indent(Indent + 2); in print() 140 OS.indent(Indent); in print() 146 OS.indent(Indent); in print() 153 OS.indent(Indent + 2); in print() 158 OS.indent(Indent); in print()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_ist.c | 97 int indent) 109 BIO_printf(out, "%*ssignTool : ", indent, ""); 117 BIO_printf(out, "%*scATool : ", indent, ""); 125 BIO_printf(out, "%*ssignToolCert: ", indent, ""); 133 BIO_printf(out, "%*scAToolCert : ", indent, "");
|
H A D | v3_pku.c | 19 int indent); 38 int indent) 40 BIO_printf(out, "%*s", indent, "");
|
/third_party/python/Tools/scripts/ |
H A D | generate_token.py | 144 indent = ' ' * n 145 write(indent) 148 write(indent) 153 write(indent) 157 write(indent)
|
/third_party/openssl/crypto/x509/ |
H A D | v3_ist.c | 94 int indent) 106 BIO_printf(out, "%*ssignTool : ", indent, ""); 114 BIO_printf(out, "%*scATool : ", indent, ""); 122 BIO_printf(out, "%*ssignToolCert: ", indent, ""); 130 BIO_printf(out, "%*scAToolCert : ", indent, "");
|
H A D | v3_pku.c | 19 int indent); 38 int indent) 40 BIO_printf(out, "%*s", indent, "");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 60 // If the to-execute code has \n's in it, indent each subsequent line. in EmitStringMatcherForChar() 143 OS.indent(Indent*2+2) << "switch (" << StrVariableName << ".size()) {\n"; in Emit() 144 OS.indent(Indent*2+2) << "default: break;\n"; in Emit() 148 OS.indent(Indent*2+2) << "case " << LI->first << ":\t // " in Emit() 152 OS.indent(Indent*2+4) << "break;\n"; in Emit() 155 OS.indent(Indent*2+2) << "}\n"; in Emit()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 338 static int dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dsa_param_print() argument 341 return do_dsa_print(bp, pkey->pkey.dsa, indent, 0); in dsa_param_print() 344 static int dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dsa_pub_print() argument 347 return do_dsa_print(bp, pkey->pkey.dsa, indent, 1); in dsa_pub_print() 350 static int dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dsa_priv_print() argument 353 return do_dsa_print(bp, pkey->pkey.dsa, indent, 2); in dsa_priv_print() 376 const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) in dsa_sig_print() 398 if (!ASN1_bn_print(bp, "r: ", r, NULL, indent)) in dsa_sig_print() 400 if (!ASN1_bn_print(bp, "s: ", s, NULL, indent)) in dsa_sig_print() 409 return X509_signature_dump(bp, sig, indent); in dsa_sig_print() 375 dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) dsa_sig_print() argument [all...] |
/third_party/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 338 static int dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dsa_param_print() argument 341 return do_dsa_print(bp, pkey->pkey.dsa, indent, 0); in dsa_param_print() 344 static int dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dsa_pub_print() argument 347 return do_dsa_print(bp, pkey->pkey.dsa, indent, 1); in dsa_pub_print() 350 static int dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dsa_priv_print() argument 353 return do_dsa_print(bp, pkey->pkey.dsa, indent, 2); in dsa_priv_print() 376 const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) in dsa_sig_print() 398 if (!ASN1_bn_print(bp, "r: ", r, NULL, indent)) in dsa_sig_print() 400 if (!ASN1_bn_print(bp, "s: ", s, NULL, indent)) in dsa_sig_print() 409 return X509_signature_dump(bp, sig, indent); in dsa_sig_print() 375 dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) dsa_sig_print() argument [all...] |
/third_party/mesa3d/src/mapi/ |
H A D | mapi_abi.py | 225 self.indent = ' ' * 3 339 stmt1 = self.indent 342 stmt2 = self.indent 345 stmt3 = self.indent 364 name = '%s(mapi_func) %s' % (self.indent, 383 pool_str = self.indent + '"' + \ 384 ('\\0"\n' + self.indent + '"').join(pool) + '";' 392 self.indent, pool_offsets[ent], ent.slot)) 405 stmt1 = self.indent; 414 stmt1 += self.indent [all...] |
/third_party/FreeBSD/sys/kern/ |
H A D | subr_bus.c | 120 * Produce the indenting, indent*2 spaces plus a '.' ahead of that to 123 #define indentprintf(p) do { int iJ; PRINTK("."); for (iJ=0; iJ<indent; iJ++) PRINTK(" "); PRINTK p ; } while (0) 125 static void print_device_short(device_t dev, int indent); 126 static void print_device(device_t dev, int indent); 127 void print_device_tree_short(device_t dev, int indent); 128 void print_device_tree(device_t dev, int indent); 129 static void print_driver_short(driver_t *driver, int indent); 130 static void print_driver(driver_t *driver, int indent); 131 static void print_driver_list(driver_list_t drivers, int indent); 132 static void print_devclass_short(devclass_t dc, int indent); 2887 print_device_short(device_t dev, int indent) print_device_short() argument 2907 print_device(device_t dev, int indent) print_device() argument 2923 print_device_tree_short(device_t dev, int indent) print_device_tree_short() argument 2939 print_device_tree(device_t dev, int indent) print_device_tree() argument 2955 print_driver_short(driver_t *driver, int indent) print_driver_short() argument 2965 print_driver(driver_t *driver, int indent) print_driver() argument 2974 print_driver_list(driver_list_t drivers, int indent) print_driver_list() argument 2984 print_devclass_short(devclass_t dc, int indent) print_devclass_short() argument 2993 print_devclass(devclass_t dc, int indent) print_devclass() argument [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 332 self.indent() 336 self.indent() 345 def indent(self): member in CodeGenerator 551 self.indent() 560 self.indent() 739 self.indent() 761 self.indent() 763 self.indent() 771 self.indent() 781 self.indent() [all...] |