/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 418 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
|
D | untabify.py | 28 def process(filename, tabsize, verbose=True): argument
|
/aosp_15_r20/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 103 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 334 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 340 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 346 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 392 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 420 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
|
D | untabify.py | 26 def process(filename, tabsize, verbose=True): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_full/rexpr/ |
D | printer.hpp | 19 int const tabsize = 4; variable
|
/aosp_15_r20/external/python/cpython2/Objects/stringlib/ |
D | transmogrify.h | 20 int tabsize = 8; in stringlib_expandtabs() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_min/ |
D | rexpr.cpp | 81 int const tabsize = 4; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | tabnanny.py | 186 def indent_level(self, tabsize): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | tabnanny.py | 186 def indent_level(self, tabsize): argument
|
D | textwrap.py | 122 tabsize=8, argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | tabnanny.py | 186 def indent_level(self, tabsize): argument
|
H A D | textwrap.py | 122 tabsize=8, argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | tabnanny.py | 184 def indent_level(self, tabsize): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | tabnanny.py | 186 def indent_level(self, tabsize): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | tabnanny.py | 186 def indent_level(self, tabsize): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | tabnanny.py | 186 def indent_level(self, tabsize): argument
|
D | textwrap.py | 122 tabsize=8, argument
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/clinic/ |
D | transmogrify.h.h | 27 int tabsize = 8; in stringlib_expandtabs() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/ |
D | mini_xml3.cpp | 70 int const tabsize = 4; variable
|
D | mini_xml2.cpp | 69 int const tabsize = 4; variable
|
D | mini_xml1.cpp | 73 int const tabsize = 4; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/ |
D | mini_xml2_sr.cpp | 76 int const tabsize = 4; variable
|
/aosp_15_r20/external/dtc/libfdt/ |
H A D | fdt.c | 316 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/ |
D | fdt.c | 315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | tokenizer.h | 27 int tabsize; /* Tab spacing */ member
|