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

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 123 static_assert((std::is_same<decltype(std::fwrite((const void*)0,0,0,fp)), std::size_t>::value), "");
  /system/libufdt/utils/src/
mkdtimg_dump.c 69 if (fwrite(fdt, fdt_size, 1, out_fp) < 1) {
  /toolchain/binutils/binutils-2.27/zlib/contrib/blast/
blast.c 426 return fwrite(buf, 1, len, (FILE *)how) != len;
  /external/libxaac/test/
ixheaacd_main.c 229 fwrite("RIFF", 1, 4, fp); /* label */
232 fwrite("WAVEfmt ", 2, 4, fp); /* 2 labels */
267 fwrite("data", 1, 4, fp);
274 fwrite("RIFF", 1, 4, fp); /* label */
277 fwrite("WAVEfmt ", 2, 4, fp); /* 2 labels */
286 fwrite("data", 1, 4, fp);
    [all...]
ixheaacd_main_flush_csd.c 311 fwrite("RIFF", 1, 4, fp); /* label */
314 fwrite("WAVEfmt ", 2, 4, fp); /* 2 labels */
358 fwrite("data", 1, 4, fp);
365 fwrite("RIFF", 1, 4, fp); /* label */
368 fwrite("WAVEfmt ", 2, 4, fp); /* 2 labels */
377 fwrite("data", 1, 4, fp);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc     [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 775 ASSERT_EQ(1u, fwrite(&stream_has_voice,
783 ASSERT_EQ(1u, fwrite(&ns_speech_prob,
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 373 fwrite(mapped_buffer1, srcw, 1, psb_dump_yuvbuf_fp);
379 if((k%2) == 0)fwrite(mapped_buffer2, 1, 1, psb_dump_yuvbuf_fp);
392 fwrite(mapped_buffer2, 1, 1, psb_dump_yuvbuf_fp);
425 fwrite(mapped_buffer, srcw, 1, psb_dump_yuvbuf_fp);
432 fwrite(mapped_buffer, srcw, 1, psb_dump_yuvbuf_fp);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 465 size_t writeSize = fwrite(&temp, sizeof(unsigned char), 1, fh);
470 fwrite(&temp, sizeof(unsigned char), 1, fh);
476 fwrite(mSections[i].Data, sizeof(unsigned char),
482 fwrite(&temp, sizeof(unsigned char), 1, fh);
484 fwrite(&temp, sizeof(unsigned char), 1, fh);
485 fwrite(mJEXIFSection.Data, sizeof(unsigned char),
491 fwrite(&temp, sizeof(unsigned char), 1, fh);
492 fwrite(&mSections[i].Type, sizeof(unsigned char), 1, fh);
493 fwrite(mSections[i].Data, sizeof(unsigned char),
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 460 size_t writeSize = fwrite(&temp, sizeof(unsigned char), 1, fh);
465 fwrite(&temp, sizeof(unsigned char), 1, fh);
471 fwrite(mSections[i].Data, sizeof(unsigned char),
477 fwrite(&temp, sizeof(unsigned char), 1, fh);
479 fwrite(&temp, sizeof(unsigned char), 1, fh);
480 fwrite(mJEXIFSection.Data, sizeof(unsigned char),
486 fwrite(&temp, sizeof(unsigned char), 1, fh);
487 fwrite(&mSections[i].Type, sizeof(unsigned char), 1, fh);
488 fwrite(mSections[i].Data, sizeof(unsigned char),
    [all...]
  /bionic/tests/
stdio_test.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 933 fwrite (&FfsFileHeader, 1, HeaderSize, FfsFile);
938 fwrite (FileBuffer, 1, FileSize - HeaderSize, FfsFile);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.cpp 307 fwrite (PkgHdr, sizeof (EFI_HII_PACKAGE_HEADER), 1, Output);
312 fwrite (Buffer, Size, 1, Output);
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 953 assert(fwrite(uBuf, sizeof(uBuf[0]), (target-uBuf), out) ==
1058 assert(fwrite(buf, sizeof(buf[0]), (target-buf), out) ==
  /external/libmicrohttpd/src/testspdy/
test_notls.c 422 fwrite(out, 1, outlen, stdout);
428 fwrite(data, 1, len, stdout);
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 160 res = fwrite(ptr, size, 1, f);
163 res = fwrite(ptr, size, 1, f);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 625 if (fwrite(streamdata, sizeof(char), stream_len, outbits) !=
780 if (fwrite(decoded, sizeof(int16_t),
  /external/wpa_supplicant_8/hs20/client/
est.c 567 fwrite(pos, end - pos, 1, f);
726 fwrite(resp, resp_len, 1, f);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 164 # undef fwrite macro
165 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
186 /* ??? Glibc's fwrite/fread_unlocked macros cause
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_rwops.c 52 writtenLen = (int)fwrite(RWopsHelloWorldTestString, 1, fileLen, handle);
64 writtenLen = (int)fwrite(RWopsAlphabetString, 1, fileLen, handle);
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 189 status = fwrite (&ehdr32, sizeof (ehdr32), 1, file) == 1;
198 status = fwrite (&ehdr64, sizeof (ehdr64), 1, file) == 1;
  /bionic/libc/include/
stdio.h 118 size_t fwrite(const void* __buf, size_t __size, size_t __count, FILE* __fp);
  /build/kati/
func.cc 757 if (fwrite(&text[0], text.size(), 1, f) != 1) {
758 ev->Error("*** fwrite failed.");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.c 307 BytesWrote = fwrite (OutputFileImage, sizeof (UINT8), BytesToWrite, OutputFile);

Completed in 2201 milliseconds

<<11121314151617181920>>