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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 177 if (fwrite(encoded_data, sizeof(int16_t), len_i16s, efileid) != len_i16s) {
220 if (fwrite(decoded_data, sizeof(int16_t), len, ofileid) != len) {
iLBC_testLib.c 154 fwrite(encoded_data,1,len,efileid);
191 fwrite(data,sizeof(short),len,ofileid);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 143 EXPECT_EQ(kRtpDumpHeaderSize, fwrite(firstline, 1, kRtpDumpHeaderSize,
196 if (fwrite(temp_packet, sizeof(unsigned char),
  /external/webrtc/webrtc/modules/audio_processing/test/
test_utils.cc 29 fwrite(samples, sizeof(*samples), num_samples, file_handle_);
33 fwrite(samples, sizeof(*samples), num_samples, file_handle_);
  /external/zlib/src/examples/
fitblk.c 166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
zpipe.c 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 167 fwrite(header, 1, headerLen, fp);
176 fwrite(mPixelBuf, 1, rgbDataLen, fp);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
amrnb_enc_test.cpp 103 fwrite("#!AMR\n", 1, 6, fDst);
145 fwrite(outputBuf, 1, bytesGenerated, fDst);
  /toolchain/binutils/binutils-2.27/zlib/examples/
fitblk.c 166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
zpipe.c 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_resources.cpp 34 size_t num_written = fwrite(buffer, 1, num_read, *this);
36 printf("%s: unable to fwrite, %zu != %zu %s:%d (%s)\n",
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
generate_image.c 340 fwrite(gConfigurationHeader, 1, sizeof(gConfigurationHeader), OutputFile);
343 fwrite(&InputImageFileSize, 1, 4, OutputFile);
344 fwrite(&gImageExecutionAddress, 1, 4, OutputFile);
349 fwrite(&Ch, 1, 1, OutputFile);
  /external/brotli/research/
find_opt_references.cc 87 fwrite(&idx, sizeof(int), 1, fout); // Position in input.
88 fwrite(&dist, sizeof(int), 1, fout); // Backward distance.
189 fwrite(&idx, sizeof(int), 1, fout); // Position in input.
190 fwrite(&dist, sizeof(int), 1, fout); // Backward distance.
  /external/curl/src/
tool_cb_hdr.c 77 size_t rc = fwrite(ptr, size, nmemb, heads->stream);
  /external/curl/tests/libtest/
lib1509.c 85 fwrite(ptr, size, nmemb, stream);
lib1526.c 85 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
lib536.c 94 easy_setopt(easy, CURLOPT_WRITEFUNCTION, fwrite);
  /external/e2fsprogs/contrib/android/
block_list.c 71 || fwrite("\n", 1, 1, params->f) != 1)
  /external/libxcam/xcore/
file_handle.cpp 153 if (fwrite (buf, 1, size, _fp) != size) {
image_file_handle.cpp 86 if (fwrite (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) {
  /external/ltp/testcases/kernel/fs/stream/
stream04.c 24 >KEYS: < fwrite() fread()
25 >WHAT: < 1) Ensure fwrite appends data to stream.
26 < 2) Ensure fread and fwrite return values are valid.
28 < 2) Fwrite a know quanity, check return value.
81 fwrite(junk, sizeof(*junk), strlen(junk), stream)) == 0) {
82 tst_brkm(TFAIL, tst_rmdir, "fwrite failed: %s",
88 "strlen(junk) = %zi != return value from fwrite = %zi",
  /external/nanopb-c/tests/callbacks/
encode_callbacks.c 88 if (fwrite(buffer, stream.bytes_written, 1, stdout) != 1)
  /external/selinux/semodule-utils/semodule_package/
semodule_unpackage.c 94 if (fwrite(fcdata, 1, len, fp) != len) {
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 85 fwrite(&(output_stream.Get()[i]), 1, 1, output_file);
  /external/skia/experimental/tools/
coreGraphicsPdf2png.cpp 55 return fwrite(buf, 1, s, (FILE*)f);

Completed in 503 milliseconds

1 2 3 4 5 67 8 91011>>