/third_party/openssl/crypto/asn1/ |
H A D | x_long.c | 29 int indent, const ASN1_PCTX *pctx); 190 int indent, const ASN1_PCTX *pctx) in long_print() 189 long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) long_print() argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | spirvcapgenerator.py | 79 # How to "indent" a pseudo-column for better use of space. 81 indent = '{captableindent}' 194 body.append('{} {}{}'.format(indent, linktext, continuation))
|
/third_party/python/Lib/test/libregrtest/ |
H A D | utils.py | 49 def printlist(x, width=70, indent=4, file=None): 53 Optional arg indent (default 4) is the number of blanks with which to 57 blanks = ' ' * indent
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatAdapters.h | 54 Stream.indent(Left); in format() 56 Stream.indent(Right); in format()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509v3.rs | 82 pub fn X509V3_extensions_print(out: *mut BIO, title: #[const_ptr_if(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, indent: c_int) -> c_int; in X509V3_extensions_print() 101 indent: c_int, in X509V3_EXT_print()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 62 writeln!(out, "{:2$}namespace {} {{", "", namespace, indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 64 writeln!(out, "{:1$}}}", "", indent); in write_forward_declarations() 230 fn write_doc(out: &mut OutFile, indent: &str, doc: &Doc) { in write_doc() 234 writeln!(out, "{}///{}", indent, line); in write_doc() 236 writeln!(out, "{}//{}", indent, line); in write_doc() 245 writeln!(out, "{}///", indent); in write_doc()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | write.rs | 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 62 writeln!(out, "{:2$}namespace {} {{", "", namespace, indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 64 writeln!(out, "{:1$}}}", "", indent); in write_forward_declarations() 230 fn write_doc(out: &mut OutFile, indent: &str, doc: &Doc) { in write_doc() 234 writeln!(out, "{}///{}", indent, line); in write_doc() 236 writeln!(out, "{}//{}", indent, line); in write_doc() 245 writeln!(out, "{}///", indent); in write_doc()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | write.rs | 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 62 writeln!(out, "{:2$}namespace {} {{", "", namespace, indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 64 writeln!(out, "{:1$}}}", "", indent); in write_forward_declarations() 230 fn write_doc(out: &mut OutFile, indent: &str, doc: &Doc) { in write_doc() 234 writeln!(out, "{}///{}", indent, line); in write_doc() 236 writeln!(out, "{}//{}", indent, line); in write_doc() 245 writeln!(out, "{}///", indent); in write_doc()
|
/third_party/python/Lib/test/ |
H A D | test_pprint.py | 135 pp = pprint.PrettyPrinter(indent=4, width=40, depth=5, 141 self.assertRaises(ValueError, pprint.PrettyPrinter, indent=-1) 248 self.assertEqual(pprint.pformat(simple, width=1, indent=0) 276 self.assertEqual(pprint.pformat(cont, width=1, indent=0), expected) 309 # indent parameter 313 self.assertEqual(pprint.pformat(type(o), indent=4), exp) 322 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected) 328 self.assertEqual(pprint.pformat(o, indent=4, width=41), expected) 472 formatted = pprint.pformat(ns, width=60, indent=4) 521 formatted = pprint.pformat([dc, dc], width=60, indent [all...] |
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | write.rs | 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 62 writeln!(out, "{:2$}namespace {} {{", "", namespace, indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 64 writeln!(out, "{:1$}}}", "", indent); in write_forward_declarations() 230 fn write_doc(out: &mut OutFile, indent: &str, doc: &Doc) { in write_doc() 234 writeln!(out, "{}///{}", indent, line); in write_doc() 236 writeln!(out, "{}//{}", indent, line); in write_doc() 245 writeln!(out, "{}///", indent); in write_doc()
|
/third_party/python/Lib/ |
H A D | tokenize.py | 211 indent = indents[-1] 212 if start[1] >= len(indent): 213 self.tokens.append(indent) 214 self.prev_col = len(indent) 611 for indent in indents[1:]: # pop remaining indent levels
|
/third_party/curl/scripts/ |
H A D | checksrc.pl | 30 my $indent = 2; 224 $indent = $1 + 0; 778 # brace, or an else statement, check that this line is indented $indent 785 my $expect = $first+$indent; 789 "not indented $indent steps (uses $diff)"); 797 # parentheses, check that this line is indented $indent more steps, if 811 my $expect = $first+$indent; 815 "not indented $indent steps (uses $diff)");
|
/third_party/astc-encoder/Test/ |
H A D | astc_trace_analysis.py | 167 print(json.dumps(data, indent=2)) 175 print(json.dumps(data, indent=2)) 215 print(json.dumps(data, indent=2)) 221 print(json.dumps(data, indent=2))
|
/third_party/node/deps/v8/src/torque/ |
H A D | instance-type-generator.cc | 318 const std::string& indent) { in PrintInstanceTypes() 321 std::string inner_indent = indent; in PrintInstanceTypes() 324 definitions << indent << "V(FIRST_" << type_name << ", " << root->start in PrintInstanceTypes() 357 definitions << indent << "V(LAST_" << type_name << ", " << root->end in PrintInstanceTypes() 310 PrintInstanceTypes(InstanceTypeTree* root, std::ostream& definitions, std::ostream& values, std::ostream& fully_defined_single_instance_types, std::ostream& fully_defined_multiple_instance_types, std::ostream& only_declared_single_instance_types, std::ostream& only_declared_multiple_instance_types, std::ostream& fully_defined_range_instance_types, std::ostream& only_declared_range_instance_types, const std::string& indent) PrintInstanceTypes() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 140 OS.indent(Indent); in dumpLocationList() 165 OS.indent(Indent); in dumpLocationList() 271 OS.indent(Indent); 355 OS.indent(Indent);
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | run_perf_tests.py | 194 out_file.write(json.dumps(histograms.AsDicts(), indent=2)) 232 out_file.write(json.dumps(self._results, indent=2)) 237 out_file.write(json.dumps(self._results, indent=2)) 466 out_file.write(json.dumps(histograms.AsDicts(), indent=2))
|
/third_party/libabigail/src/ |
H A D | abg-comparison.cc | 2638 /// @param indent the indentation string to use in the report. 2640 distinct_diff::report(ostream& out, const string& indent) const in report() 2642 context()->get_reporter()->report(*this, out, indent); in report() 3290 /// @param indent the prefix to use for the indentation of this 3293 var_diff::report(ostream& out, const string& indent) const in report() 3295 context()->get_reporter()->report(*this, out, indent); in report() 3421 /// @param indent the prefix to use for the indentation of this 3424 pointer_diff::report(ostream& out, const string& indent) const in report() 3426 context()->get_reporter()->report(*this, out, indent); in report() 3577 /// @param indent th 9895 emit_diff_stats(const diff_stats& s, ostream& out, const string& indent) emit_diff_stats() argument 9914 out << indent << "ELF SONAME changed\\n"; emit_diff_stats() local 9917 out << indent << "ELF architecture changed\\n"; emit_diff_stats() local 9944 out << indent << "Removed/Changed/Added functions summary: "; emit_diff_stats() local 9969 out << indent << "Removed/Changed/Added variables summary: "; emit_diff_stats() local 9999 out << indent << "Functions changes summary: "; emit_diff_stats() local 10025 out << indent << "Variables changes summary: "; emit_diff_stats() local [all...] |
/third_party/spirv-tools/source/diff/ |
H A D | diff.h | 26 bool indent = false; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | IPDBSourceFile.cpp | 23 OS.indent(Indent); in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopAccessAnalysisPrinter.cpp | 21 OS.indent(2) << L.getHeader()->getName() << ":\n"; in run()
|
/third_party/selinux/libselinux/include/ |
H A D | Makefile | 13 indent:
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_dump.c | 41 /** Number of spaces to indent for IF/LOOP/etc */ 53 int indent; member 560 ctx->indent -= info->pre_dedent; in iter_instruction() 561 for(i = 0; (int)i < ctx->indent; ++i) in iter_instruction() 563 ctx->indent += info->post_indent; in iter_instruction() 694 ctx.indent = 0; in tgsi_dump_instruction() 819 ctx.base.indent = 0; in tgsi_dump_instruction_str()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_lib.c | 533 int BIO_indent(BIO *b, int indent, int max) in BIO_indent() argument 535 if (indent < 0) in BIO_indent() 536 indent = 0; in BIO_indent() 537 if (indent > max) in BIO_indent() 538 indent = max; in BIO_indent() 539 while (indent--) in BIO_indent()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_lib.c | 533 int BIO_indent(BIO *b, int indent, int max) in BIO_indent() argument 535 if (indent < 0) in BIO_indent() 536 indent = 0; in BIO_indent() 537 if (indent > max) in BIO_indent() 538 indent = max; in BIO_indent() 539 while (indent--) in BIO_indent()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 43 BIO *out, int indent); 639 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, 642 int indent); 644 int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent); 648 unsigned long flag, int indent); 721 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
|