Home
last modified time | relevance | path

Searched refs:fwrite (Results 226 - 250 of 507) sorted by relevance

12345678910>>...21

/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp123 return fwrite(buffer, 1, byteCount, f); in sk_fwrite()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file); in SaveFile()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_font_utils.cc94 fwrite(output_stream->Get(), 1, output_stream->Size(), output_file); in SerializeToFile()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler_test.cc66 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 DcoreGraphicsPdf2png.cpp55 return fwrite(buf, 1, s, (FILE*)f); in main()
/third_party/skia/experimental/c-api-example/
H A Dskia-c-example.c30 fwrite(sk_data_get_data(data), sk_data_get_size(data), 1, f); in emit_png()
/third_party/spirv-tools/tools/
H A Dio.h177 size_t written = fwrite(data, sizeof(T), count, fp); in WriteFile()
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeTarga.c154 fwrite(tgaHeader, 1, 18, file); in deImage_saveTarga()
/third_party/zlib/contrib/puff/
H A Dpufftest.c158 fwrite(dest, 1, destlen, stdout); in main()
/third_party/ffmpeg/doc/examples/
H A Dresampling_audio.c193 fwrite(dst_data[0], 1, dst_bufsize, dst_file); in main()
H A Ddecode_audio.c101 fwrite(frame->data[ch] + data_size*i, 1, data_size, outfile); in decode()
H A Dencode_audio.c117 fwrite(pkt->data, 1, pkt->size, output); in encode()
/third_party/curl/src/
H A Dmkhelp.pl179 fwrite(buf, BUF_SIZE - z.avail_out, 1, stdout);
/third_party/backends/frontend/
H A Dtest.c146 fwrite (buffer, 1, blubb, stdout); in testsane()
/third_party/cups-filters/fontembed/
H A Dtest_pdf.c11 if (fwrite(buf,1,len,f)!=len) { in example_outfn()
/third_party/cups-filters/backend/
H A Dbeh.c156 fwrite(buf, 1, bytes, tmpfile); in main()
/third_party/icu/icu4c/source/extra/uconv/
H A Duwmsg.c75 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
/third_party/mbedtls/programs/util/
H A Dpem2der.c166 if (fwrite(buf, 1, n, f) != n) { in write_file()
/third_party/lz4/examples/
H A DfileCompress.c117 if(fwrite(buf, 1, ret, f_out) != ret) { in decompress_file()
/third_party/lz4/programs/
H A Ddatagen.c32 #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 Dmman_mmap_test.cpp25 fwrite(content, sizeof(char), strlen(content), g_filePtr); in CreateFileAndWrite()
/third_party/lame/test/
H A Dlame_test.cpp112 fwrite(data, 1, n, m_file_handle); in write()
/third_party/pulseaudio/speex/libspeexdsp/
H A Decho_diagnostic.m71 fwrite(F,out,'short');
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duwmsg.c75 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dlargepost.c108 if (!fwrite (data, size, sizeof (char), con_info->fp)) in iterate_post()

Completed in 9 milliseconds

12345678910>>...21