Home
last modified time | relevance | path

Searched refs:indent (Results 301 - 325 of 959) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/python/Lib/
H A Dtraceback.py621 def indent(self): member in _ExceptionPrintContext
627 indent_str = self.indent()
632 yield textwrap.indent(text_gen, indent_str, lambda line: True)
635 yield textwrap.indent(text, indent_str, lambda line: True)
954 yield (_ctx.indent() +
967 yield (_ctx.indent() +
H A Doptparse.py172 the number of columns to indent per nesting level
246 def indent(self): member in HelpFormatter
267 indent = " "*self.current_indent
270 initial_indent=indent,
271 subsequent_indent=indent)
332 self.indent()
338 self.indent()
1100 formatter.indent()
1613 formatter.indent()
H A Dtimeit.py80 def reindent(src, indent):
82 return src.replace("\n", "\n" + " "*indent)
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc884 void PrintIndent(std::ostream& os, int indent) { in PrintIndent() argument
886 for (int i = 0; i < indent; i++) { in PrintIndent()
891 void PrintScheduledNode(std::ostream& os, int indent, Node* n) { in PrintScheduledNode() argument
892 PrintIndent(os, indent); in PrintScheduledNode()
911 int indent = current->loop_depth(); in PrintScheduledGraph() local
927 PrintScheduledNode(os, indent, node); in PrintScheduledGraph()
933 PrintScheduledNode(os, indent, current->control_input()); in PrintScheduledGraph()
935 PrintIndent(os, indent); in PrintScheduledGraph()
/third_party/python/Lib/tkinter/
H A Dttk.py133 def _format_layoutlist(layout, indent=0, indent_size=2):
167 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')
171 indent += indent_size
172 newscript, indent = _format_layoutlist(opts['children'], indent,
175 indent -= indent_size
176 script.append('%s}' % (' ' * indent))
180 return '\n'.join(script), indent
/third_party/icu/tools/multi/proj/icu4cscan/
H A Dxmlout.h13 * Write indent at current level, increment level, and then return what the initial level was
15 int indent(const char *s, bool single = false);
17 * Decrement level, write indent of 'outer' level, and return what the new level is. Should match your earlier call to indent.
29 * Write some string without indent. */
/third_party/python/Include/internal/
H A Dpycore_traceback.h91 indent spaces followed by the margin (if it is not NULL). */
93 PyObject *tb, int indent, const char* margin,
/third_party/selinux/libsepol/
H A DMakefile23 indent:
/third_party/selinux/libsepol/utils/
H A DMakefile21 indent:
/third_party/gn/src/gn/
H A Dcommands.h345 // If indent is true, the results will be indented two spaces.
348 void FilterAndPrintTargets(bool indent, std::vector<const Target*>* targets);
352 void FilterAndPrintTargetSet(bool indent, const TargetSet& targets);
H A Dvisibility.h48 // Returns a string listing the visibility. |indent| number of spaces will
52 std::string Describe(int indent, bool include_brackets) const;
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py45 # How many spaces to indent. Can set me with the INDENT environment variable.
117 indent = ' ' * _INDENT
141 (indent, return_type, node.name, ', '.join(args), modifiers)
223 sys.stderr.write('Unable to use indent of %s\n' % os.environ.get('INDENT'))
/third_party/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py665 indent = (len(assertion) + 3)*' '
681 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
/third_party/node/tools/icu/
H A Diculslocs.cc181 void printIndent(FILE* bf, int indent) { in printIndent() argument
182 for (int i = 0; i < indent + 1; i++) { in printIndent()
/third_party/notofonts/scripts/
H A Dgather.py166 json.dump(state, open("state.json", "w"), indent=True, sort_keys=True)
180 json.dump(results, open("docs/noto.json", "w"), indent=True, sort_keys=True)
/third_party/icu/icu4c/source/test/cintltst/
H A Dtracetst.c67 * indent: indent value to give to formatter
74 static void test_format(const char *format, int32_t bufCap, int32_t indent, in test_format() argument
98 len = utrace_vformat(buf, bufCap, indent, format, args); in test_format()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dx_int64.c115 int indent, const ASN1_PCTX *pctx) in uint64_print()
224 int indent, const ASN1_PCTX *pctx) in uint32_print()
114 uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint64_print() argument
223 uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint32_print() argument
/third_party/python/Tools/c-analyzer/c_parser/
H A D__main__.py99 indent = ',\n' + ' ' * (MIN_LINE + len(data))
103 data = f'{data}{indent}{", ".join(f.name for f in fields[:5])}'
113 indent = ',\n' + ' ' * (MIN_LINE + len(data))
117 data = f'{data}{indent}{", ".join(names[:5])}'
/third_party/openssl/crypto/asn1/
H A Dx_int64.c115 int indent, const ASN1_PCTX *pctx) in uint64_print()
224 int indent, const ASN1_PCTX *pctx) in uint32_print()
114 uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint64_print() argument
223 uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint32_print() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp58 LineStream(int indent = 0) in LineStream()
60 m_indent = indent; in LineStream()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsole_printer.py221 indent = ' ' * headingSize
243 print(colored(indent + line, attrs=['bold']))
/third_party/openssl/ohos_lite/include/openssl/
H A Dct.h277 * It will be indented by the number of spaces specified by |indent|.
281 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
285 * It will be indented by the number of spaces specified by |indent|.
290 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
/third_party/python/Modules/_ssl/
H A Dcert.c131 _x509name_print(_sslmodulestate *state, X509_NAME *name, int indent, unsigned long flags) in _x509name_print() argument
142 if (X509_NAME_print_ex(biobuf, name, indent, flags) <= 0) { in _x509name_print()
/third_party/skia/gn/
H A Dgn_to_bp.py606 def bpfmt(indent, lst, sort=True):
609 return ('\n' + ' '*indent).join('"%s",' % v for v in lst)
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp58 LineStream (int indent = 0) { m_indent = indent; } in LineStream()

Completed in 18 milliseconds

1...<<11121314151617181920>>...39