/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | popen2.py | 40 def __init__(self, cmd, capturestderr=False, bufsize=-1): argument 119 def __init__(self, cmd, bufsize=-1): argument 141 def popen2(cmd, bufsize=-1, mode='t'): argument 151 def popen3(cmd, bufsize=-1, mode='t'): argument 161 def popen4(cmd, bufsize=-1, mode='t'): argument 171 def popen2(cmd, bufsize=-1, mode='t'): argument 181 def popen3(cmd, bufsize=-1, mode='t'): argument 191 def popen4(cmd, bufsize=-1, mode='t'): argument
|
D | posixfile.py | 76 def open(self, name, mode='r', bufsize=-1): argument 220 def open(name, mode='r', bufsize=-1): argument
|
D | fileinput.py | 91 def input(files=None, inplace=0, backup="", bufsize=0, argument 197 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument
|
D | platform.py | 378 bufsize = None variable in _popen 381 def __init__(self,cmd,mode='r',bufsize=None): argument 419 def popen(cmd, mode='r', bufsize=None): argument
|
D | socket.py | 212 def makefile(self, mode='r', bufsize=-1): argument 246 def __init__(self, sock, mode='rb', bufsize=-1, close=False): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | bkfile.py | 4 def __init__(self, file, mode, bufsize): argument 44 def open(file, mode = 'r', bufsize = -1): argument
|
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/ |
D | fdt_empty_tree.c | 58 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
|
D | fdt_sw.c | 88 int fdt_create(void *buf, int bufsize) in fdt_create() 110 int fdt_resize(void *fdt, void *buf, int bufsize) in fdt_resize()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
D | fdt_empty_tree.c | 58 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | makebuf.c | 105 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | aliasname.c | 50 __unaliasname(const char *dbname, const char *alias, void *buf, size_t bufsize) in __unaliasname()
|
/device/google/bonito/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument
|
/device/google/sunfish/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument
|
/device/google/crosshatch/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument
|
/device/google/redbull/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument
|
/device/google/coral/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | ServerConnection.cpp | 74 int ServerConnection::create(size_t bufsize, in create()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | md5sum.py | 7 bufsize = 8096 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | fileinput.py | 91 def input(files=None, inplace=0, backup="", bufsize=0, argument 196 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument
|
D | platform.py | 378 bufsize = None variable in _popen 381 def __init__(self,cmd,mode='r',bufsize=None): argument 419 def popen(cmd, mode='r', bufsize=None): argument
|
D | socket.py | 216 def makefile(self, mode='r', bufsize=-1): argument 250 def __init__(self, sock, mode='rb', bufsize=-1, close=False): argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | FileHook.py | 76 def bkmkfile(self, path, mode, bufsize): argument 181 def _hookmkfile(path, mode='r', bufsize=-1): argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | DLexerBase.h | 113 int bufsize; variable 178 int bufsize() { return _bufsize; } in bufsize() function
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | DLexerBase.h | 112 int bufsize; variable 174 int bufsize() { return _bufsize; } in bufsize() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | bz2module.c | 423 Util_ReadAhead(BZ2FileObject *f, int bufsize) in Util_ReadAhead() 464 Util_ReadAheadGetLineSkip(BZ2FileObject *f, int skip, int bufsize) in Util_ReadAheadGetLineSkip() 1624 int bufsize = SMALLCHUNK; in BZ2Comp_compress() local 1703 int bufsize = SMALLCHUNK; in BZ2Comp_flush() local 1915 int bufsize = SMALLCHUNK; in BZ2Decomp_decompress() local 2128 int bufsize; in bz2_compress() local 2221 int bufsize = SMALLCHUNK; in bz2_decompress() local
|