HomeSort by relevance Sort by last modified time
    Searched defs:bytesRemaining (Results 1 - 9 of 9) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
TiledWorld.java 86 final int bytesRemaining = byteStream.available();
87 assert bytesRemaining >= totalTiles;
88 if (bytesRemaining >= totalTiles) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java 285 private long bytesRemaining;
287 private FixedLengthSink(long bytesRemaining) {
288 this.bytesRemaining = bytesRemaining;
298 if (byteCount > bytesRemaining) {
299 throw new ProtocolException("expected " + bytesRemaining
303 bytesRemaining -= byteCount;
314 if (bytesRemaining > 0) throw new ProtocolException("unexpected end of stream");
404 private long bytesRemaining;
407 bytesRemaining = length
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 786 int bytesRemaining;
791 bytesRemaining = size();
795 return (bytesRemaining > 0);
806 --bytesRemaining;
868 int bytesRemaining = length;
869 while (bytesRemaining > 0) {
872 if (bytesRemaining == length) {
880 int count = Math.min(currentPieceRemaining, bytesRemaining);
886 bytesRemaining -= count;
890 return length - bytesRemaining;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 1679 milliseconds