| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | aacpsdsp.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | dct32.asm | 18 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | cfhdencdsp.asm | 18 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | rv40dsp.asm | 20 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | vp9mc_16bpp.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | vf_blend.asm | 21 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/gn/src/base/files/ |
| H A D | file_util_posix.cc | 573 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 D | rawmidi.c | 23 * 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 D | pcm_iec958.c | 24 * 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 D | pcm_extplug.c | 24 * 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 D | sanei_wire.c | 35 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 D | image.c | 677 if (write(img->cachefile, tile->ic->pixels, in flush_tile()
|
| /third_party/cups-filters/filter/ |
| H A D | texttotext.c | 226 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 D | substitution_writer.cc | 155 // 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 D | gtest-internal-inl.h | 243 // 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 D | usbd_generic_epfile.c | 69 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 D | line.cpp | 512 Line::write(char *buff, int32_t, UErrorCode &) in write() function in Line
|
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | FileStreams.cpp | 785 res = write(1, data, (size_t)size);
in Write()
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | generate-bytecode.c | 162 * 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 D | protocol_lws_deaddrop.c | 323 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 D | test-stream-readable-async-iterators.js | 812 response.write('never ends');
|
| /third_party/node/test/fixtures/wpt/common/security-features/resources/ |
| H A D | common.sub.js | 1250 // that catches the load event for the document.write() below. 1253 iframe.contentDocument.write(frameContent);
|
| /third_party/musl/src/stdio/ |
| H A D | vfprintf.c | 137 /* 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 D | libevent-server.c | 461 writelen = write(pipefd[1], ERROR_HTML, sizeof(ERROR_HTML) - 1); in error_reply()
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker_process.cc | 414 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()
|