/aosp_15_r20/external/erofs-utils/lib/ |
H A D | blobchunk.c | 23 erofs_off_t chunksize; member 57 u8 *buf, erofs_off_t chunksize) in erofs_blob_getchunk() 264 erofs_off_t pos, len, chunksize, interval_start; in erofs_blob_write_chunked_file() local 382 erofs_off_t chunksize, len, pos; in erofs_write_zero_inode() local 423 erofs_off_t chunksize, len, pos; in tarerofs_write_chunkes() local 571 static int erofs_insert_zerochunk(erofs_off_t chunksize) in erofs_insert_zerochunk() 600 int erofs_blob_init(const char *blobfile_path, erofs_off_t chunksize) in erofs_blob_init()
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 362 def map(self, func, iterable, chunksize=None): argument 369 def starmap(self, func, iterable, chunksize=None): argument 377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 396 def imap(self, func, iterable, chunksize=1): argument 425 def imap_unordered(self, func, iterable, chunksize=1): argument 463 def map_async(self, func, iterable, chunksize=None, callback=None, argument 471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 796 def __init__(self, pool, chunksize, length, callback, error_callback): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | pool.py | 362 def map(self, func, iterable, chunksize=None): argument 369 def starmap(self, func, iterable, chunksize=None): argument 377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 396 def imap(self, func, iterable, chunksize=1): argument 425 def imap_unordered(self, func, iterable, chunksize=1): argument 463 def map_async(self, func, iterable, chunksize=None, callback=None, argument 471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 796 def __init__(self, pool, chunksize, length, callback, error_callback): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | pool.py | 362 def map(self, func, iterable, chunksize=None): argument 369 def starmap(self, func, iterable, chunksize=None): argument 377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 396 def imap(self, func, iterable, chunksize=1): argument 425 def imap_unordered(self, func, iterable, chunksize=1): argument 463 def map_async(self, func, iterable, chunksize=None, callback=None, argument 471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 796 def __init__(self, pool, chunksize, length, callback, error_callback): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/ |
D | pool.py | 362 def map(self, func, iterable, chunksize=None): argument 369 def starmap(self, func, iterable, chunksize=None): argument 377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 396 def imap(self, func, iterable, chunksize=1): argument 425 def imap_unordered(self, func, iterable, chunksize=1): argument 463 def map_async(self, func, iterable, chunksize=None, callback=None, argument 471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 796 def __init__(self, pool, chunksize, length, callback, error_callback): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | pool.py | 362 def map(self, func, iterable, chunksize=None): argument 369 def starmap(self, func, iterable, chunksize=None): argument 377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 396 def imap(self, func, iterable, chunksize=1): argument 425 def imap_unordered(self, func, iterable, chunksize=1): argument 463 def map_async(self, func, iterable, chunksize=None, callback=None, argument 471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 796 def __init__(self, pool, chunksize, length, callback, error_callback): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | pool.py | 362 def map(self, func, iterable, chunksize=None): argument 369 def starmap(self, func, iterable, chunksize=None): argument 377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 396 def imap(self, func, iterable, chunksize=1): argument 425 def imap_unordered(self, func, iterable, chunksize=1): argument 463 def map_async(self, func, iterable, chunksize=None, callback=None, argument 471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument 796 def __init__(self, pool, chunksize, length, callback, error_callback): argument
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/googleapiclient/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/ltp/testcases/kernel/mem/mtest01/ |
H A 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()
|
/aosp_15_r20/external/flashrom/ |
H A D | dediprog.c | 449 const unsigned int chunksize = 512; in dediprog_spi_bulk_read() local 548 const unsigned int chunksize = 0x200; in dediprog_spi_read() local 593 …tic int dediprog_spi_bulk_write(struct flashctx *flash, const uint8_t *buf, unsigned int chunksize, in dediprog_spi_bulk_write() 671 const unsigned int chunksize = flash->chip->page_size; in dediprog_spi_write() local
|
/aosp_15_r20/external/toybox/lib/ |
H A D | hash.c | 286 void (*transform)(struct browns *hash), int chunksize, struct browns *hash) in hash_update() 312 int i, chunksize, digestlen, method; in hash_by_name() local
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
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
|
D | compression.py | 31 chunksize=16777216): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/concurrent/futures/ |
D | process.py | 186 def _get_chunks(*iterables, chunksize): argument 792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/concurrent/futures/ |
H A D | process.py | 186 def _get_chunks(*iterables, chunksize): argument 792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/concurrent/futures/ |
D | process.py | 186 def _get_chunks(*iterables, chunksize): argument 792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
/aosp_15_r20/external/python/cpython3/Lib/concurrent/futures/ |
D | process.py | 186 def _get_chunks(*iterables, chunksize): argument 792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/concurrent/futures/ |
D | process.py | 186 def _get_chunks(*iterables, chunksize): argument 792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/concurrent/futures/ |
D | process.py | 186 def _get_chunks(*iterables, chunksize): argument 792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
/aosp_15_r20/external/skia/tools/ |
H A D | embed_resources.py | 13 def bytes_from_file(f, chunksize=8192): argument
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkPrograms.cpp | 452 uint32_t chunksize = 0; in shaderCacheFirstRunCheck() local 577 uint32_t chunksize; in shadercacheSave() local
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/stack/ |
H A D | IOHandler.java | 110 int chunksize = 8 * 1024; in writeChunks() local
|