| /external/ltp/testcases/kernel/mem/mtest01/ |
| D | mtest01.c | 49 static int chunksize = 1024*1024; variable 57 static void parse_mtest_options(char *str_chunksize, int *chunksize, in parse_mtest_options() 90 static void do_write_mem(char *mem, int chunksize) in do_write_mem()
|
| /external/erofs-utils/lib/ |
| D | blobchunk.c | 21 unsigned int chunksize; member 32 unsigned int chunksize) in erofs_blob_getchunk() 166 unsigned int chunksize = 1 << cfg.c_chunkbits; in erofs_blob_write_chunked_file() local
|
| /external/skia/tools/ |
| D | embed_resources.py | 13 def bytes_from_file(f, chunksize=8192): argument
|
| /external/python/cpython3/Lib/multiprocessing/ |
| D | pool.py | 359 def map(self, func, iterable, chunksize=None): argument 366 def starmap(self, func, iterable, chunksize=None): argument 374 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 393 def imap(self, func, iterable, chunksize=1): argument 422 def imap_unordered(self, func, iterable, chunksize=1): argument 460 def map_async(self, func, iterable, chunksize=None, callback=None, argument 468 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 793 def __init__(self, pool, chunksize, length, callback, error_callback): argument
|
| /external/autotest/utils/frozen_chromite/third_party/googleapiclient/ |
| D | http.py | 263 def chunksize(self): member in MediaUpload 403 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE, argument 432 def chunksize(self): member in MediaIoBaseUpload 528 def __init__(self, filename, mimetype=None, chunksize=DEFAULT_CHUNK_SIZE, argument 580 chunksize=DEFAULT_CHUNK_SIZE, resumable=False): argument 621 def __init__(self, fd, request, chunksize=DEFAULT_CHUNK_SIZE): argument 702 def __init__(self, stream, begin, chunksize): argument
|
| /external/python/cpython2/Lib/multiprocessing/ |
| D | pool.py | 248 def map(self, func, iterable, chunksize=None): argument 255 def imap(self, func, iterable, chunksize=1): argument 273 def imap_unordered(self, func, iterable, chunksize=1): argument 300 def map_async(self, func, iterable, chunksize=None, callback=None): argument 594 def __init__(self, cache, chunksize, length, callback): argument
|
| /external/python/google-api-python-client/googleapiclient/ |
| D | http.py | 311 def chunksize(self): member in MediaUpload 451 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE, resumable=False): argument 479 def chunksize(self): member in MediaIoBaseUpload 575 self, filename, mimetype=None, chunksize=DEFAULT_CHUNK_SIZE, resumable=False argument 640 chunksize=DEFAULT_CHUNK_SIZE, argument 684 def __init__(self, fd, request, chunksize=DEFAULT_CHUNK_SIZE): argument 792 def __init__(self, stream, begin, chunksize): argument
|
| /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/apitools/apitools/base/py/ |
| D | compression.py | 31 chunksize=16777216): argument
|
| D | transfer.py | 82 def __init__(self, stream, close_stream=False, chunksize=None, argument 584 close_stream=False, chunksize=None, auto_transfer=True, argument 916 def __ValidateChunksize(self, chunksize=None): argument
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| D | IOHandler.java | 110 int chunksize = 8 * 1024; in writeChunks() local
|
| /external/toybox/toys/lsb/ |
| D | md5sum.c | 308 int chunksize) in hash_update() 380 int i, chunksize, digestlen, method; in do_builtin_hash() local
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | functable.h | 22 uint32_t (* chunksize) (void); member
|
| D | inflate.h | 134 uint32_t chunksize; /* size of memory copying chunk */ member
|
| /external/libpcap/ |
| D | dlpisubs.c | 324 bpf_u_int32 ss, chunksize; in pcap_conf_bufmod() local
|
| D | pcap-snit.c | 289 int chunksize = CHUNKSIZE; in pcap_activate_snit() local
|
| /external/python/cpython3/Lib/concurrent/futures/ |
| D | process.py | 183 def _get_chunks(*iterables, chunksize): argument 710 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
| D | _base.py | 573 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
| /external/autotest/server/cros/dynamic_suite/ |
| D | fakes.py | 144 def map(self, func, iterable, chunksize=None): argument
|
| /external/dtc/ |
| D | data.c | 85 size_t chunksize, ret; in data_copy_file() local
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkPrograms.cpp | 422 deUint32 chunksize = 0; in shaderCacheFirstRunCheck() local 530 deUint32 chunksize; in shadercacheSave() local
|
| /external/newfs_msdos/ |
| D | mkfs_msdos.c | 267 ssize_t chunksize; in mkfs_msdos() local 854 static int chunksize; in getchunksize() local
|
| /external/python/cpython3/Lib/ |
| D | platform.py | 162 def libc_ver(executable=None, lib='', version='', chunksize=16384): argument
|
| /external/python/cpython2/Lib/ |
| D | platform.py | 172 def libc_ver(executable=sys.executable,lib='',version='', chunksize=2048): argument
|
| /external/python/google-api-python-client/tests/ |
| D | test_discovery.py | 1891 def chunksize(self): member in Discovery.test_resumable_media_handle_uploads_of_unknown_size.IoBaseUnknownLength 1917 def chunksize(self): member in Discovery.test_resumable_media_no_streaming_on_unsupported_platforms.IoBaseHasStream
|