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

  /frameworks/base/core/jni/
android_server_Watchdog.cpp 42 int nBytes;
43 while ((nBytes = read(stackFd, buf, sizeof(buf))) > 0) {
44 write(outFd, buf, nBytes);
  /hardware/ti/omap3/dspbridge/inc/
mem.h 320 DWORD nBytes;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 320 DWORD nBytes;
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 233 WebRtc_Word32 nBytes;
234 nBytes = fprintf(_id, "%s", tempBuff);
235 if (nBytes > 0)
257 size_t nBytes = fwrite((WebRtc_UWord8*)buf, 1, len, _id);
258 if (nBytes > 0)
260 _sizeInBytes += static_cast<WebRtc_Word32>(nBytes);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 177 int nBytes;
230 nBytes = toByte - i +1;
231 if ( nBytes != 0 ) {
235 if ( nBytes != 1 ) {
237 if ( nBytes != 2) {
  /external/bzip2/
compress.c 243 Int32 nGroups, nBytes;
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
545 nBytes = s->numZ;
597 VPrintf1( "codes %d\n", s->numZ-nBytes );
  /external/srec/srec/include/
utteranc.h 193 unsigned long nBytes;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 315 int nBytes = m_tcpConnection->write(payload);
318 return nBytes;
325 int nBytes = m_tcpConnection->write(data, length);
328 return nBytes;
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 212 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes)
228 t.byteCount = nBytes;
388 int nBytes;
395 while((nBytes = read(h,bytes,sizeof(bytes))) > 0)
398 write_chunk(bytes,newObj,chunk,nBytes);
401 if(nBytes < 0)
402 error = nBytes;
mkyaffsimage.c 234 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes)
247 t.byteCount = nBytes;
460 int nBytes;
467 while((nBytes = read(h,bytes,512)) > 0)
470 write_chunk(bytes,newObj,chunk,nBytes);
473 if(nBytes < 0)
474 error = nBytes;
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 589 int nBytes;
590 if (ch >= 0xF0) {nBytes=4;}
591 else if (ch >= 0xE0) {nBytes=3;}
592 else if (ch >= 0xC0) {nBytes=2;}
602 for (i=1; i<nBytes; i++) {
605 fprintf(stderr, "utf-8 encoded file %s contains corrupt data at offset %d. Expected %d bytes, byte %d is invalid. First byte is %02X\n", fName, ftell(fFile), nBytes, i, ch);
  /external/yaffs2/yaffs2/
yaffs_fs.c 556 unsigned nBytes;
580 nBytes = PAGE_CACHE_SIZE;
582 nBytes = inode->i_size & (PAGE_CACHE_SIZE - 1);
594 (unsigned)(page->index << PAGE_CACHE_SHIFT), nBytes));
601 nBytes, 0);
614 return (nWritten == nBytes) ? 0 : -ENOSPC;
635 int nBytes = to - offset;
642 (KERN_DEBUG "yaffs_commit_write addr %x pos %x nBytes %d\n", saddr,
643 spos, nBytes));
645 nWritten = yaffs_file_write(f, addr, nBytes, &pos)
    [all...]
yaffs_guts.c 352 int yaffs_CheckFF(__u8 * buffer, int nBytes)
355 while (nBytes--) {
    [all...]
yaffs_guts.h 117 int nBytes; /* Only valid if the cache is dirty */
828 int nBytes);
830 int nBytes, int writeThrough);
890 int yaffs_CheckFF(__u8 * buffer, int nBytes);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c     [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 247 int nBytes = in.readInt();
248 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings data");
249 byte[] buffer = new byte[nBytes];
250 in.readFully(buffer, 0, nBytes);
251 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI);
254 nBytes = in.readInt();
255 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data");
256 if (nBytes > buffer.length) buffer = new byte[nBytes];
257 in.readFully(buffer, 0, nBytes);
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 364 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
test_input_for_tinycc.c     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1564 milliseconds