/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 249 fwrite(outData.Buffer, 1, outData.Length, outfile);
|
/frameworks/base/media/libstagefright/httplive/ |
LiveDataSource.cpp | 145 CHECK_EQ(fwrite(buffer->data(), 1, buffer->size(), mBackupFile),
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_log.c | 41 fwrite(me->puBuffer, me->puPtr - me->puBuffer, sizeof(*me->puPtr),
|
/system/core/libzipfile/ |
zipfile.c | 141 fwrite(entry->fileName, entry->fileNameLength, 1, to);
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
server.cpp | 181 fwrite(&len, sizeof(len), 1, file); 182 fwrite(str.data(), len, 1, file);
|
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_FileWriter.c | 106 WriteSize = fwrite((void *)data,1, uiSize, pFileContext->file_desc); 148 uiSizeWrite = fwrite(data, sizeof(M4OSA_Char), uiSize, pFileContext->file_desc); 158 M4OSA_DEBUG(M4ERR_BAD_CONTEXT, "M4OSA_fileWriteData: fwrite failed");
|
/sdk/emulator/mksdcard/ |
mksdcard.c | 179 int result = fwrite( sector, 1, BYTES_PER_SECTOR, file ) != BYTES_PER_SECTOR; 197 if ( fwrite( empty, 1, len, file ) != (size_t)len ) {
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio.in.h | 476 # undef fwrite 477 # define fwrite rpl_fwrite 478 extern size_t fwrite (const void *ptr, size_t s, size_t n, FILE *stream);
|
/external/blktrace/ |
blkiomon.c | 242 if (fwrite(p, sizeof(*p), 1, binary.fp) != 1) 436 if (fwrite(bit, sizeof(*bit), 1, drvdata.fp) != 1) 438 if (fwrite(pdu_buf, bit->pdu_len, 1, drvdata.fp) != 1)
|
/external/blktrace/btreplay/ |
btrecord.c | 239 if (fwrite(hdr, sizeof(*hdr), 1, stream->ofp) != 1) { 576 if (fwrite(hdrp, sizeof(struct io_bunch_hdr), 1, stream->ofp) != 1) { 577 fatal(stream->file_name, ERR_SYSCALL, "fwrite(hdr) failed\n"); 603 if (fwrite(p, sizeof(struct io_pkt), npkts, stream->ofp) != npkts) { 604 fatal(stream->file_name, ERR_SYSCALL, "fwrite(pkts) failed\n");
|
/external/chromium/chrome/browser/safe_browsing/ |
prefix_set_unittest.cc | 96 ASSERT_EQ(1U, fwrite(&value, sizeof(value), 1, fp)); 124 ASSERT_EQ(1U, fwrite(&new_digest, sizeof(new_digest), 1, fp)); 428 ASSERT_EQ(strlen(buf), fwrite(buf, 1, strlen(buf), file.get()));
|
/external/libpcap/ |
savefile.c | 867 if (fwrite((char *)&hdr, sizeof(hdr), 1, fp) != 1) [all...] |
/external/icu4c/tools/toolutil/ |
package.cpp | 718 length=(int32_t)fwrite(header, 1, headerLength, file); 773 length=(int32_t)fwrite(&outInt32, 1, 4, file); 791 length=(int32_t)fwrite(&entry, 1, 8, file); 805 length=(int32_t)fwrite(outStrings, 1, outStringTop, file); 825 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file); [all...] |
/development/tools/etc1tool/ |
etc1tool.cpp | 345 if (fwrite(header, sizeof(header), 1, pOut) != 1) { 353 if (fwrite(pEncodedData, encodedSize, 1, pOut) != 1) {
|
/external/collada/src/modules/LIBXMLPlugin/ |
daeLIBXMLPlugin.cpp | 526 rawByteCount += (unsigned long)(fwrite( &tmp, sizeof(daeInt), 1, rawFile ) * sizeof(daeInt)); 534 rawByteCount += (unsigned long)(fwrite( &tmp, sizeof(daeFloat), 1, rawFile ) * sizeof(daeFloat));
|
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.cpp | 298 fwrite(buffer, bytes, 1, mFile); 454 fwrite(buffer, bytes, 1, mFile);
|
/system/media/wilhelm/src/android/ |
AudioRecorder_to_android.cpp | 241 if (NULL != gMonitorFp) { fwrite(pBuff->i16, pBuff->size, 1, gMonitorFp); } 258 if (NULL != gMonitorFp) { fwrite(pBuff->i16, pBuff->size, 1, gMonitorFp); }
|
/bionic/libc/include/ |
stdio.h | 245 size_t fwrite(const void *, size_t, size_t, FILE *);
|
/bootable/recovery/ |
bootloader.c | 192 int count = fwrite(in, sizeof(*in), 1, f);
|
/build/tools/atree/ |
atree.cpp | 61 fwrite(USAGE, strlen(USAGE), 1, stderr);
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 244 size_t fwrite(const void *, size_t, size_t, FILE *);
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 244 size_t fwrite(const void *, size_t, size_t, FILE *);
|
/external/chromium/net/tools/dump_cache/ |
cache_dumper.cc | 201 return fwrite(data, 1, len, entry_);
|
/external/dropbear/ |
cli-kex.c | 319 fwrite(buf_getptr(line, line->len), line->len, 1, hostsfile);
|
/external/e2fsprogs/intl/ |
printf.c | 91 if (fwrite (result, 1, length, stream) == length)
|