/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
|
/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
|
/external/python/cpython2/Objects/stringlib/ |
D | transmogrify.h | 20 int tabsize = 8; in stringlib_expandtabs() local
|
/external/python/cpython3/Lib/ |
D | tabnanny.py | 188 def indent_level(self, tabsize): argument
|
D | textwrap.py | 125 tabsize=8, argument
|
D | tokenize.py | 157 tabsize = 8 variable
|
D | difflib.py | 1688 def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, argument
|
/external/python/cpython2/Lib/ |
D | tabnanny.py | 184 def indent_level(self, tabsize): argument
|
D | tokenize.py | 144 tabsize = 8 variable
|
D | stringold.py | 328 def expandtabs(s, tabsize=8): argument
|
D | string.py | 473 def expandtabs(s, tabsize=8): argument
|
D | UserString.py | 85 def expandtabs(self, tabsize=8): argument
|
D | difflib.py | 1692 def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, argument
|
/external/python/cpython3/Objects/stringlib/clinic/ |
D | transmogrify.h.h | 27 int tabsize = 8; in stringlib_expandtabs() local
|
/external/python/cpython2/Parser/ |
D | tokenizer.h | 27 int tabsize; /* Tab spacing */ member
|
/external/dtc/libfdt/ |
D | fdt.c | 320 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | tokenize.py | 136 tabsize = 8 variable
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 148 tabsize = 8 variable
|
/external/python/cpython3/Parser/ |
D | tokenizer.h | 45 int tabsize; /* Tab spacing */ member
|
/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl()
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 192 int tabsize; member in TiXmlParsingData
|
/external/python/cpython2/Modules/ |
D | stropmodule.c | 600 int tabsize = 8; in strop_expandtabs() local
|
/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 213 int tabsize = 8; in unicode_expandtabs() local
|