Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/patchcheck/
Duntabify.py27 def process(filename, tabsize, verbose=True): argument
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_full/rexpr/
Dprinter.hpp19 int const tabsize = 4; variable
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_min/
Drexpr.cpp81 int const tabsize = 4; variable
/external/python/cpython3/Lib/
Dtabnanny.py189 def indent_level(self, tabsize): argument
Dtextwrap.py122 tabsize=8, argument
Dtokenize.py160 tabsize = 8 variable
Ddifflib.py1688 def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, argument
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/
Dmini_xml3.cpp70 int const tabsize = 4; variable
Dmini_xml2.cpp69 int const tabsize = 4; variable
Dmini_xml1.cpp73 int const tabsize = 4; variable
/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h57 int tabsize = 8; in stringlib_expandtabs() local
/external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/
Dmini_xml2_sr.cpp76 int const tabsize = 4; variable
/external/dtc/libfdt/
Dfdt.c316 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt.c315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
/external/yapf/third_party/yapf_third_party/_ylib2to3/pgen2/
Dtokenize.py161 tabsize = 8 variable
/external/ltp/testcases/kernel/kvm/
Dlib_x86.c194 size_t tabsize, void *stack_base) in kvm_create_stack_descriptor()
/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h37 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl()
/external/python/cpython3/Parser/lexer/
Dstate.h79 int tabsize; /* Tab spacing */ member
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h339 int tabsize = 8; in unicode_expandtabs() local
/external/python/cpython3/Lib/collections/
D__init__.py1474 def expandtabs(self, tabsize=8): argument
/external/pytorch/torch/csrc/jit/runtime/
Dregister_prim_ops.cpp2042 int64_t tabsize = pop(stack).toInt(); in __anonb356bc0f6202() local
/external/python/cpython3/Objects/
Dunicodeobject.c11359 unicode_expandtabs_impl(PyObject *self, int tabsize) in unicode_expandtabs_impl()