Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpindent.py99 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
350 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
399 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
407 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
415 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
423 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
438 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
453 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
Duntabify.py26 def process(filename, tabsize, verbose=True): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dtransmogrify.h20 int tabsize = 8; in stringlib_expandtabs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dtransmogrify.h20 int tabsize = 8; in stringlib_expandtabs() local
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
Dfdt.c229 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string()
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
Dfdt.c230 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py184 def indent_level(self, tabsize): argument
Dtokenize.py143 tabsize = 8 variable
Dstringold.py328 def expandtabs(s, tabsize=8): argument
Dstring.py471 def expandtabs(s, tabsize=8): argument
DUserString.py85 def expandtabs(self, tabsize=8): argument
Ddifflib.py1694 def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.h27 int tabsize; /* Tab spacing */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.h27 int tabsize; /* Tab spacing */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtokenize.py144 tabsize = 8 variable
Dstring.py473 def expandtabs(s, tabsize=8): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtokenize.py148 tabsize = 8 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c600 int tabsize = 8; in strop_expandtabs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c600 int tabsize = 8; in strop_expandtabs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c3086 int tabsize = 8; in string_expandtabs() local
Dunicodeobject.c6513 int tabsize = 8; in unicode_expandtabs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c3067 int tabsize = 8; in string_expandtabs() local
Dunicodeobject.c6418 int tabsize = 8; in unicode_expandtabs() local