Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/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
/third_party/python/Objects/stringlib/clinic/
Dtransmogrify.h.h27 int tabsize = 8; in stringlib_expandtabs() local
/third_party/ffmpeg/libavfilter/
Daf_superequalizer.c49 int winlen, tabsize; member
173 const int tabsize = s->tabsize; in make_fir() local
Dvf_drawtext.c176 int tabsize; ///< tab size member
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py136 tabsize = 8 variable
/third_party/ffmpeg/libavcodec/
Dlzwenc.c55 int tabsize; ///< Number of values in hash table member
/third_party/ltp/testcases/kernel/kvm/
Dlib_x86.c194 size_t tabsize, void *stack_base) in kvm_create_stack_descriptor()
/third_party/python/Parser/
Dtokenizer.h45 int tabsize; /* Tab spacing */ member
/third_party/python/Objects/stringlib/
Dtransmogrify.h38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp192 int tabsize; member in TiXmlParsingData
Dtinyxml.h1552 int tabsize; variable
/third_party/python/Objects/clinic/
Dunicodeobject.c.h213 int tabsize = 8; in unicode_expandtabs() local
/third_party/python/Lib/collections/
D__init__.py1430 def expandtabs(self, tabsize=8): argument
/third_party/python/Objects/
Dunicodeobject.c12003 unicode_expandtabs_impl(PyObject *self, int tabsize) in unicode_expandtabs_impl()