Home
last modified time | relevance | path

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

12

/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
/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
/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h20 int tabsize = 8; in stringlib_expandtabs() local
/external/python/cpython3/Lib/
Dtabnanny.py188 def indent_level(self, tabsize): argument
Dtextwrap.py125 tabsize=8, argument
Dtokenize.py157 tabsize = 8 variable
Ddifflib.py1688 def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, argument
/external/python/cpython2/Lib/
Dtabnanny.py184 def indent_level(self, tabsize): argument
Dtokenize.py144 tabsize = 8 variable
Dstringold.py328 def expandtabs(s, tabsize=8): argument
Dstring.py473 def expandtabs(s, tabsize=8): argument
DUserString.py85 def expandtabs(self, tabsize=8): argument
Ddifflib.py1692 def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, argument
/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h27 int tabsize = 8; in stringlib_expandtabs() local
/external/python/cpython2/Parser/
Dtokenizer.h27 int tabsize; /* Tab spacing */ member
/external/dtc/libfdt/
Dfdt.c320 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py136 tabsize = 8 variable
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py148 tabsize = 8 variable
/external/python/cpython3/Parser/
Dtokenizer.h45 int tabsize; /* Tab spacing */ member
/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp192 int tabsize; member in TiXmlParsingData
/external/python/cpython2/Modules/
Dstropmodule.c600 int tabsize = 8; in strop_expandtabs() local
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h213 int tabsize = 8; in unicode_expandtabs() local

12