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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ProgressTracker.cpp 169 long long remainingBytes, estimatedBytesForPendingRequests;
179 remainingBytes = ((m_totalPageAndResourceBytesToLoad + estimatedBytesForPendingRequests) - m_totalBytesReceived);
180 if (remainingBytes > 0) // Prevent divide by 0.
181 percentOfRemainingBytes = (double)bytesReceived / (double)remainingBytes;
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 31 size_t remainingBytes = byteCount;
32 while (remainingBytes > 0) {
33 ssize_t writtenByteCount = write(fd, writeBuffer, remainingBytes);
42 remainingBytes -= writtenByteCount;
50 size_t remainingBytes = byteCount;
51 while (remainingBytes > 0) {
52 ssize_t readByteCount = read(fd, readBuffer, remainingBytes);
61 remainingBytes -= readByteCount;
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 133 size_t remainingBytes = byteCount;
134 while (remainingBytes > 0) {
135 ssize_t writtenByteCount = write(fd, writeBuffer, remainingBytes);
144 remainingBytes -= writtenByteCount;
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c     [all...]
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 101 ssize_t remainingBytes = 0;
112 if (remainingBytes < 4) {
116 memcpy(buf, tmp, remainingBytes);
117 bytesToRead = kMaxReadBytes - remainingBytes;
124 totalBytesRead = source->readAt(pos + remainingBytes,
125 buf + remainingBytes,
131 totalBytesRead += remainingBytes;
132 remainingBytes = totalBytesRead;
143 --remainingBytes;
154 --remainingBytes;
    [all...]
OMXCodec.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 199 milliseconds