/third_party/python/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
|
/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/ |
D | printer.hpp | 19 int const tabsize = 4; variable
|
/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_min/ |
D | rexpr.cpp | 81 int const tabsize = 4; variable
|
/third_party/python/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
|
/third_party/python/Objects/stringlib/clinic/ |
D | transmogrify.h.h | 27 int tabsize = 8; in stringlib_expandtabs() local
|
/third_party/boost/libs/spirit/example/qi/ |
D | mini_xml3.cpp | 70 int const tabsize = 4; variable
|
D | mini_xml1.cpp | 73 int const tabsize = 4; variable
|
D | mini_xml2.cpp | 69 int const tabsize = 4; variable
|
/third_party/ffmpeg/libavfilter/ |
D | af_superequalizer.c | 50 int winlen, tabsize; member 166 const int tabsize = s->tabsize; in make_fir() local
|
D | vf_drawtext.c | 174 int tabsize; ///< tab size member
|
/third_party/boost/libs/spirit/repository/example/qi/ |
D | mini_xml2_sr.cpp | 76 int const tabsize = 4; variable
|
/third_party/ffmpeg/libavcodec/ |
D | lzwenc.c | 54 int tabsize; ///< Number of values in hash table member
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | tokenize.py | 136 tabsize = 8 variable
|
/third_party/python/Parser/ |
D | tokenizer.h | 45 int tabsize; /* Tab spacing */ member
|
/third_party/python/Objects/stringlib/ |
D | transmogrify.h | 38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 192 int tabsize; member in TiXmlParsingData
|
D | tinyxml.h | 1552 int tabsize; variable
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 192 int tabsize; member in TiXmlParsingData
|
D | tinyxml.h | 1552 int tabsize; variable
|
/third_party/python/Objects/clinic/ |
D | unicodeobject.c.h | 213 int tabsize = 8; in unicode_expandtabs() local
|
/third_party/python/Lib/collections/ |
D | __init__.py | 1430 def expandtabs(self, tabsize=8): argument
|