HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 201 - 225 of 375) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/first_run/
first_run_win.cc 162 bool good = fwrite(terms.data(), terms.size(), 1, file) == 1;
  /external/libpng/contrib/visupng/
PngFile.c 422 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
  /external/openssl/crypto/bio/
bss_file.c 262 ret=fwrite(in,(int)inl,1,(FILE *)b->ptr);
265 /* ret=fwrite(in,1,(int)inl,(FILE *)b->ptr); */
  /external/quake/quake/src/WinQuake/
sys_android.cpp 483 fwrite(&vernum, sizeof(vernum), 1, f);
  /external/srec/portable/src/
PFileWrap.c 78 items_written = fwrite ( buffer, size, *count, (FILE *)self );
  /external/svox/pico/lib/
picopal.c 402 picopal_objsize_t picopal_fwrite_bytes (picopal_File f, void * ptr, picopal_objsize_t objsize, picopal_uint32 nobj){ return (picopal_objsize_t) fwrite(ptr, objsize, nobj, (FILE *)f);}
  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 324 if (dataSize != fwrite(data, 1, dataSize, file)) {
  /external/zlib/examples/
zran.c 396 fwrite(buf, 1, len, stdout);
  /external/zlib/
minigzip.c 248 if ((int)fwrite(buf, 1, (unsigned)len, out) != len) {
249 error("failed fwrite");
gzio.c 247 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
576 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
721 if ((uInt)fwrite(s->outbuf, 1, len, s->file) != len) {
  /bootable/recovery/applypatch/
imgdiff.c 958 fwrite("IMGDIFF2", 1, 8, f);
994 fwrite(patch_data[i], 1, patch_size[i], f);
1003 fwrite(patch_data[i], 1, patch_size[i], f);
  /external/elfutils/src/
ldlex.c 1035 #undef fwrite macro
1036 #define fwrite macro
    [all...]
  /external/libvpx/build/make/
configure.sh 55 fwrite () { function
357 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
359 fwrite config.mk "ALL_TARGETS += ${t}"
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 247 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
576 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) {
721 if ((uInt)fwrite(s->outbuf, 1, len, s->file) != len) {
  /system/core/sh/
init.c 230 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
522 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
812 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
  /external/icu4c/test/iotest/
filetst.c 605 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile);
607 fwrite("\n", sizeof(testStr[0]), 1, stdFile);
736 fwrite(prefixLine, strlen(prefixLine), 1, stdFile);
738 fwrite(line, lineLen, 1, stdFile);
803 fwrite(repetitions ? "1" : "2", 1, 1, stdFile);
    [all...]
  /external/libvpx/
vpxenc.c 225 if(fwrite(pkt, 1, len, stats->file));
424 if(fwrite(header, 1, 32, outfile));
442 if(fwrite(header, 1, 12, outfile));
490 if(fwrite(buffer_in, 1, len, glob->stream));
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1006 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1016 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1021 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c     [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 254 actual = fwrite(pBuf->storage, 1, pBuf->curLen, out);
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 230 const int num_bytes_written = fwrite(data, 1, size, file);
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 289 // standard C I/O library, i.e., fopen(), fwrite(), fclose().
327 fwrite(output.data(), 1, output.size(), output_file_);
  /external/openssl/crypto/asn1/
a_strex.c 107 if(fwrite(buf, 1, len, arg) != (unsigned int)len) return 0;
  /external/qemu/android/utils/
ini.c 318 if (fwrite(temp, p - temp, 1, fp) != 1) {
  /external/qemu-pc-bios/bochs/bios/
biossums.c 231 if (fwrite(bios_data, 1, LEN_BIOS_DATA, stream) < LEN_BIOS_DATA) {

Completed in 1749 milliseconds

1 2 3 4 5 6 7 891011>>