/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 234 =item B<indent =E<gt> num> 246 # indent => callers indentation ( undef for no indentation, 251 my $indent = $opts{indent} // 1; 253 my $nlindent1 = defined $opts{indent} ? "\n" . ' ' x $indent : ' '; 255 my $nlindent2 = defined $opts{indent} ? "\n" . ' ' x ($indent + 4) : ' '; 259 $subopts{indent} = $opts{indent} [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 234 =item B<indent =E<gt> num> 246 # indent => callers indentation ( undef for no indentation, 251 my $indent = $opts{indent} // 1; 253 my $nlindent1 = defined $opts{indent} ? "\n" . ' ' x $indent : ' '; 255 my $nlindent2 = defined $opts{indent} ? "\n" . ' ' x ($indent + 4) : ' '; 259 $subopts{indent} = $opts{indent} [all...] |
/third_party/gn/src/gn/ |
H A D | ninja_target_writer.cc | 264 bool indent, in WriteCCompilerVars() 268 if (indent) in WriteCCompilerVars() 281 if (indent) in WriteCCompilerVars() 297 if (indent) in WriteCCompilerVars() 320 indent); in WriteCCompilerVars() 331 path_output_, out_, true, indent); in WriteCCompilerVars() 339 indent); in WriteCCompilerVars() 348 out_, true, indent); in WriteCCompilerVars() 356 path_output_, out_, true, indent); in WriteCCompilerVars() 364 path_output_, out_, true, indent); in WriteCCompilerVars() 263 WriteCCompilerVars(const SubstitutionBits& bits, bool indent, bool respect_source_used) WriteCCompilerVars() argument 414 WriteRustCompilerVars(const SubstitutionBits& bits, bool indent, bool always_write) WriteRustCompilerVars() argument [all...] |
H A D | xcode_object.h | 111 virtual void Print(std::ostream& out, unsigned indent) const = 0; 183 void Print(std::ostream& out, unsigned indent) const override; 201 void Print(std::ostream& out, unsigned indent) const override; 220 void Print(std::ostream& out, unsigned indent) const override; 243 void Print(std::ostream& out, unsigned indent) const override; 266 void Print(std::ostream& out, unsigned indent) const override; 298 void Print(std::ostream& out, unsigned indent) const override; 356 void Print(std::ostream& out, unsigned indent) const override; 405 void Print(std::ostream& out, unsigned indent) const override; 434 void Print(std::ostream& out, unsigned indent) cons [all...] |
H A D | xml_element_writer.h | 39 int indent); 48 int indent); 97 int indent) in XmlElementWriter() 100 indent_(indent), in XmlElementWriter() 103 out << std::string(indent, ' ') << '<' << tag; in XmlElementWriter() 93 XmlElementWriter(std::ostream& out, const std::string& tag, const std::string& attribute_name, const Writer& attribute_value_writer, int indent) XmlElementWriter() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsinfo.c | 564 static void ntfs_dump_flags(const char *indent, ATTR_TYPES type, le32 flags) in ntfs_dump_flags() argument 568 printf("%sFile attributes:\t", indent); in ntfs_dump_flags() 650 static void ntfs_dump_namespace(const char *indent, u8 file_name_type) in ntfs_dump_namespace() argument 671 printf("%sNamespace:\t\t %s\n", indent, mbs_file_type); in ntfs_dump_namespace() 832 static void ntfs_dump_filename(const char *indent, in ntfs_dump_filename() argument 837 printf("%sParent directory:\t %lld (0x%llx)\n", indent, in ntfs_dump_filename() 846 printf("%sFile Creation Time:\t %s", indent, ntfs_time_str); in ntfs_dump_filename() 850 printf("%sFile Altered Time:\t %s", indent, ntfs_time_str); in ntfs_dump_filename() 854 printf("%sMFT Changed Time:\t %s", indent, ntfs_time_str); in ntfs_dump_filename() 858 printf("%sLast Accessed Time:\t %s", indent, ntfs_time_st in ntfs_dump_filename() 1035 ntfs_dump_security_descriptor(SECURITY_DESCRIPTOR_ATTR *sec_desc, const char *indent) ntfs_dump_security_descriptor() argument 1811 ntfs_dump_index_header(const char *indent, INDEX_HEADER *idx) ntfs_dump_index_header() argument 1874 ntfs_dump_usa_lsn(const char *indent, MFT_RECORD *mrec) ntfs_dump_usa_lsn() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_ameth.c | 244 static int do_dh_print(BIO *bp, const DH *x, int indent, int ptype) in do_dh_print() argument 273 if (!BIO_indent(bp, indent, 128) in do_dh_print() 276 indent += 4; in do_dh_print() 278 if (!ASN1_bn_print(bp, "private-key:", priv_key, NULL, indent)) in do_dh_print() 280 if (!ASN1_bn_print(bp, "public-key:", pub_key, NULL, indent)) in do_dh_print() 283 if (!ossl_ffc_params_print(bp, &x->params, indent)) in do_dh_print() 287 if (!BIO_indent(bp, indent, 128) in do_dh_print() 374 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_param_print() argument 377 return do_dh_print(bp, pkey->pkey.dh, indent, 0); in dh_param_print() 380 static int dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_public_print() argument 386 dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dh_private_print() argument [all...] |
/third_party/openssl/crypto/dh/ |
H A D | dh_ameth.c | 244 static int do_dh_print(BIO *bp, const DH *x, int indent, int ptype) in do_dh_print() argument 273 if (!BIO_indent(bp, indent, 128) in do_dh_print() 276 indent += 4; in do_dh_print() 278 if (!ASN1_bn_print(bp, "private-key:", priv_key, NULL, indent)) in do_dh_print() 280 if (!ASN1_bn_print(bp, "public-key:", pub_key, NULL, indent)) in do_dh_print() 283 if (!ossl_ffc_params_print(bp, &x->params, indent)) in do_dh_print() 287 if (!BIO_indent(bp, indent, 128) in do_dh_print() 374 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_param_print() argument 377 return do_dh_print(bp, pkey->pkey.dh, indent, 0); in dh_param_print() 380 static int dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_public_print() argument 386 dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dh_private_print() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_print_visitor.cpp | 104 void ir_print_visitor::indent(void) in indent() function in ir_print_visitor 236 indent(); in visit() 242 indent(); in visit() 248 indent(); in visit() 251 indent(); in visit() 257 indent(); in visit() 262 indent(); in visit() 274 indent(); in visit() 279 indent(); in visit() 599 indent(); in visit() [all...] |
/third_party/python/Lib/lib2to3/ |
H A D | refactor.py | 552 indent = None 559 indent, filename)) 563 indent = line[:i] 564 elif (indent is not None and 565 (line.startswith(indent + self.PS2) or 566 line == indent + self.PS2.rstrip() + "\n")): 571 indent, filename)) 573 indent = None 577 indent, filename)) 580 def refactor_doctest(self, block, lineno, indent, filenam [all...] |
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _regexes.py | 10 indent = ' ' * level 11 text = textwrap.indent(text, indent) 13 text = '\n' + indent + text.lstrip()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatCommon.h | 51 S.indent(PadAmount); in format() 55 S.indent(X); in format() 57 S.indent(PadAmount - X); in format() 61 S.indent(PadAmount); in format()
|
/third_party/skia/tools/ |
H A D | build_workaround_header.py | 37 indent = ' ' 41 max_len = len(indent) + len(macro) + 1 + max_workaround_len + 1 + 1 46 write(indent + macro + '(' + w.upper() + ',') 47 write(indent + ' ' * (len(macro) + 1) + w + ')')
|
/third_party/toybox/toys/other/ |
H A D | fmt.c | 7 * Only counts space and tab for indent level (eats other low ascii chars, 45 int idx, indent, count; in fmt_line() local 55 indent = idx; in fmt_line() 82 if (indent) printf("%.*s", indent, line); in fmt_line()
|
/third_party/PyYAML/lib/yaml/ |
H A D | __init__.py | 158 canonical=None, indent=None, width=None, 168 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, 179 canonical=None, indent=None, width=None, 194 dumper = Dumper(stream, canonical=canonical, indent=indent, width=width, 217 canonical=None, indent=None, width=None, 234 canonical=canonical, indent=indent, width=width,
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bf_prefix.c | 47 unsigned int indent; /* Indentation amount, given by user */ member 60 ctx->indent = 0; in prefix_create() 94 && ctx->indent == 0) { in prefix_write() 121 BIO_printf(BIO_next(b), "%*s", ctx->indent, ""); in prefix_write() 172 ctx->indent = (unsigned int)num; in prefix_ctrl() 177 ret = (long)ctx->indent; in prefix_ctrl()
|
/third_party/openssl/crypto/bio/ |
H A D | bf_prefix.c | 47 unsigned int indent; /* Indentation amount, given by user */ member 60 ctx->indent = 0; in prefix_create() 94 && ctx->indent == 0) { in prefix_write() 121 BIO_printf(BIO_next(b), "%*s", ctx->indent, ""); in prefix_write() 172 ctx->indent = (unsigned int)num; in prefix_ctrl() 177 ret = (long)ctx->indent; in prefix_ctrl()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | comment_convert.py | 68 def dump_converted_comment_lines(self, indent): 77 indent = indent + ' ' 110 self.output_line(indent + line) 112 # Don't indent empty comment lines 164 indent = def_match.group('indentation') 166 self.dump_converted_comment_lines(indent)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | http_curl.c | 606 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) in i2r_HashAlgAndValue() argument 611 BIO_printf(out, "%*shashAlg: ", indent, ""); in i2r_HashAlgAndValue() 615 BIO_printf(out, "%*shashValue: ", indent, ""); in i2r_HashAlgAndValue() 622 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) in i2r_LogotypeDetails() argument 626 BIO_printf(out, "%*sLogotypeDetails\n", indent, ""); in i2r_LogotypeDetails() 628 BIO_printf(out, "%*smediaType: ", indent, ""); in i2r_LogotypeDetails() 638 i2r_HashAlgAndValue(hash, out, indent); in i2r_LogotypeDetails() 646 BIO_printf(out, "%*slogotypeURI: ", indent, ""); in i2r_LogotypeDetails() 652 static void i2r_LogotypeImageInfo(LogotypeImageInfo *info, BIO *out, int indent) in i2r_LogotypeImageInfo() argument 656 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, ""); in i2r_LogotypeImageInfo() 690 i2r_LogotypeImage(LogotypeImage *image, BIO *out, int indent) i2r_LogotypeImage() argument 701 i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, int indent) i2r_LogotypeData() argument 720 i2r_LogotypeReference(LogotypeReference *ref, const char *title, BIO *out, int indent) i2r_LogotypeReference() argument 751 i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BIO *out, int indent) i2r_LogotypeInfo() argument 768 int indent = 0; debug_print_logotypeext() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | http_curl.c | 606 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) in i2r_HashAlgAndValue() argument 611 BIO_printf(out, "%*shashAlg: ", indent, ""); in i2r_HashAlgAndValue() 615 BIO_printf(out, "%*shashValue: ", indent, ""); in i2r_HashAlgAndValue() 622 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) in i2r_LogotypeDetails() argument 626 BIO_printf(out, "%*sLogotypeDetails\n", indent, ""); in i2r_LogotypeDetails() 628 BIO_printf(out, "%*smediaType: ", indent, ""); in i2r_LogotypeDetails() 638 i2r_HashAlgAndValue(hash, out, indent); in i2r_LogotypeDetails() 646 BIO_printf(out, "%*slogotypeURI: ", indent, ""); in i2r_LogotypeDetails() 652 static void i2r_LogotypeImageInfo(LogotypeImageInfo *info, BIO *out, int indent) in i2r_LogotypeImageInfo() argument 656 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, ""); in i2r_LogotypeImageInfo() 690 i2r_LogotypeImage(LogotypeImage *image, BIO *out, int indent) i2r_LogotypeImage() argument 701 i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, int indent) i2r_LogotypeData() argument 720 i2r_LogotypeReference(LogotypeReference *ref, const char *title, BIO *out, int indent) i2r_LogotypeReference() argument 751 i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BIO *out, int indent) i2r_LogotypeInfo() argument 768 int indent = 0; debug_print_logotypeext() local [all...] |
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_recv.py | 222 def emit_function_call(self, f, retval_assign, indent): 235 list.append( '%s %s' % (indent, location) ) 237 print '%s %s%s%s(%s);' % (indent, retval_assign, prefix, f.name, string.join(list, ',\n')) 240 def common_func_print_just_start(self, f, indent): 261 print '%s const CARD32 ptr_is_null = *(CARD32 *)(pc + %s);' % (indent, param.offset - 4) 272 print '%s %s const %s = (%s) (%s(pc + %s));' % (indent, type_string, param.name, type_string, cond, offset) 275 print '%s __GLXpixel3DHeader * const hdr = (__GLXpixel3DHeader *)(pc);' % (indent) 277 print '%s __GLXpixelHeader * const hdr = (__GLXpixelHeader *)(pc);' % (indent) 282 print '%s const %s %s = %s;' % (indent, type_string, param.name, location) 287 print '%s %s %s = %s%s;' % (indent, type_strin [all...] |
/third_party/toybox/kconfig/ |
H A D | mconf.c | 275 static int indent; variable 448 indent + 1, ' ', prompt); in build_conf() 450 item_make(" %*c%s --->", indent + 1, ' ', prompt); in build_conf() 460 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 504 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 510 indent += 2; in build_conf() 512 indent -= 2; in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 556 tmp = indent - tmp + 4; in build_conf() 567 item_add_str("%*c%s%s", indent in build_conf() [all...] |
/third_party/python/Python/ |
H A D | traceback.c | 383 /* Writes indent spaces. Returns 0 on success and non-zero on failure. 386 _Py_WriteIndent(int indent, PyObject *f) in _Py_WriteIndent() argument 390 while (indent > 0) { in _Py_WriteIndent() 391 if (indent < 10) { in _Py_WriteIndent() 392 buf[indent] = '\0'; in _Py_WriteIndent() 397 indent -= 10; in _Py_WriteIndent() 402 /* Writes indent spaces, followed by the margin if it is not `\0`. 406 _Py_WriteIndentedMargin(int indent, const char *margin, PyObject *f) in _Py_WriteIndentedMargin() argument 408 if (_Py_WriteIndent(indent, f) < 0) { in _Py_WriteIndentedMargin() 420 display_source_line_with_margin(PyObject *f, PyObject *filename, int lineno, int indent, in display_source_line_with_margin() argument 578 _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent, int *truncation, PyObject **line) _Py_DisplaySourceLine() argument 924 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit, int indent, const char *margin) tb_printinternal() argument 986 _PyTraceBack_Print_Indented(PyObject *v, int indent, const char *margin, const char *header_margin, const char *header, PyObject *f) _PyTraceBack_Print_Indented() argument 1028 int indent = 0; PyTraceBack_Print() local [all...] |
/third_party/protobuf/python/google/protobuf/ |
H A D | text_format.py | 134 indent=0, 169 indent (int): The initial indent level, in terms of spaces, for pretty 171 message_formatter (function(message, indent, as_one_line) -> unicode|None): 184 indent, 223 indent=0, 237 out=out, indent=indent, as_utf8=as_utf8, 255 indent=0, 267 printer = _Printer(out, indent, as_utf [all...] |
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
H A D | MessagePatternDemo.java | 31 String indent=""; in printParts() 42 indent=manySpaces.substring(0, part.getValue()*2); in printParts() 50 System.out.format("%2d: %s%s%s\n", i, indent, partString, explanation); in printParts() 54 indent=manySpaces.substring(0, (nestingLevel-1)*2); // outdent in printParts() 56 indent=""; in printParts()
|