Searched defs:wrap (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | textwrap.py | 316 def wrap(self, text): member in TextWrapper 343 def wrap(text, width=70, **kwargs): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | textwrap.py | 308 def wrap(self, text): member in TextWrapper 335 def wrap(text, width=70, **kwargs): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | inspect_fodder2.py | 2 def wrap(foo=None): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | tktools.py | 135 fill=BOTH, expand=1, wrap=WORD, pack=1, argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inflate.h | 80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
D | deflate.h | 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
D | deflate.c | 228 int wrap = 1; local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 225 int wrap = 1; local 330 int wrap; local
|
D | inflate.h | 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
D | inflate.c | 146 int wrap; local
|
D | deflate.h | 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inflate.h | 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
|
D | inflate.c | 161 int wrap; local
|