Home | History | Annotate | Download | only in launcher3

Lines Matching defs:bytesRead

229         int bytesRead = 0;
231 bytesRead = data.read(buffer, 0, dataSize);
232 if (DEBUG) Log.d(TAG, "read " + bytesRead + " of " + dataSize + " available");
991 int bytesRead = 0;
1000 int result = inStream.read(buffer, bytesRead, 1);
1003 bytesRead += result;
1004 if (DEBUG && (bytesRead % 100 == 0)) {
1005 Log.d(TAG, "read some bytes: " + bytesRead);
1019 MessageNano.mergeFrom(journal, readCheckedBytes(buffer, 0, bytesRead));
1023 if (VERBOSE) Log.v(TAG, "read " + bytesRead + " bytes of journal");
1030 if (DEBUG) Log.d(TAG, "journal bytes read: " + bytesRead);