/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 168 static int ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_key_print() argument 176 if (BIO_printf(bp, "%*s<INVALID PRIVATE KEY>\n", indent, "") <= 0) in ecx_key_print() 180 if (BIO_printf(bp, "%*s%s Private-Key:\n", indent, "", nm) <= 0) in ecx_key_print() 182 if (BIO_printf(bp, "%*spriv:\n", indent, "") <= 0) in ecx_key_print() 185 indent + 4) == 0) in ecx_key_print() 189 if (BIO_printf(bp, "%*s<INVALID PUBLIC KEY>\n", indent, "") <= 0) in ecx_key_print() 193 if (BIO_printf(bp, "%*s%s Public-Key:\n", indent, "", nm) <= 0) in ecx_key_print() 196 if (BIO_printf(bp, "%*spub:\n", indent, "") <= 0) in ecx_key_print() 200 indent + 4) == 0) in ecx_key_print() 205 static int ecx_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_priv_print() argument 211 ecx_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) ecx_pub_print() argument [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 168 static int ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_key_print() argument 176 if (BIO_printf(bp, "%*s<INVALID PRIVATE KEY>\n", indent, "") <= 0) in ecx_key_print() 180 if (BIO_printf(bp, "%*s%s Private-Key:\n", indent, "", nm) <= 0) in ecx_key_print() 182 if (BIO_printf(bp, "%*spriv:\n", indent, "") <= 0) in ecx_key_print() 185 indent + 4) == 0) in ecx_key_print() 189 if (BIO_printf(bp, "%*s<INVALID PUBLIC KEY>\n", indent, "") <= 0) in ecx_key_print() 193 if (BIO_printf(bp, "%*s%s Public-Key:\n", indent, "", nm) <= 0) in ecx_key_print() 196 if (BIO_printf(bp, "%*spub:\n", indent, "") <= 0) in ecx_key_print() 200 indent + 4) == 0) in ecx_key_print() 205 static int ecx_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_priv_print() argument 211 ecx_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) ecx_pub_print() argument [all...] |
/third_party/python/Tools/scripts/ |
H A D | deepfreeze.py | 127 def indent(self) -> None: member in Printer 141 with self.indent(): 164 with self.indent(): 190 with self.indent(): 258 with self.indent(): 304 with self.indent(): 328 with self.indent():
|
/third_party/gn/src/gn/ |
H A D | ninja_target_writer.h | 75 bool indent, 82 bool indent,
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utrace.h | 455 * @param indent Number of spaces to indent the output. Intended to allow 465 int32_t indent, const char *fmt, va_list args); 476 * @param indent Number of spaces to indent the output. Intended to allow 486 int32_t indent, const char *fmt, ...);
|
/third_party/node/src/ |
H A D | json_utils.cc | 48 const std::string indent(indent_depth, ' '); in Reindent() 55 out.append(indent); in Reindent()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utrace.h | 455 * @param indent Number of spaces to indent the output. Intended to allow 465 int32_t indent, const char *fmt, va_list args); 476 * @param indent Number of spaces to indent the output. Intended to allow 486 int32_t indent, const char *fmt, ...);
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_x509v3.c | 27 BIO *out, int indent) in i2r_SCT_LIST() 29 SCT_LIST_print(sct_list, out, indent, "\n", NULL); in i2r_SCT_LIST() 26 i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out, int indent) i2r_SCT_LIST() argument
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | RegexFormatter.java | 41 * <li>Newline after opening '(?:' and increase indent. 43 * <li>Decrease indent and add newline before closing ')' 67 indent(level); in recurse() 113 private void indent(int level) { in indent() method in RegexFormatter
|
/third_party/python/Tools/freeze/ |
H A D | makefreeze.py | 79 indent = ' ' * 4 81 print(indent, file=fp, end='')
|
/third_party/openssl/crypto/ct/ |
H A D | ct_x509v3.c | 27 BIO *out, int indent) in i2r_SCT_LIST() 29 SCT_LIST_print(sct_list, out, indent, "\n", NULL); in i2r_SCT_LIST() 26 i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out, int indent) i2r_SCT_LIST() argument
|
/third_party/skia/tools/skqp/ |
H A D | gn_to_bp.py | 178 def bpfmt(indent, lst, sort=True): 181 return ('\n' + ' '*indent).join('"%s",' % v for v in lst)
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utrace.h | 455 * @param indent Number of spaces to indent the output. Intended to allow 465 int32_t indent, const char *fmt, va_list args); 476 * @param indent Number of spaces to indent the output. Intended to allow 486 int32_t indent, const char *fmt, ...);
|
/third_party/skia/infra/bots/buildstats/ |
H A D | buildstats_cpp.py | 84 print(json.dumps(results, indent=2)) 87 output.write(json.dumps(results, indent=2))
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_common.h | 88 void sepol_indent(FILE *out, int indent); 109 void strs_write_each_indented(const struct strs *strs, FILE *out, int indent);
|
/third_party/libexif/contrib/c++/ |
H A D | exif.hxx | 354 void dump(unsigned int indent = 0) const in dump() 356 exif_entry_dump(entry_, indent); in dump() 445 void dump(unsigned int indent = 0) const in dump() 447 exif_content_dump(content_, indent); in dump()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.cc | 56 void AllocationTraceNode::Print(int indent, AllocationTracker* tracker) { in Print() argument 57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' '); in Print() 66 indent += 2; in Print() 68 node->Print(indent, tracker); in Print()
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 814 SkString indent, in dump() 817 GrRenderTask::dump(label, indent, printDependencies, false); in dump() 819 SkDebugf("%sfColorLoadOp: ", indent.c_str()); in dump() 836 SkDebugf("%sfInitialStencilContent: ", indent.c_str()); in dump() 849 SkDebugf("%s%d ops:\n", indent.c_str(), fOpChains.count()); in dump() 851 SkDebugf("%s*******************************\n", indent.c_str()); in dump() 853 SkDebugf("%s%d: <combined forward or failed instantiation>\n", indent.c_str(), i); in dump() 855 SkDebugf("%s%d: %s\n", indent.c_str(), i, fOpChains[i].head()->name()); in dump() 858 indent.c_str(), in dump() 862 SkDebugf("%s%s\n", indent in dump() 813 dump(const SkString& label, SkString indent, bool printDependencies, bool close) const dump() argument [all...] |
/third_party/json/tests/benchmarks/src/ |
H A D | benchmarks.cpp | 89 static void Dump(benchmark::State& state, const char* filename, int indent) in Dump() argument 97 j.dump(indent); in Dump() 100 state.SetBytesProcessed(state.iterations() * j.dump(indent).size()); in Dump()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 156 const indent = '\n ' 175 this.npm.output(prefix + script + indent + colorize.dim(scripts[script])) 189 this.npm.output(prefix + script + indent + colorize.dim(scripts[script]))
|
/third_party/openssl/test/ |
H A D | run_tests.pl | 196 my $indent = $level < 0 ? "" : " " x ($level * 4); 199 if ($self->as_string =~ m/^$indent 1\.\.(\d+)/); 201 if ($self->as_string =~ m/^$indent(not )?ok /);
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 49 def toprettyxml(self, indent="\t", newl="\n", encoding=None, 60 self.writexml(writer, "", indent, newl, encoding, standalone) 62 self.writexml(writer, "", indent, newl) 871 def writexml(self, writer, indent="", addindent="", newl=""): 877 # indent = current indentation 880 writer.write(indent+"<" + self.tagName) 897 node.writexml(writer, indent+addindent, addindent, newl) 898 writer.write(indent) 1014 def writexml(self, writer, indent="", addindent="", newl=""): 1015 writer.write("%s<?%s %s?>%s" % (indent,sel [all...] |
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 158 const char *indent = flags & INDENT? " " : ""; \ 163 indent, #libname, \ 176 indent); \ 180 indent, #libname, cfg); \ 199 const char *indent = flags & INDENT? " " : ""; in print_program_info() local 206 av_log(NULL, level, "%sbuilt with %s\n", indent, CC_IDENT); in print_program_info() 208 av_log(NULL, level, "%sconfiguration: " FFMPEG_CONFIGURATION "\n", indent); in print_program_info() 213 const char *indent = flags & INDENT ? " " : ""; in print_buildconf() local 230 av_log(NULL, level, "\n%sconfiguration:\n", indent); in print_buildconf() 232 av_log(NULL, level, "%s%s%s\n", indent, inden in print_buildconf() [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormat.java | 264 generator.indent(); in printUnknownFieldValue() 398 generator.indent(); in printAny() 680 generator.indent(); in printUnknownFieldValue() 735 generator.indent(); in printSingleField() 766 generator.indent(); in printUnknownFields() 818 private final StringBuilder indent = new StringBuilder(); field in TextFormat.TextGenerator 835 public void indent() { in indent() method in TextFormat.TextGenerator 836 indent.append(" "); in indent() 839 /** Reduces the current indent level by two spaces, or crashes if the indent leve [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_asid.c | 64 int indent, const char *msg) 70 BIO_printf(out, "%*s%s:\n", indent, "", msg); 73 BIO_printf(out, "%*sinherit\n", indent + 2, ""); 83 BIO_printf(out, "%*s%s\n", indent + 2, "", s); 89 BIO_printf(out, "%*s%s-", indent + 2, "", s); 111 void *ext, BIO *out, int indent) 114 return (i2r_ASIdentifierChoice(out, asid->asnum, indent, 116 i2r_ASIdentifierChoice(out, asid->rdi, indent,
|