HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 101 - 125 of 824) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/curl/docs/examples/
ftpsget.c 47 return fwrite(buffer, size, nmemb, out->stream);
sftpget.c 56 return fwrite(buffer, size, nmemb, out->stream);
  /external/curl/src/
tool_msgs.c 67 (void)fwrite(ptr, cut + 1, 1, config->errors);
  /external/curl/tests/libtest/
lib1525.c 82 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
lib1527.c 83 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
  /external/curl/tests/unit/
unit1308.c 38 fwrite(buf, len, 1, stdout);
  /external/dng_sdk/source/
dng_file_stream.cpp 124 uint32 bytesWritten = (uint32) fwrite (data, 1, count, fFile);
  /external/e2fsprogs/contrib/android/
block_range.c 52 if (fwrite(buf, 1, len, f) != (size_t)len) {
  /external/libavc/test/encoder/
output.c 53 bytes = fwrite(pu1_buf, sizeof(UWORD8), num_bytes, fp);
  /external/libpng/
pngwio.c 58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvwriter.cc 35 const size_t bytes_written = fwrite(buffer, 1, length, file_);
  /external/libvpx/libvpx/
video_writer.c 71 if (fwrite(buffer, 1, size, writer->file) != size) return 0;
  /external/libxcam/xcore/
xcam_common.cpp 104 fwrite (buffer, sizeof (buffer[0]), strlen (buffer), p_file);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 71 fwrite(buf, size, 1, stream);
  /external/nanopb-c/examples/using_union_messages/
encode.c 80 fwrite(buffer, 1, stream.bytes_written, stdout);
  /external/pdfium/third_party/libpng16/
pngwio.c 58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 93 fwrite(output_stream.Get(), 1, output_stream.Size(), output_file);
  /external/skia/tools/
skp_parser.cpp 68 fwrite(skdata->data(), skdata->size(), 1, stdout);
  /external/skqp/tools/
skp_parser.cpp 68 fwrite(skdata->data(), skdata->size(), 1, stdout);
  /external/v8/src/
log-utils.h 114 size_t rv = fwrite(msg, 1, length, output_handle_);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
SwitchingSampRate.cc 393 if (fwrite(&(packetData[senderIdx]->arrival_time),
401 if (fwrite(&(packetData[senderIdx]->arrival_time),
438 if (fwrite(resampledAudio60ms, sizeof(short), lenDecodedAudio << 1,
446 if (fwrite(audioBuff60ms, sizeof(short), lenDecodedAudio,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.h 86 fwrite(dummy, sizeof(double), len, filePtr); \
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPtimeshift.cc 50 fwrite(firstline, 1, kRtpDumpHeaderSize, outFile));
  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.cc 149 if (fwrite(audio_frame.data_, sizeof(uint16_t),
160 if (fwrite(stereo_audio, sizeof(int16_t),
168 if (fwrite(audio_frame.data_, sizeof(int16_t),
179 if (fwrite(playout_buffer, sizeof(uint16_t), length_smpls, pcm_file_) !=
  /external/xz-embedded/userspace/
boottest.c 37 return fwrite(buf, 1, size, stdout);
46 /* fwrite(out, 1, FIXME, stdout); */
76 /* fwrite(out, 1, FIXME, stdout); */

Completed in 431 milliseconds

1 2 3 45 6 7 8 91011>>