Home
last modified time | relevance | path

Searched refs:bytesRemaining (Results 1 – 22 of 22) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java285 private long bytesRemaining; field in HttpConnection.FixedLengthSink
287 private FixedLengthSink(long bytesRemaining) { in FixedLengthSink() argument
288 this.bytesRemaining = bytesRemaining; in FixedLengthSink()
298 if (byteCount > bytesRemaining) { in write()
299 throw new ProtocolException("expected " + bytesRemaining in write()
303 bytesRemaining -= byteCount; in write()
314 if (bytesRemaining > 0) throw new ProtocolException("unexpected end of stream"); in close()
404 private long bytesRemaining; field in HttpConnection.FixedLengthSource
407 bytesRemaining = length; in FixedLengthSource()
408 if (bytesRemaining == 0) { in FixedLengthSource()
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/
DRopeByteString.java786 int bytesRemaining; field in RopeByteString.RopeByteIterator
791 bytesRemaining = size(); in RopeByteIterator()
795 return (bytesRemaining > 0); in hasNext()
806 --bytesRemaining; in nextByte()
868 int bytesRemaining = length; in readSkipInternal() local
869 while (bytesRemaining > 0) { in readSkipInternal()
872 if (bytesRemaining == length) { in readSkipInternal()
880 int count = Math.min(currentPieceRemaining, bytesRemaining); in readSkipInternal()
886 bytesRemaining -= count; in readSkipInternal()
890 return length - bytesRemaining; in readSkipInternal()
/external/replicaisland/src/com/replica/replicaisland/
DTiledWorld.java86 final int bytesRemaining = byteStream.available(); in parseInput() local
87 assert bytesRemaining >= totalTiles; in parseInput()
88 if (bytesRemaining >= totalTiles) { in parseInput()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java215 int bytesRemaining = BUFFER_SIZE; in filter() local
221 while (bytesRemaining > 0) { in filter()
222 int bytesRead = in.read(buffer, bufLen, bytesRemaining); in filter()
229 bytesRemaining -= bytesRead; in filter()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/v8/test/mjsunit/asm/embenchen/
Dcopy.js4927 var bytesRemaining = queuedLength - bytesRead;
4928 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dcorrections.js4927 var bytesRemaining = queuedLength - bytesRead;
4928 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dprimes.js4941 var bytesRemaining = queuedLength - bytesRead;
4942 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dfannkuch.js4421 var bytesRemaining = queuedLength - bytesRead;
4422 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dmemops.js4390 var bytesRemaining = queuedLength - bytesRead;
4391 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dfasta.js4665 var bytesRemaining = queuedLength - bytesRead;
4666 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dzlib.js4391 var bytesRemaining = queuedLength - bytesRead;
4392 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dbox2d.js4639 var bytesRemaining = queuedLength - bytesRead;
4640 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
Dlua_binarytrees.js4512 var bytesRemaining = queuedLength - bytesRead;
4513 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js4416 var bytesRemaining = queuedLength - bytesRead;
4417 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);