| /third_party/node/deps/v8/src/ast/ |
| D | prettyprinter.cc | 816 IndentedScope indent(this, s, node->position()); in PrintIndentedVisit() local 824 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram() local 861 IndentedScope indent(this, "DECLS"); in PrintDeclarations() local 868 IndentedScope indent(this, "PARAMS"); in PrintParameters() local 892 IndentedScope indent(this, block_txt, node->position()); in VisitBlock() local 915 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position()); in VisitExpressionStatement() local 921 IndentedScope indent(this, "EMPTY", node->position()); in VisitEmptyStatement() local 932 IndentedScope indent(this, "IF", node->position()); in VisitIfStatement() local 942 IndentedScope indent(this, "CONTINUE", node->position()); in VisitContinueStatement() local 947 IndentedScope indent(this, "BREAK", node->position()); in VisitBreakStatement() local [all …]
|
| /third_party/python/Lib/ |
| D | pprint.py | 48 def pprint(object, stream=None, indent=1, width=80, depth=None, *, argument 57 def pformat(object, indent=1, width=80, depth=None, *, argument 107 def __init__(self, indent=1, width=80, depth=None, stream=None, *, argument 168 def _format(self, object, stream, indent, allowance, context, level): argument 196 def _pprint_dataclass(self, object, stream, indent, allowance, context, level): argument 206 def _pprint_dict(self, object, stream, indent, allowance, context, level): argument 223 def _pprint_ordered_dict(self, object, stream, indent, allowance, context, level): argument 236 def _pprint_list(self, object, stream, indent, allowance, context, level): argument 244 def _pprint_tuple(self, object, stream, indent, allowance, context, level): argument 253 def _pprint_set(self, object, stream, indent, allowance, context, level): argument [all …]
|
| /third_party/openssl/ssl/ |
| D | t1_trce.c | 24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument 40 static int do_ssl_trace_list(BIO *bio, int indent, in do_ssl_trace_list() 614 static void ssl_print_hex(BIO *bio, int indent, const char *name, in ssl_print_hex() 626 static int ssl_print_hexbuf(BIO *bio, int indent, const char *name, size_t nlen, in ssl_print_hexbuf() 646 static int ssl_print_version(BIO *bio, int indent, const char *name, in ssl_print_version() 665 static int ssl_print_random(BIO *bio, int indent, in ssl_print_random() 688 static int ssl_print_signature(BIO *bio, int indent, const SSL *ssl, in ssl_print_signature() 706 static int ssl_print_extension(BIO *bio, int indent, int server, in ssl_print_extension() 895 static int ssl_print_extensions(BIO *bio, int indent, int server, in ssl_print_extensions() 948 static int ssl_print_client_hello(BIO *bio, const SSL *ssl, int indent, in ssl_print_client_hello() [all …]
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| D | t1_trce.c | 24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument 40 static int do_ssl_trace_list(BIO *bio, int indent, in do_ssl_trace_list() 614 static void ssl_print_hex(BIO *bio, int indent, const char *name, in ssl_print_hex() 626 static int ssl_print_hexbuf(BIO *bio, int indent, const char *name, size_t nlen, in ssl_print_hexbuf() 646 static int ssl_print_version(BIO *bio, int indent, const char *name, in ssl_print_version() 665 static int ssl_print_random(BIO *bio, int indent, in ssl_print_random() 688 static int ssl_print_signature(BIO *bio, int indent, const SSL *ssl, in ssl_print_signature() 706 static int ssl_print_extension(BIO *bio, int indent, int server, in ssl_print_extension() 895 static int ssl_print_extensions(BIO *bio, int indent, int server, in ssl_print_extensions() 948 static int ssl_print_client_hello(BIO *bio, const SSL *ssl, int indent, in ssl_print_client_hello() [all …]
|
| /third_party/openssl/crypto/x509/ |
| D | v3_prn.c | 24 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, in X509V3_EXT_val_prn() 71 int indent) in X509V3_EXT_print() 141 unsigned long flag, int indent) in X509V3_extensions_print() 180 unsigned long flag, int indent, int supported) in unknown_ext_print() 205 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) in X509V3_EXT_print_fp()
|
| D | v3_crld.c | 181 ASN1_BIT_STRING *rflags, int indent) in print_reasons() 408 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens() 420 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() 436 int indent) in i2r_idp() 460 int indent) in i2r_crldp()
|
| D | v3_cpols.c | 399 BIO *out, int indent) in i2r_certpol() 419 int indent) in print_qualifiers() 448 static void print_notice(BIO *out, USERNOTICE *notice, int indent) in print_notice() 484 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent) in X509_POLICY_NODE_print()
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| D | v3_prn.c | 24 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, in X509V3_EXT_val_prn() 71 int indent) in X509V3_EXT_print() 141 unsigned long flag, int indent) in X509V3_extensions_print() 180 unsigned long flag, int indent, int supported) in unknown_ext_print() 205 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) in X509V3_EXT_print_fp()
|
| D | v3_crld.c | 186 ASN1_BIT_STRING *rflags, int indent) in print_reasons() 413 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens() 425 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() 441 int indent) in i2r_idp() 465 int indent) in i2r_crldp()
|
| D | v3_cpols.c | 399 BIO *out, int indent) in i2r_certpol() 419 int indent) in print_qualifiers() 448 static void print_notice(BIO *out, USERNOTICE *notice, int indent) in print_notice() 484 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent) in X509_POLICY_NODE_print()
|
| /third_party/libabigail/src/ |
| D | abg-writer.cc | 997 unsigned indent) in annotate() 1030 unsigned indent) in annotate() 1061 unsigned indent) in annotate() 1097 unsigned indent) in annotate() 1142 unsigned indent) in annotate() 1192 unsigned indent) in annotate() 1880 write_type(const type_base_sptr& type, write_context& ctxt, unsigned indent) in write_type() 1920 write_decl(const decl_base_sptr& decl, write_context& ctxt, unsigned indent) in write_decl() 1989 unsigned indent = initial_indent; in write_decl_in_scope() local 2218 const unsigned indent, in write_canonical_types_of_scope() [all …]
|
| D | abg-reporter-priv.cc | 235 const string& indent) in represent_data_member() 394 const string& indent, in represent() 731 const string& indent) in report_size_and_alignment_changes() 892 const string& indent) in report_name_size_and_alignment_changes() 944 const string& indent) in report_mem_header() 998 const string& indent) in report_mem_header() 1036 const string& indent) in maybe_report_diff_for_member() 1089 const string& indent) in maybe_report_diff_for_symbol() 1205 const string& indent, in show_linkage_name_and_aliases() 1233 const string& indent, in maybe_report_unreachable_type_changes() [all …]
|
| /third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
| D | CapDocument.java | 31 public void write(PrintWriter pw, int indent) { in write() 47 public void write(PrintWriter pw, int indent) { in write() 75 private static void writeIndent(PrintWriter pw, int indent) { in writeIndent() 99 public void write(PrintWriter pw, int indent) { in write()
|
| /third_party/node/deps/v8/third_party/test262-harness/src/ |
| D | _monkeyYaml.py | 20 def myReadDict(lines, indent=""): argument 51 def myReadValue(lines, value, indent): argument 86 def myRemoveListHeader(indent, line): argument
|
| /third_party/openssl/crypto/asn1/ |
| D | tasn_prn.c | 121 int ASN1_item_print(BIO *out, const ASN1_VALUE *ifld, int indent, in ASN1_item_print() 134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() 264 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_template_print_ctx() 331 static int asn1_print_fsname(BIO *out, int indent, in asn1_print_fsname() 419 static int asn1_print_obstring(BIO *out, const ASN1_STRING *str, int indent) in asn1_print_obstring() 434 const ASN1_ITEM *it, int indent, in asn1_primitive_print()
|
| D | asn1_parse.c | 23 int tag, int xclass, int constructed, int indent) in asn1_print_info() 83 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse() 88 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, in ASN1_parse_dump() 95 int offset, int depth, int indent, int dump) in asn1_parse2()
|
| D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() 46 unsigned char *ign, int indent) in ASN1_bn_print()
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| D | tasn_prn.c | 121 int ASN1_item_print(BIO *out, const ASN1_VALUE *ifld, int indent, in ASN1_item_print() 134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() 264 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_template_print_ctx() 331 static int asn1_print_fsname(BIO *out, int indent, in asn1_print_fsname() 419 static int asn1_print_obstring(BIO *out, const ASN1_STRING *str, int indent) in asn1_print_obstring() 434 const ASN1_ITEM *it, int indent, in asn1_primitive_print()
|
| D | asn1_parse.c | 23 int tag, int xclass, int constructed, int indent) in asn1_print_info() 83 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse() 88 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, in ASN1_parse_dump() 95 int offset, int depth, int indent, int dump) in asn1_parse2()
|
| D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() 46 unsigned char *ign, int indent) in ASN1_bn_print()
|
| /third_party/openssl/crypto/bio/ |
| D | bio_dump.c | 29 void *u, const void *v, int len, int indent) in BIO_dump_indent_cb() 108 int BIO_dump_indent_fp(FILE *fp, const void *s, int len, int indent) in BIO_dump_indent_fp() 124 int BIO_dump_indent(BIO *bp, const void *s, int len, int indent) in BIO_dump_indent() 129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string()
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| D | bio_dump.c | 29 void *u, const void *v, int len, int indent) in BIO_dump_indent_cb() 108 int BIO_dump_indent_fp(FILE *fp, const void *s, int len, int indent) in BIO_dump_indent_fp() 124 int BIO_dump_indent(BIO *bp, const void *s, int len, int indent) in BIO_dump_indent() 129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string()
|
| /third_party/openssl/apps/lib/ |
| D | app_params.c | 75 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent) in print_param_types() 97 void print_param_value(const OSSL_PARAM *p, int indent) in print_param_value()
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| D | app_params.c | 75 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent) in print_param_types() 97 void print_param_value(const OSSL_PARAM *p, int indent) in print_param_value()
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MessageLiteToString.java | 72 MessageLite messageLite, StringBuilder buffer, int indent) { in reflectivePrintWithIndent() 221 static final void printField(StringBuilder buffer, int indent, String name, Object object) { in printField() 249 reflectivePrintWithIndent((GeneratedMessageLite<?, ?>) object, buffer, indent + 2); in printField() local
|