Searched defs:CHUNK_SIZE (Results 1 – 5 of 5) sorted by relevance
36 private static final int CHUNK_SIZE = 1024 * 1024; field in ReadFileDataSource
47 static constexpr uint32_t CHUNK_SIZE = 8; variable
55 private static final int CHUNK_SIZE = 64; field in TransitionTracer
86 private static final int CHUNK_SIZE = 4 * 1024; field in PermissionControllerManager
614 final int CHUNK_SIZE = 1000000; // copy random data in 1000000-char chunks in createFileOnSD() local