Home
last modified time | relevance | path

Searched refs:MAX_CHUNK (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionOutputBuffer.java61 private static final int MAX_CHUNK = 256; field in AbstractSessionOutputBuffer
110 if (len > MAX_CHUNK || len > this.buffer.capacity()) { in write()
/external/robolectric/lib/main/
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js698 …var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the st…
701 … curr = String.fromCharCode.apply(String, HEAPU8.subarray(ptr, ptr + Math.min(length, MAX_CHUNK)));
703 ptr += MAX_CHUNK;
704 length -= MAX_CHUNK;