/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | pindent.py | 99 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
|
D | untabify.py | 26 def process(filename, tabsize, verbose=True): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | transmogrify.h | 20 int tabsize = 8; in stringlib_expandtabs() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | transmogrify.h | 20 int tabsize = 8; in stringlib_expandtabs() local
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
D | fdt.c | 229 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/ |
D | fdt.c | 230 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/ |
D | tabnanny.py | 184 def indent_level(self, tabsize): argument
|
D | tokenize.py | 143 tabsize = 8 variable
|
D | stringold.py | 328 def expandtabs(s, tabsize=8): argument
|
D | string.py | 471 def expandtabs(s, tabsize=8): argument
|
D | UserString.py | 85 def expandtabs(self, tabsize=8): argument
|
D | difflib.py | 1694 def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | tokenizer.h | 27 int tabsize; /* Tab spacing */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | tokenizer.h | 27 int tabsize; /* Tab spacing */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | tokenize.py | 144 tabsize = 8 variable
|
D | string.py | 473 def expandtabs(s, tabsize=8): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 148 tabsize = 8 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | stropmodule.c | 600 int tabsize = 8; in strop_expandtabs() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | stropmodule.c | 600 int tabsize = 8; in strop_expandtabs() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | stringobject.c | 3086 int tabsize = 8; in string_expandtabs() local
|
D | unicodeobject.c | 6513 int tabsize = 8; in unicode_expandtabs() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | stringobject.c | 3067 int tabsize = 8; in string_expandtabs() local
|
D | unicodeobject.c | 6418 int tabsize = 8; in unicode_expandtabs() local
|