Home
last modified time | relevance | path

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

12

/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/boost/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/
Dprinter.hpp19 int const tabsize = 4; variable
/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_min/
Drexpr.cpp81 int const tabsize = 4; variable
/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/boost/libs/spirit/example/qi/
Dmini_xml3.cpp70 int const tabsize = 4; variable
Dmini_xml1.cpp73 int const tabsize = 4; variable
Dmini_xml2.cpp69 int const tabsize = 4; variable
/third_party/ffmpeg/libavfilter/
Daf_superequalizer.c50 int winlen, tabsize; member
166 const int tabsize = s->tabsize; in make_fir() local
Dvf_drawtext.c174 int tabsize; ///< tab size member
/third_party/boost/libs/spirit/repository/example/qi/
Dmini_xml2_sr.cpp76 int const tabsize = 4; variable
/third_party/ffmpeg/libavcodec/
Dlzwenc.c54 int tabsize; ///< Number of values in hash table member
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py136 tabsize = 8 variable
/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/flutter/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

12