Home
last modified time | relevance | path

Searched refs:write (Results 3151 - 3175 of 3634) sorted by relevance

1...<<121122123124125126127128129130>>...146

/third_party/ffmpeg/libavcodec/x86/
H A Daacpsdsp.asm19 ;* License along with FFmpeg; if not, write to the Free Software
H A Ddct32.asm18 ;* License along with FFmpeg; if not, write to the Free Software
H A Dcfhdencdsp.asm18 ;* License along with FFmpeg; if not, write to the Free Software
H A Drv40dsp.asm20 ;* License along with FFmpeg; if not, write to the Free Software
H A Dvp9mc_16bpp.asm19 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend.asm21 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc573 write(fd, data + bytes_written_total, size - bytes_written_total)); in WriteFileDescriptor()
588 // This call will either write all of the data or return false. in AppendToFile()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi.c23 * License along with this library; if not, write to the Free Software
30 <P>RawMidi Interface is designed to write or read raw (unchanged) MIDI
46 in different directions (i.e. process one opens a MIDI device in write
78 There is only standard read/write access to device internal ring buffer. Use
79 snd_rawmidi_read() and snd_rawmidi_write() functions to obtain / write MIDI bytes.
137 This example shows open and read/write rawmidi operations.
144 * Shows open and read/write rawmidi operations.
1075 * \brief write MIDI bytes to MIDI stream
1085 return rawmidi->ops->write(rawmidi, buffer, size); in snd_rawmidi_write()
/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c24 * License along with this library; if not, write to the Free Software
593 iec->plug.write = snd_pcm_iec958_write_areas; in snd_pcm_iec958_open()
H A Dpcm_extplug.c24 * License along with this library; if not, write to the Free Software
715 ext->plug.write = snd_pcm_extplug_write_areas; in snd_pcm_extplug_create()
/third_party/backends/sanei/
H A Dsanei_wire.c35 If you write modifications of your own for SANE, it is your choice
86 nwritten = (*w->io.write) (fd, w->buffer.curr, nbytes); in sanei_w_space()
89 DBG (1, "sanei_w_space: ENCODE: write failed (%d)\n", errno); in sanei_w_space()
/third_party/cups-filters/cupsfilters/
H A Dimage.c677 if (write(img->cachefile, tile->ic->pixels, in flush_tile()
/third_party/cups-filters/filter/
H A Dtexttotext.c226 bytes = write(fd, buffer, bytes); in main()
617 /* Now write out the byte sequence to get into the in main()
759 /* Only write newline if we are not on the LF of a CR+LF */ in main()
/third_party/gn/src/gn/
H A Dsubstitution_writer.cc155 // the inserted Ninja variables can't be escaped. So write to a buffer with
327 // Don't write SOURCE since that just maps to Ninja's $in variable, which
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h243 // function will write over it. If the variable is present, but the file cannot
860 // Protects read and write access to global_test_part_result_reporter_.
1096 if (write(sockfd_, message.c_str(), len) != static_cast<ssize_t>(len)) {
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c69 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_req_sync_complete()
154 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_req_complete()
197 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_submit_request()
246 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_cancel_pending_request()
585 .write = generic_epfile_handle_write,
/third_party/icu/tools/colprobe/
H A Dline.cpp512 Line::write(char *buff, int32_t, UErrorCode &) in write() function in Line
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp785 res = write(1, data, (size_t)size); in Write()
/third_party/jerryscript/jerry-core/api/
H A Dgenerate-bytecode.c162 * write snapshot file by Fragment
180 res = write(fd, snapshot_buffer + write_offset, here_to_write); in write_snapshot()
183 // Error: Unable to write snapshot file in write_snapshot()
191 // Error: Unable to successfully write snapshot file in write_snapshot()
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c323 n = (int)write((int)(lws_intptr_t)pss->fd, buf, (unsigned int)len); in file_upload_cb()
324 lwsl_debug("%s: write %d says %d\n", __func__, in file_upload_cb()
544 lwsl_notice("%s: ws write failed\n", __func__); in callback_deaddrop()
/third_party/node/test/parallel/
H A Dtest-stream-readable-async-iterators.js812 response.write('never ends');
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js1250 // that catches the load event for the document.write() below.
1253 iframe.contentDocument.write(frameContent);
/third_party/musl/src/stdio/
H A Dvfprintf.c137 /* write to file buffer if flag F_PBUF is available */ in out()
144 f->write(f, (void *)s, l); in out()
712 f->write(f, 0, 0); in vfprintf()
/third_party/nghttp2/examples/
H A Dlibevent-server.c461 writelen = write(pipefd[1], ERROR_HTML, sizeof(ERROR_HTML) - 1); in error_reply()
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc414 while ((nwrite = write(ready_ipc_fd, &pid, sizeof(pid))) == -1 && in send_ready_event()
673 // daemon. Otherwise priv_rsa_finish yields "write error" and in worker_process_event_loop()

Completed in 25 milliseconds

1...<<121122123124125126127128129130>>...146