HomeSort by relevance Sort by last modified time
    Searched refs:totalRead (Results 1 - 15 of 15) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ConstructedOctetStream.java 40 int totalRead = 0;
44 int numRead = _currentStream.read(b, off + totalRead, len - totalRead);
48 totalRead += numRead;
50 if (totalRead == len)
52 return totalRead;
62 return totalRead < 1 ? -1 : totalRead;
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/
Streams.java 46 int totalRead = 0;
47 while (totalRead < len)
49 int numRead = inStr.read(buf, off + totalRead, len - totalRead);
54 totalRead += numRead;
56 return totalRead;
  /external/srec/portable/src/
PFile.c 198 size_t i, bufferSize, count, totalRead = 0;
205 totalRead += count;
232 totalRead += count;
251 totalRead -= bufferSize - i;
272 size_t i, bufferSize, count, totalRead = 0;
279 totalRead += count;
306 totalRead += count;
325 totalRead -= bufferSize - i;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 853 static int totalRead = 0;
862 totalRead += nRead;
867 APP_DPRINT ("%d :: App:: pBuffer->pBuffer = %p pBuffer->nAllocLen = * %ld, nRead = %d, totalread = %d\n",
868 __LINE__, pBufferHeader->pBuffer, pBufferHeader->nAllocLen, nRead, totalRead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c     [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java     [all...]
  /development/apps/Term/src/com/android/term/
Term.java     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 339 milliseconds