Home
last modified time | relevance | path

Searched refs:indent (Results 151 - 175 of 983) sorted by relevance

12345678910>>...40

/third_party/backends/backend/genesys/
H A Dutilities.h238 std::string format_indent_braced_list(unsigned indent, const T& x) in format_indent_braced_list() argument
240 std::string indent_str(indent, ' '); in format_indent_braced_list()
263 std::string format_vector_unsigned(unsigned indent, const std::vector<T>& arg) in format_vector_unsigned() argument
266 std::string indent_str(indent, ' '); in format_vector_unsigned()
277 std::string format_vector_indent_braced(unsigned indent, const char* type, in format_vector_indent_braced() argument
283 std::string indent_str(indent, ' '); in format_vector_indent_braced()
287 out << indent_str << format_indent_braced_list(indent, item) << '\n'; in format_vector_indent_braced()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_prn.c17 static int ocsp_certid_print(BIO *bp, OCSP_CERTID *a, int indent) in ocsp_certid_print() argument
19 BIO_printf(bp, "%*sCertificate ID:\n", indent, ""); in ocsp_certid_print()
20 indent += 2; in ocsp_certid_print()
21 BIO_printf(bp, "%*sHash Algorithm: ", indent, ""); in ocsp_certid_print()
23 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, ""); in ocsp_certid_print()
25 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, ""); in ocsp_certid_print()
27 BIO_printf(bp, "\n%*sSerial Number: ", indent, ""); in ocsp_certid_print()
/third_party/openssl/crypto/ocsp/
H A Docsp_prn.c17 static int ocsp_certid_print(BIO *bp, OCSP_CERTID *a, int indent) in ocsp_certid_print() argument
19 BIO_printf(bp, "%*sCertificate ID:\n", indent, ""); in ocsp_certid_print()
20 indent += 2; in ocsp_certid_print()
21 BIO_printf(bp, "%*sHash Algorithm: ", indent, ""); in ocsp_certid_print()
23 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, ""); in ocsp_certid_print()
25 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, ""); in ocsp_certid_print()
27 BIO_printf(bp, "\n%*sSerial Number: ", indent, ""); in ocsp_certid_print()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Ddoctransformer.py108 """indent level (in spaces) of the first line of a paragraph."""
111 """indent level of the remaining lines of a paragraph."""
169 def addLine(self, line, indent):
174 self.leadIndent = indent
175 self.hangIndent = indent
180 self.hangIndent = indent
196 """indent level (in spaces) of the first line of a paragraph."""
199 """indent level of the remaining lines of a paragraph."""
303 Paragraphs may have "hanging indent", e.g.
315 indent
[all...]
/third_party/python/Lib/json/
H A Dencoder.py107 indent=None, separators=None, default=None):
132 If indent is a non-negative integer, then JSON array
134 indent level. An indent level of 0 will only insert newlines.
138 tuple. The default is (', ', ': ') if *indent* is ``None`` and
153 self.indent = indent
156 elif indent is not None:
248 and self.indent is None):
250 markers, self.default, _encoder, self.indent,
[all...]
/third_party/node/src/
H A Djson_utils.h31 inline void indent() { indent_ += 2; } in indent() function in node::JSONWriter
52 indent(); in json_start()
72 indent(); in json_objectstart()
85 indent(); in json_arraystart()
/third_party/openssl/ohos_lite/include/crypto/
H A Dasn1.h23 int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent,
27 int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent,
38 int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent,
42 int indent, ASN1_PCTX *pctx);
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.h36 uint32_t indent = 0; member
64 /// @param indent the indentation to apply to the inserted lines
65 void Insert(const std::string& line, size_t before, uint32_t indent);
75 /// @param indent the indentation to apply to the inserted lines
76 void Insert(const TextBuffer& tb, size_t before, uint32_t indent);
79 /// @param indent additional indentation to apply to each line
80 std::string String(uint32_t indent = 0) const;
95 /// Increment the emitter indent level
97 /// Decrement the emitter indent level
180 /// @param buffer the TextBuffer that the ScopedIndent will indent
[all...]
/third_party/gn/src/gn/
H A Dcommand_desc.cc39 std::string indent(indentLevel * 2, ' '); in PrintDictValue()
46 OutputString(indent); in PrintDictValue()
56 OutputString("\n" + indent + "]"); in PrintDictValue()
74 OutputString("\n" + indent + "}"); in PrintDictValue()
84 std::string indent(indentLevel * 2, ' '); in PrintValue()
95 OutputString(indent); in PrintValue()
99 OutputString(indent); in PrintValue()
105 OutputString(indent + iter.key() + "\n"); in PrintValue()
110 OutputString(indent); in PrintValue()
114 OutputString(indent in PrintValue()
240 int indent = 0; ProcessOutputs() local
[all...]
H A Dxml_element_writer.cc30 int indent) in XmlElementWriter()
33 indent_(indent), in XmlElementWriter()
36 out << std::string(indent, ' ') << '<' << tag; in XmlElementWriter()
27 XmlElementWriter(std::ostream& out, const std::string& tag, const XmlAttributes& attributes, int indent) XmlElementWriter() argument
/third_party/node/deps/v8/third_party/jinja2/
H A Dcompiler.py335 self.indent()
339 self.indent()
348 def indent(self): member in CodeGenerator
556 self.indent()
565 self.indent()
759 self.indent()
781 self.indent()
783 self.indent()
792 self.indent()
805 self.indent()
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py335 self.indent()
339 self.indent()
348 def indent(self): member in CodeGenerator
556 self.indent()
565 self.indent()
759 self.indent()
781 self.indent()
783 self.indent()
792 self.indent()
805 self.indent()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c21 int text, int noout, int recursive, int indent, BIO *out,
337 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf() argument
344 ret = BIO_printf(bio, "%*s", indent, "") + BIO_vprintf(bio, format, args); in indent_printf()
352 int text, int noout, int recursive, int indent, BIO *out, in process()
423 indent_printf(indent, bio_out, "%d: %s: %s\n", items, infostr, in process()
426 indent_printf(indent, bio_out, "%s\n", desc); in process()
428 indent_printf(indent, bio_out, "%d: %s\n", items, infostr); in process()
442 text, noout, recursive, indent + 2, out, prog, in process()
489 indent_printf(indent, out, "Total found: %d\n", items); in process()
350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument
/third_party/openssl/apps/
H A Dstoreutl.c21 int text, int noout, int recursive, int indent, BIO *out,
337 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf() argument
344 ret = BIO_printf(bio, "%*s", indent, "") + BIO_vprintf(bio, format, args); in indent_printf()
352 int text, int noout, int recursive, int indent, BIO *out, in process()
423 indent_printf(indent, bio_out, "%d: %s: %s\n", items, infostr, in process()
426 indent_printf(indent, bio_out, "%s\n", desc); in process()
428 indent_printf(indent, bio_out, "%d: %s\n", items, infostr); in process()
442 text, noout, recursive, indent + 2, out, prog, in process()
489 indent_printf(indent, out, "Total found: %d\n", items); in process()
350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go350 indent := strings.Repeat(SPACER, indentLevel)
376 `, indent, strings.Join(testOnly, " ||\n"+indent+" "), indent, SPACER, indent)
386 `, indent, strings.Join(checks, " ||\n"+indent+" "), indent, SPACER, indent)
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c206 int indent) in rsa_pss_param_print()
211 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
230 indent += 2; in rsa_pss_param_print()
231 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
246 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
268 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
280 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
389 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in rsa_pub_print() argument
392 return pkey_rsa_print(bp, pkey, indent, 0); in rsa_pub_print()
395 static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in rsa_priv_print() argument
205 rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, int indent) rsa_pss_param_print() argument
401 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) rsa_sig_print() argument
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_ameth.c203 int indent) in rsa_pss_param_print()
208 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
227 indent += 2; in rsa_pss_param_print()
228 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
243 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
265 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
277 if (!BIO_indent(bp, indent, 128)) in rsa_pss_param_print()
386 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in rsa_pub_print() argument
389 return pkey_rsa_print(bp, pkey, indent, 0); in rsa_pub_print()
392 static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in rsa_priv_print() argument
202 rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, int indent) rsa_pss_param_print() argument
398 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) rsa_sig_print() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_sxnet.c23 int indent);
58 int indent)
72 BIO_printf(out, "%*sVersion: <unsupported>", indent, "");
76 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", vl + 1, vl);
83 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
/third_party/openssl/crypto/x509/
H A Dv3_sxnet.c23 int indent);
58 int indent)
72 BIO_printf(out, "%*sVersion: <unsupported>", indent, "");
76 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", vl + 1, vl);
83 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
/third_party/python/Tools/clinic/
H A Dclinic.py195 by the indent of the source line.
201 indent, curly, trailing = line.partition('{')
215 if indent.strip():
222 value = textwrap.indent(rstrip_lines(value), indent)
235 (textwrap.indent only adds to non-blank lines.)
531 def normalize_snippet(s, *, indent=0):
536 * dedents so the first nonwhite character on any line is at column "indent"
540 if indent:
541 s = textwrap.indent(
4027 def indent(self, line): global() member in IndentStack
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dxml_fix.py25 def _Replacement_writexml(self, writer, indent="", addindent="", newl=""):
26 # indent = current indentation
29 writer.write(indent + "<" + self.tagName)
41 node.writexml(writer, indent + addindent, addindent, newl)
42 writer.write(f"{indent}</{self.tagName}>{newl}")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxml_fix.py25 def _Replacement_writexml(self, writer, indent="", addindent="", newl=""):
26 # indent = current indentation
29 writer.write(indent + "<" + self.tagName)
41 node.writexml(writer, indent + addindent, addindent, newl)
42 writer.write(f"{indent}</{self.tagName}>{newl}")
/third_party/libabigail/include/
H A Dabg-writer.h103 const unsigned indent,
122 unsigned indent,
128 unsigned indent);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java270 private StringBuilder toString(StringBuilder buf, int indent) { in toString() argument
272 appendIndent(buf, indent).append( in toString()
278 seqStart.get(out).toString(buf, indent + 1); in toString()
280 appendIndent(buf, indent).append("}\n"); in toString()
293 private static StringBuilder appendIndent(StringBuilder out, int indent) { in appendIndent() argument
294 for (int n = 0; n < indent; n++) { in appendIndent()
/third_party/python/Lib/idlelib/
H A Dhelp.py67 def indent(self, amt=1): member in HelpParser
68 "Change indent (+1, 0, -1) and tags."
100 self.indent()
110 self.indent()
135 indent = (' ' if tag == 'h3' else
138 self.toc.append((indent+self.header, self.text.index('insert')))
148 self.indent(-1)

Completed in 20 milliseconds

12345678910>>...40