/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
GifResourceDecoder.java | 63 int nRead; 65 while ((nRead = is.read(data, 0, data.length)) != -1) { 66 buffer.write(data, 0, nRead);
|
/external/chromium_org/third_party/sqlite/src/src/ |
memjournal.c | 80 int nRead = iAmt; 102 int nCopy = MIN(nRead, (JOURNAL_CHUNKSIZE - iChunkOffset)); 105 nRead -= iSpace; 107 } while( nRead>=0 && (pChunk=pChunk->pNext)!=0 && nRead>0 );
|
test_demovfs.c | 221 int nRead; /* Return value from read() */ 239 nRead = read(p->fd, zBuf, iAmt); 241 if( nRead==iAmt ){ 243 }else if( nRead>=0 ){
|
test_osinst.c | 960 int nRead; 965 nRead = 24; 966 if( pCsr->iOffset+nRead<=p->nByte ){ 968 rc = p->pFd->pMethods->xRead(p->pFd, pCsr->aBuf, nRead, pCsr->iOffset); 975 rc = p->pFd->pMethods->xRead(p->pFd, buf, 4, pCsr->iOffset+nRead); 976 nRead += 4; 980 rc = p->pFd->pMethods->xRead(p->pFd, zStr, nStr, pCsr->iOffset+nRead); 982 nRead += nStr; 1003 pCsr->iOffset += nRead; [all...] |
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...] |
pager.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...] |
/external/chromium_org/third_party/zlib/contrib/minizip/ |
mztools.c | 249 int nRead; 251 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) { 252 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
GifDecoder.java | 263 int nRead; 265 while ((nRead = is.read(data, 0, data.length)) != -1) { 266 buffer.write(data, 0, nRead);
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
sqlite3async.c | 686 sqlite3_int64 nRead; 691 nRead = MIN(filesize - iOffset, iAmt64); 692 if( nRead>0 ){ 693 rc = pBase->pMethods->xRead(pBase, zOut, (int)nRead, iOffset); 694 ASYNC_TRACE(("READ %s %d bytes at %d\n", p->zName, nRead, iOffset)); [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/external/jarjar/lib/ |
apache-ant-1.9.4.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
ant.jar | |