/external/skia/tools/ |
D | embed_resources.py | 13 def bytes_from_file(f, chunksize=8192): argument
|
/external/skqp/tools/ |
D | embed_resources.py | 13 def bytes_from_file(f, chunksize=8192): argument
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 255 def map(self, func, iterable, chunksize=None): argument 262 def starmap(self, func, iterable, chunksize=None): argument 270 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 278 def imap(self, func, iterable, chunksize=1): argument 297 def imap_unordered(self, func, iterable, chunksize=1): argument 327 def map_async(self, func, iterable, chunksize=None, callback=None, argument 335 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 627 def __init__(self, cache, chunksize, length, callback, error_callback): argument
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 246 def map(self, func, iterable, chunksize=None): argument 253 def imap(self, func, iterable, chunksize=1): argument 271 def imap_unordered(self, func, iterable, chunksize=1): argument 298 def map_async(self, func, iterable, chunksize=None, callback=None): argument 589 def __init__(self, cache, chunksize, length, callback): argument
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | IOHandler.java | 110 int chunksize = 8 * 1024; in writeChunks() local
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 413 int chunksize; in Util_ReadAhead() local 432 chunksize = Util_UnivNewlineRead(&bzerror, f->fp, f->f_buf, in Util_ReadAhead() local 510 size_t bytesread, buffersize, chunksize; in BZ2File_read() local 555 chunksize = Util_UnivNewlineRead(&bzerror, self->fp, in BZ2File_read() local 1022 int chunksize; in BZ2File_seek() local 1060 chunksize = Util_UnivNewlineRead( in BZ2File_seek() local 1132 chunksize = Util_UnivNewlineRead(&bzerror, self->fp, in BZ2File_seek() local
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | process.py | 135 def _get_chunks(*iterables, chunksize): argument 458 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
D | _base.py | 523 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
/external/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 86 int chunksize = 1024 * 1024; /* one meg at a time by default */ in main() local
|
/external/libpcap/ |
D | dlpisubs.c | 296 bpf_u_int32 ss, chunksize; in pcap_conf_bufmod() local
|
D | pcap-snit.c | 287 int chunksize = CHUNKSIZE; in pcap_activate_snit() local
|
/external/curl/tests/ |
D | http_pipe.py | 201 def Chunkify(self, data, chunksize): argument
|
/external/dtc/ |
D | data.c | 98 size_t chunksize, ret; in data_copy_file() local
|
/external/python/cpython3/Lib/ |
D | platform.py | 149 chunksize=16384): argument
|
/external/python/cpython2/Lib/ |
D | platform.py | 145 chunksize=2048): argument
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 1053 size_t bytesread, buffersize, chunksize; in file_read() local 2239 Py_ssize_t chunksize; in readahead() local
|
/external/jemalloc/src/ |
D | chunk.c | 17 size_t chunksize; variable
|
/external/kernel-headers/original/uapi/linux/raid/ |
D | md_p.h | 244 __le32 chunksize; /* in 512byte sectors */ member
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_namespace.h | 184 #define chunksize JEMALLOC_N(chunksize) macro
|
/external/python/cpython3/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 1731 #define chunksize(p) ((p)->head & ~(INUSE_BITS)) macro
|
/external/libffi/src/ |
D | dlmalloc.c | 1726 #define chunksize(p) ((p)->head & ~(INUSE_BITS)) macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 1731 #define chunksize(p) ((p)->head & ~(INUSE_BITS)) macro
|
/external/dlmalloc/ |
D | malloc.c | 2262 #define chunksize(p) ((p)->head & ~(FLAG_BITS)) macro
|