Home | History | Annotate | Download | only in app

Lines Matching refs:CHUNK_SIZE

609         final int CHUNK_SIZE = 1000000;  // copy random data in 1000000-char chunks
611 int nextChunkSize = CHUNK_SIZE;
618 if (remaining < CHUNK_SIZE) {
624 remaining -= CHUNK_SIZE;