Home
last modified time | relevance | path

Searched defs:tabsize (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dpindent.py101 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
Duntabify.py28 def process(filename, tabsize, verbose=True): argument
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dpindent.py103 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
Duntabify.py26 def process(filename, tabsize, verbose=True): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_full/rexpr/
Dprinter.hpp19 int const tabsize = 4; variable
/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h20 int tabsize = 8; in stringlib_expandtabs() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_min/
Drexpr.cpp81 int const tabsize = 4; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtabnanny.py186 def indent_level(self, tabsize): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dtabnanny.py186 def indent_level(self, tabsize): argument
Dtextwrap.py122 tabsize=8, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtabnanny.py186 def indent_level(self, tabsize): argument
H A Dtextwrap.py122 tabsize=8, argument
/aosp_15_r20/external/python/cpython2/Lib/
Dtabnanny.py184 def indent_level(self, tabsize): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtabnanny.py186 def indent_level(self, tabsize): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtabnanny.py186 def indent_level(self, tabsize): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtabnanny.py186 def indent_level(self, tabsize): argument
Dtextwrap.py122 tabsize=8, argument
/aosp_15_r20/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h27 int tabsize = 8; in stringlib_expandtabs() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/
Dmini_xml3.cpp70 int const tabsize = 4; variable
Dmini_xml2.cpp69 int const tabsize = 4; variable
Dmini_xml1.cpp73 int const tabsize = 4; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/
Dmini_xml2_sr.cpp76 int const tabsize = 4; variable
/aosp_15_r20/external/dtc/libfdt/
H A Dfdt.c316 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/
Dfdt.c315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
/aosp_15_r20/external/python/cpython2/Parser/
Dtokenizer.h27 int tabsize; /* Tab spacing */ member

1234