/external/quake/quake/src/WinQuake/ |
sys_win.cpp | 217 x = fwrite (data, 1, count, sys_handles[handle]);
|
/external/srec/portable/src/ |
PANSIFileImpl.c | 237 *count = fwrite(temp, size, *count, impl->value);
|
/external/v8/src/ |
platform-openbsd.cc | 241 int result = fwrite(initial, size, 1, file);
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
aec_core.c | 585 fwrite(farend, sizeof(short), PART_LEN, aec->farFile); 586 fwrite(nearend, sizeof(short), PART_LEN, aec->nearFile); 769 fwrite(eInt16, sizeof(short), PART_LEN, aec->outLpFile); 770 fwrite(output, sizeof(short), PART_LEN, aec->outFile); [all...] |
/external/zlib/contrib/minizip/ |
miniunz.c | 430 if (fwrite(buf,err,1,fout)!=1)
|
/external/zlib/contrib/puff/ |
puff.c | [all...] |
/external/zlib/contrib/untgz/ |
untgz.c | 533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
|
/frameworks/base/cmds/dumpstate/ |
utils.c | 129 ret = fwrite(buffer, ret, 1, stdout);
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 493 fwrite(buf, sizeof(char), n, fp);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 236 /* Panic on failing fwrite */ 245 if (size && fwrite(ptr, size, nmemb, stream) != nmemb)
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
ImageUtils.cpp | 327 fwrite(image, sizeof(ImageTypeBase), numChannels*width*height, imgout);
|
/system/media/wilhelm/tests/examples/ |
slesTestDecodeToBuffQueue.cpp | 188 if (fwrite(pCntxt->pDataBase, 1, BUFFER_SIZE_IN_BYTES, gFp) < BUFFER_SIZE_IN_BYTES) {
|
/external/jhead/ |
jhead.c | 153 fwrite(Comment, CommentSize, 1, file); [all...] |
/external/libvpx/vp8/decoder/ |
decodframe.c | 935 fwrite((void *) &size, 4, 1, f); 936 fwrite((void *) pbi->Source, size, 1, f);
|
/external/openssl/crypto/threads/ |
mttest.c | 577 fwrite(cbuf,1,i,stdout); 618 fwrite(sbuf,1,i,stdout);
|
/external/webrtc/src/modules/audio_processing/main/test/unit_test/ |
unit_test.cc | 146 ASSERT_EQ(1, fwrite(&size, sizeof(int), 1, file)); 147 ASSERT_EQ(size, fwrite(array, sizeof(unsigned char), size, file));
|
/sdk/emulator/qtools/ |
trace_reader.cpp | 1067 fwrite(&swappedHeader, sizeof(TraceHeader), 1, static_fstream_); [all...] |
/external/icu4c/tools/tzcode/ |
zic.c | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | [all...] |
/external/speex/libspeex/ |
mdf.c | 395 fwrite(rec, sizeof(spx_int16_t), len, rFile); 396 fwrite(play, sizeof(spx_int16_t), len, pFile); 397 fwrite(out, sizeof(spx_int16_t), len, oFile); [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 424 if (fwrite(data, 1, len, f) != len) {
|
/bootable/recovery/ |
recovery.c | 364 if (fwrite(buffer, 1, read, fout) != read) {
|
/dalvik/vm/ |
Profile.cpp | 707 if (fwrite(state->buf, finalCurOffset, 1, state->traceFile) != 1) { 709 LOGE("trace fwrite(%d) failed: %s",
|
/external/bison/lib/ |
bitset_stats.c | 285 if (fwrite (&bitset_stats_info_data, sizeof (bitset_stats_info_data),
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.cc | 71 const size_t ret = fwrite(ptr, sizeof(T), nmemb, fp);
|