HomeSort by relevance Sort by last modified time
    Searched defs:nRead (Results 26 - 42 of 42) sorted by null

12

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 227 int nRead=0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 307 int nRead;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 504 int nRead = 0;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 714 DWORD nRead; /* Number of bytes actually read from file */
723 if( !ReadFile(pFile->h, pBuf, amt, &nRead, 0) ){
727 if( nRead<(DWORD)amt ){
729 memset(&((char*)pBuf)[nRead], 0, amt-nRead);
    [all...]
recover.c     [all...]
tclsqlite.c 219 int nRead = bufSize; /* Number of bytes to read */
224 if( (p->iSeek+nRead)>nBlob ){
225 nRead = nBlob-p->iSeek;
227 if( nRead<=0 ){
231 rc = sqlite3_blob_read(p->pBlob, (void *)buf, nRead, p->iSeek);
237 p->iSeek += nRead;
238 return nRead;
    [all...]
pager.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 527 int nRead = 0;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 637 int nRead = -1;
641 nRead = fread(pBuf->pBuffer,1, buffersize, fIn);
642 if (nRead == -1) {
654 pBuf->nFilledLen = nRead;
659 return nRead;
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 338 milliseconds

12