HomeSort by relevance Sort by last modified time
    Searched defs:bytesRemaining (Results 1 - 6 of 6) 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 270 private long bytesRemaining;
272 private FixedLengthSink(long bytesRemaining) {
273 this.bytesRemaining = bytesRemaining;
283 if (byteCount > bytesRemaining) {
284 throw new ProtocolException("expected " + bytesRemaining
288 bytesRemaining -= byteCount;
299 if (bytesRemaining > 0) throw new ProtocolException("unexpected end of stream");
426 private long bytesRemaining;
430 bytesRemaining = length
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 772 int bytesRemaining;
777 bytesRemaining = size();
781 return (bytesRemaining > 0);
792 --bytesRemaining;
854 int bytesRemaining = length;
855 while (bytesRemaining > 0) {
858 if (bytesRemaining == length) {
866 int count = Math.min(currentPieceRemaining, bytesRemaining);
872 bytesRemaining -= count;
876 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/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 172 milliseconds