Home
last modified time | relevance | path

Searched refs:indent (Results 226 - 250 of 972) sorted by relevance

12345678910>>...39

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c168 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 Decx_meth.c168 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 Ddeepfreeze.py127 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 Dninja_target_writer.h75 bool indent,
82 bool indent,
/third_party/icu/icu4c/source/common/unicode/
H A Dutrace.h455 * @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 Djson_utils.cc48 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 Dutrace.h455 * @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 Dct_x509v3.c27 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 DRegexFormatter.java41 * <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 Dmakefreeze.py79 indent = ' ' * 4
81 print(indent, file=fp, end='')
/third_party/openssl/crypto/ct/
H A Dct_x509v3.c27 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 Dgn_to_bp.py178 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 Dutrace.h455 * @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 Dbuildstats_cpp.py84 print(json.dumps(results, indent=2))
87 output.write(json.dumps(results, indent=2))
/third_party/selinux/libsepol/src/
H A Dkernel_to_common.h88 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 Dexif.hxx354 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 Dallocation-tracker.cc56 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 DOpsTask.cpp814 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 Dbenchmarks.cpp89 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 Drun-script.js156 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 Drun_tests.pl196 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 Dminidom.py49 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 Dopt_common.c158 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 DTextFormat.java264 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 Dv3_asid.c64 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,

Completed in 18 milliseconds

12345678910>>...39