/third_party/rust/crates/clap/clap_complete_fig/src/ |
D | fig.rs | 54 fn gen_fig_inner(parent_commands: &[&str], indent: usize, cmd: &Command, buffer: &mut String) { in gen_fig_inner() 56 write!(buffer, "{:indent$}subcommands: [\n", "", indent = indent).unwrap(); in gen_fig_inner() 68 indent = indent + 2 in gen_fig_inner() 88 indent = indent + 2 in gen_fig_inner() 99 indent = indent + 4 in gen_fig_inner() 105 write!(buffer, "{:indent$}hidden: true,\n", "", indent = indent + 4).unwrap(); in gen_fig_inner() 110 gen_fig_inner(&parent_commands, indent + 4, subcommand, buffer); in gen_fig_inner() 112 write!(buffer, "{:indent$}}},\n", "", indent = indent + 2).unwrap(); in gen_fig_inner() 114 write!(buffer, "{:indent$}],\n", "", indent = indent).unwrap(); in gen_fig_inner() 117 buffer.push_str(&gen_options(cmd, indent)); in gen_fig_inner() [all …]
|
/third_party/libabigail/include/ |
D | abg-reporter.h | 65 const std::string& indent = "") const = 0; 69 const std::string& indent = "") const = 0; 73 const std::string& indent = "") const = 0; 77 const std::string& indent = "") const = 0; 81 const std::string& indent = "") const = 0; 85 const std::string& indent = "") const = 0; 89 const std::string& indent = "") const = 0; 93 const std::string& indent = "") const = 0; 97 const std::string& indent = "") const = 0; 101 const std::string& indent = "") const = 0; [all …]
|
/third_party/openssl/ssl/ |
D | t1_trce.c | 24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument 25 do_ssl_trace_list(bio, indent, msg, msglen, value, \ 40 static int do_ssl_trace_list(BIO *bio, int indent, in do_ssl_trace_list() argument 52 BIO_indent(bio, indent, 80); in do_ssl_trace_list() 614 static void ssl_print_hex(BIO *bio, int indent, const char *name, in ssl_print_hex() argument 619 BIO_indent(bio, indent, 80); in ssl_print_hex() 626 static int ssl_print_hexbuf(BIO *bio, int indent, const char *name, size_t nlen, in ssl_print_hexbuf() argument 640 ssl_print_hex(bio, indent, name, p, blen); in ssl_print_hexbuf() 646 static int ssl_print_version(BIO *bio, int indent, const char *name, in ssl_print_version() argument 657 BIO_indent(bio, indent, 80); in ssl_print_version() [all …]
|
/third_party/libabigail/src/ |
D | abg-leaf-reporter.cc | 81 const string& indent) in report_diffs() argument 102 out << indent << "'" << n; in report_diffs() 109 (*i)->get_canonical_diff()->report(out, indent + " "); in report_diffs() 126 const string& indent) in report_type_changes_from_diff_maps() argument 129 report_diffs(reporter, maps.get_type_decl_diff_map(), out, indent); in report_type_changes_from_diff_maps() 132 report_diffs(reporter, maps.get_enum_diff_map(), out, indent); in report_type_changes_from_diff_maps() 135 report_diffs(reporter, maps.get_class_diff_map(), out, indent); in report_type_changes_from_diff_maps() 138 report_diffs(reporter, maps.get_union_diff_map(), out, indent); in report_type_changes_from_diff_maps() 141 report_diffs(reporter, maps.get_typedef_diff_map(), out, indent); in report_type_changes_from_diff_maps() 144 report_diffs(reporter, maps.get_array_diff_map(), out, indent); in report_type_changes_from_diff_maps() [all …]
|
D | abg-default-reporter.cc | 69 const string& indent) const in report() 79 out, indent); in report() 83 out << indent in report() 91 out << indent in report() 108 const string& indent) const in report() 137 out << indent << "enum type " << name << was << is_now << "\n"; in report() 142 out, indent); in report() 143 maybe_report_diff_for_member(first, second, ctxt, out, indent); in report() 146 d.underlying_type_diff()->report(out, indent); in report() 155 report_mem_header(out, numdels, 0, del_kind, "enumerator", indent); in report() [all …]
|
D | abg-reporter-priv.cc | 235 const string& indent) in represent_data_member() argument 241 out << indent in represent_data_member() 394 const string& indent, in represent() argument 445 show_offset_or_size(indent + "anonymous data member at offset", in represent() 449 << indent << " " << o_pretty_representation << "\n" in represent() 450 << indent << "to:\n" in represent() 451 << indent << " " << n_pretty_representation << "\n"; in represent() 461 out << indent << "while looking at anonymous data member '" in represent() 463 << indent << "the internal name of that anonymous data member" in represent() 465 << indent << " " << get_type_name(o_type) << "\n" in represent() [all …]
|
D | abg-writer.cc | 997 unsigned indent) in annotate() argument 1007 do_indent(o, indent); in annotate() 1030 unsigned indent) in annotate() argument 1040 do_indent(o, indent); in annotate() 1061 unsigned indent) in annotate() argument 1071 do_indent(o, indent); in annotate() 1097 unsigned indent) in annotate() argument 1107 do_indent(o, indent); in annotate() 1142 unsigned indent) in annotate() argument 1152 do_indent(o, indent); in annotate() [all …]
|
D | abg-reporter-priv.h | 30 out << indent << "details are being reported\n"; \ 32 out << indent << "details were reported earlier\n"; \ 56 out << indent << INTRO_TEXT << " '" << _name_ \ 60 out << indent << INTRO_TEXT << " '" \ 85 out << indent << INTRO_TEXT << " '" << _name_ << "' changed; " \ 89 out << indent << INTRO_TEXT << " '" << _name_ << "' changed"; \ 140 const string& indent); 156 const string& indent = "", 164 const string& indent); 176 const string& indent); [all …]
|
/third_party/benchmark/src/ |
D | json_reporter.cc | 128 std::string indent(4, ' '); in ReportContext() local 131 out << indent << FormatKV("date", walltime_value) << ",\n"; in ReportContext() 133 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext() 136 out << indent << FormatKV("executable", Context::executable_name) << ",\n"; in ReportContext() 140 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) in ReportContext() 142 out << indent in ReportContext() 147 out << indent in ReportContext() 153 out << indent << "\"caches\": [\n"; in ReportContext() 154 indent = std::string(6, ' '); in ReportContext() 158 out << indent << "{\n"; in ReportContext() [all …]
|
/third_party/openssl/util/ |
D | su-filter.pl | 12 my $indent = 0; 49 $out .= displayData($indent, 0, \@strucdata); 50 $out .= "\n$indent};\n"; 56 $indent = $1; 180 my $indent = shift; 193 $item =~ s/\n/\n$indent/g; 195 $out .= $item."\n".$indent; 197 $out .= "\n".$indent.$item."\n".$indent; 199 $currline = $indent; 208 $out .= $item."\n".$indent; [all …]
|
D | mkerr.pl | 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 = ' '; 447 $indent .= ' '; 485 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z; [all …]
|
/third_party/python/Lib/ |
D | pprint.py | 48 def pprint(object, stream=None, indent=1, width=80, depth=None, *, argument 52 stream=stream, indent=indent, width=width, depth=depth, 57 def pformat(object, indent=1, width=80, depth=None, *, argument 60 return PrettyPrinter(indent=indent, width=width, depth=depth, 107 def __init__(self, indent=1, width=80, depth=None, stream=None, *, argument 132 indent = int(indent) 134 if indent < 0: 141 self._indent_per_level = indent 167 def _format(self, object, stream, indent, allowance, context, level): argument 175 max_width = self._width - indent - allowance [all …]
|
/third_party/openssl/crypto/x509/ |
D | v3_prn.c | 20 unsigned long flag, int indent, int supported); 24 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, in X509V3_EXT_val_prn() argument 32 BIO_printf(out, "%*s", indent, ""); in X509V3_EXT_val_prn() 40 BIO_printf(out, "%*s", indent, ""); in X509V3_EXT_val_prn() 71 int indent) in X509V3_EXT_print() argument 87 return unknown_ext_print(out, p, extlen, flag, indent, 0); in X509V3_EXT_print() 94 return unknown_ext_print(out, p, extlen, flag, indent, 1); in X509V3_EXT_print() 102 BIO_printf(out, "%*s%s", indent, "", value); in X509V3_EXT_print() 111 BIO_printf(out, "%*s%s", indent, "", tmp); in X509V3_EXT_print() 121 X509V3_EXT_val_prn(out, nval, indent, in X509V3_EXT_print() [all …]
|
/third_party/openssl/crypto/asn1/ |
D | tasn_prn.c | 104 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 109 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 113 const ASN1_ITEM *it, int indent, 117 static int asn1_print_fsname(BIO *out, int indent, 121 int ASN1_item_print(BIO *out, const ASN1_VALUE *ifld, int indent, in ASN1_item_print() argument 131 return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname, 0, pctx); in ASN1_item_print() 134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() argument 148 parg.indent = indent; in asn1_item_print_ctx() 157 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx)) in asn1_item_print_ctx() 168 if (!asn1_template_print_ctx(out, fld, indent, in asn1_item_print_ctx() [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst_gdb.py | 308 def _gdb_write(indent, text): argument 309 gdb.write("%s%s\n" % (" " * indent, text)) 392 def print(self, indent, prefix=""): argument 395 _gdb_write(indent, prefix) 402 _gdb_write(indent, s) 404 _gdb_write(indent+1, val) 524 def print(self, indent, prefix=None): argument 526 _gdb_write(indent, "%s: %s" % (prefix, self.name())) 528 _gdb_write(indent, "%s:" % (self.name())) 530 _gdb_write(indent+1, "%s: %s" % (key, str(value))) [all …]
|
/third_party/openssl/crypto/ct/ |
D | ct_prn.c | 70 void SCT_print(const SCT *sct, BIO *out, int indent, in SCT_print() argument 80 BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, ""); in SCT_print() 81 BIO_printf(out, "\n%*sVersion : ", indent + 4, ""); in SCT_print() 84 BIO_printf(out, "unknown\n%*s", indent + 16, ""); in SCT_print() 85 BIO_hex_string(out, indent + 16, 16, sct->sct, sct->sct_len); in SCT_print() 92 BIO_printf(out, "\n%*sLog : %s", indent + 4, "", in SCT_print() 96 BIO_printf(out, "\n%*sLog ID : ", indent + 4, ""); in SCT_print() 97 BIO_hex_string(out, indent + 16, 16, sct->log_id, sct->log_id_len); in SCT_print() 99 BIO_printf(out, "\n%*sTimestamp : ", indent + 4, ""); in SCT_print() 102 BIO_printf(out, "\n%*sExtensions: ", indent + 4, ""); in SCT_print() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | licenses_test.dart | 82 expect(paragraphs[index].indent, 0); 85 expect(paragraphs[index].indent, 0); 88 expect(paragraphs[index].indent, 1); 91 expect(paragraphs[index].indent, LicenseParagraph.centeredIndent); 94 expect(paragraphs[index].indent, 0); 97 expect(paragraphs[index].indent, 0); 100 expect(paragraphs[index].indent, 0); 103 expect(paragraphs[index].indent, 0); 106 expect(paragraphs[index].indent, 0); 109 expect(paragraphs[index].indent, 0); [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utrace.cpp | 93 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputChar() argument 109 for(i=0; i<indent; i++) { in outputChar() 158 … void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputString() argument 166 outputChar(c, outBuf, outIx, capacity, indent); in outputString() 173 char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputUString() argument 177 outputString(NULL, outBuf, outIx, capacity, indent); in outputUString() 184 outputChar(' ', outBuf, outIx, capacity, indent); in outputUString() 192 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat() argument 207 outputChar(fmtC, outBuf, &outIx, capacity, indent); in utrace_vformat() 225 outputChar(c, outBuf, &outIx, capacity, indent); in utrace_vformat() [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | print-crc32-example.go | 80 func show(prefix string, indent int, binaryData []byte) { 83 for ; indent >= 8; indent -= 8 { 86 os.Stdout.WriteString(nineSpaces[:indent]) 89 if len(b) > 8-indent { 90 b, remaining = b[:8-indent], b[8-indent:] 91 indent = 0 106 indent := 0 120 indent = bytes.IndexByte(binaryData[:n], '1') 121 if indent < 0 { 124 show("divisor ", indent, poly) [all …]
|
/third_party/flatbuffers/tests/cpp17/ |
D | stringify_util.h | 37 T &&val, const std::string &indent = ""); 68 std::string AddStringifiedField(const FBS &fbs, const std::string &indent) { 70 StringifyFlatbufferValue(fbs.template get_field<Index>(), indent); 72 return indent + FBS::Traits::field_names[Index] + " = " + *value_string + 78 const std::string &indent, 81 return (AddStringifiedField<Indexes>(fbs, indent) + ...); 85 std::string StringifyTableOrStruct(const FBS &fbs, const std::string &indent) { 90 StringifyTableOrStructImpl(fbs, indent + " ", 92 indent + '}'; 99 const std::string &indent) { [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | ninja_syntax.py | 30 def variable(self, key, value, indent=0): argument 35 self._line('%s = %s' % (key, value), indent) 39 self.variable('depth', depth, indent=1) 45 self.variable('command', command, indent=1) 47 self.variable('description', description, indent=1) 49 self.variable('depfile', depfile, indent=1) 51 self.variable('generator', '1', indent=1) 53 self.variable('pool', pool, indent=1) 55 self.variable('restat', '1', indent=1) 57 self.variable('rspfile', rspfile, indent=1) [all …]
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | ninja_syntax.py | 31 def variable(self, key, value, indent=0): argument 36 self._line("%s = %s" % (key, value), indent) 40 self.variable("depth", depth, indent=1) 56 self.variable("command", command, indent=1) 58 self.variable("description", description, indent=1) 60 self.variable("depfile", depfile, indent=1) 62 self.variable("generator", "1", indent=1) 64 self.variable("pool", pool, indent=1) 66 self.variable("restat", "1", indent=1) 68 self.variable("rspfile", rspfile, indent=1) [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | utrace.cpp | 92 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputChar() argument 108 for(i=0; i<indent; i++) { in outputChar() 157 … void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputString() argument 165 outputChar(c, outBuf, outIx, capacity, indent); in outputString() 172 char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputUString() argument 176 outputString(NULL, outBuf, outIx, capacity, indent); in outputUString() 183 outputChar(' ', outBuf, outIx, capacity, indent); in outputUString() 191 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat() argument 206 outputChar(fmtC, outBuf, &outIx, capacity, indent); in utrace_vformat() 224 outputChar(c, outBuf, &outIx, capacity, indent); in utrace_vformat() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrace.cpp | 92 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputChar() argument 108 for(i=0; i<indent; i++) { in outputChar() 157 … void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputString() argument 165 outputChar(c, outBuf, outIx, capacity, indent); in outputString() 172 char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputUString() argument 176 outputString(NULL, outBuf, outIx, capacity, indent); in outputUString() 183 outputChar(' ', outBuf, outIx, capacity, indent); in outputUString() 191 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat() argument 206 outputChar(fmtC, outBuf, &outIx, capacity, indent); in utrace_vformat() 224 outputChar(c, outBuf, &outIx, capacity, indent); in utrace_vformat() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | utrace.cpp | 92 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputChar() argument 108 for(i=0; i<indent; i++) { in outputChar() 157 … void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputString() argument 165 outputChar(c, outBuf, outIx, capacity, indent); in outputString() 172 char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputUString() argument 176 outputString(NULL, outBuf, outIx, capacity, indent); in outputUString() 183 outputChar(' ', outBuf, outIx, capacity, indent); in outputUString() 191 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat() argument 206 outputChar(fmtC, outBuf, &outIx, capacity, indent); in utrace_vformat() 224 outputChar(c, outBuf, &outIx, capacity, indent); in utrace_vformat() [all …]
|