/third_party/skia/src/ports/ |
H A D | SkOSFile_stdio.cpp | 123 return fwrite(buffer, 1, byteCount, f); in sk_fwrite()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | chrome_subsetter.cc | 73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file); in SaveFile()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | test_font_utils.cc | 94 fwrite(output_stream->Get(), 1, output_stream->Size(), output_file); in SerializeToFile()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler_test.cc | 66 ABSL_RAW_CHECK(fwrite(msg, strlen(msg), 1, error_file) == 1, in WriteToErrorFile() 67 "fwrite() failed"); in WriteToErrorFile()
|
/third_party/skia/experimental/tools/ |
H A D | coreGraphicsPdf2png.cpp | 55 return fwrite(buf, 1, s, (FILE*)f); in main()
|
/third_party/skia/experimental/c-api-example/ |
H A D | skia-c-example.c | 30 fwrite(sk_data_get_data(data), sk_data_get_size(data), 1, f); in emit_png()
|
/third_party/spirv-tools/tools/ |
H A D | io.h | 177 size_t written = fwrite(data, sizeof(T), count, fp); in WriteFile()
|
/third_party/vk-gl-cts/framework/delibs/deimage/ |
H A D | deTarga.c | 154 fwrite(tgaHeader, 1, 18, file); in deImage_saveTarga()
|
/third_party/zlib/contrib/puff/ |
H A D | pufftest.c | 158 fwrite(dest, 1, destlen, stdout); in main()
|
/third_party/ffmpeg/doc/examples/ |
H A D | resampling_audio.c | 193 fwrite(dst_data[0], 1, dst_bufsize, dst_file); in main()
|
H A D | decode_audio.c | 101 fwrite(frame->data[ch] + data_size*i, 1, data_size, outfile); in decode()
|
H A D | encode_audio.c | 117 fwrite(pkt->data, 1, pkt->size, output); in encode()
|
/third_party/curl/src/ |
H A D | mkhelp.pl | 179 fwrite(buf, BUF_SIZE - z.avail_out, 1, stdout);
|
/third_party/backends/frontend/ |
H A D | test.c | 146 fwrite (buffer, 1, blubb, stdout); in testsane()
|
/third_party/cups-filters/fontembed/ |
H A D | test_pdf.c | 11 if (fwrite(buf,1,len,f)!=len) { in example_outfn()
|
/third_party/cups-filters/backend/ |
H A D | beh.c | 156 fwrite(buf, 1, bytes, tmpfile); in main()
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | uwmsg.c | 75 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
|
/third_party/mbedtls/programs/util/ |
H A D | pem2der.c | 166 if (fwrite(buf, 1, n, f) != n) { in write_file()
|
/third_party/lz4/examples/ |
H A D | fileCompress.c | 117 if(fwrite(buf, 1, ret, f_out) != ret) { in decompress_file()
|
/third_party/lz4/programs/ |
H A D | datagen.c | 32 #include <stdio.h> /* FILE, fwrite */ 185 fwrite(buff, 1, genBlockSize, stdout); /* should check potential write error */ in RDG_genOut()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_mmap_test.cpp | 25 fwrite(content, sizeof(char), strlen(content), g_filePtr); in CreateFileAndWrite()
|
/third_party/lame/test/ |
H A D | lame_test.cpp | 112 fwrite(data, 1, n, m_file_handle); in write()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | echo_diagnostic.m | 71 fwrite(F,out,'short');
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uwmsg.c | 75 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | largepost.c | 108 if (!fwrite (data, size, sizeof (char), con_info->fp)) in iterate_post()
|