/third_party/python/Lib/ |
H A D | traceback.py | 621 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 D | optparse.py | 172 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 D | timeit.py | 80 def reindent(src, indent): 82 return src.replace("\n", "\n" + " "*indent)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 884 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 D | ttk.py | 133 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 D | xmlout.h | 13 * 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 D | pycore_traceback.h | 91 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 D | Makefile | 23 indent:
|
/third_party/selinux/libsepol/utils/ |
H A D | Makefile | 21 indent:
|
/third_party/gn/src/gn/ |
H A D | commands.h | 345 // 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 D | visibility.h | 48 // 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 D | gmock_class.py | 45 # 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 D | gen_gtest_pred_impl.py | 665 indent = (len(assertion) + 3)*' ' 681 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
|
/third_party/node/tools/icu/ |
H A D | iculslocs.cc | 181 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 D | gather.py | 166 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 D | tracetst.c | 67 * 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 D | x_int64.c | 115 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__.py | 99 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 D | x_int64.c | 115 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 D | glcShaderRenderCase.hpp | 58 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 D | console_printer.py | 221 indent = ' ' * headingSize 243 print(colored(indent + line, attrs=['bold']))
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ct.h | 277 * 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 D | cert.c | 131 _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 D | gn_to_bp.py | 606 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 D | glsShaderRenderCase.hpp | 58 LineStream (int indent = 0) { m_indent = indent; } in LineStream()
|