Home
last modified time | relevance | path

Searched refs:write (Results 2826 - 2850 of 3775) sorted by relevance

1...<<111112113114115116117118119120>>...151

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_pullup.asm17 ;* with FFmpeg; if not, write to the Free Software Foundation, Inc.,
H A Dvf_convolution.asm17 ;* License along with FFmpeg; if not, write to the Free Software
H A Dvf_yadif.asm20 ;* License along with FFmpeg; if not, write to the Free Software
H A Davf_showcqt.asm19 ;* License along with FFmpeg; if not, write to the Free Software
H A Daf_volume.asm18 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm19 ;* along with this program; if not, write to the Free Software
/third_party/cups-filters/backend/
H A Dimplicitclass.c300 bytes = write(fd, buffer, bytes); in main()
343 fprintf(stderr, "Could not write the output of pdftoippprinter printer to tmp file\n"); in main()
/third_party/cups-filters/filter/
H A Dpdf.cxx347 * I - File pointer to write to
352 output.write(); in pdf_write()
H A Dmupdftoraster.c265 /* Ignore SIGPIPE and have write return an error instead */ in main()
293 if (write(fd,buf,n) != n) { in main()
/third_party/gptfdisk/
H A Ddiskio-unix.cc380 // A variant on the standard write() function. Done to work around
409 // Copy the data to my own buffer, then write it in Write()
414 retval = write(fd, tempSpace, numBlocks * blockSize); in Write()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h471 unused_func_t write; member
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundle.java464 w.write(this.toOutputString() + "\n"); in writeContents()
/third_party/libunwind/libunwind/tests/
H A Dtest-coredump-unwind.c104 * fprintf's, but is guaranteed to do a single write. in verror_msg_helper()
144 write(STDERR_FILENO, msg, used + msgeol_len); in verror_msg_helper()
/third_party/libwebsockets/lib/misc/
H A Ddir.c42 #define write _write macro
/third_party/libuv/test/
H A Drunner-unix.c225 r = write(args->pipe[1], "", 1); in dowait()
/third_party/mesa3d/bin/
H A Dgen_release_notes.py319 f.write(TEMPLATE.render(
H A Dgen_calendar_entries_test.py161 f.write('21.0.0-devel\n')
/third_party/jinja2/
H A Dbccache.py85 raise TypeError("can't write empty bucket")
86 f.write(bc_magic)
138 """Subclasses have to override this method to write the bytecode
317 # write access on the file system and the function does not exist
/third_party/json/tools/amalgamate/
H A Damalgamate.py75 # Generate the amalgamation and write it to the target file.
98 f.write(amalgamation)
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dparse-submits.lua6 return io.write(string.format(fmt, ...))
/third_party/mesa3d/src/compiler/isaspec/
H A Dencode.py689 f.write(Template(template).render(s=s, encode_bitset=Template(encode_bitset_template)))
/third_party/ltp/lib/
H A Dtst_timer_test.c339 return write(fd, &latency, sizeof(latency)); in set_latency()
/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest05.c17 * along with this program; if not, write to the Free Software
28 * lseek64, read, write
35 * write pattern
239 * Randomly read/mod/write chunks with known pattern and check.
306 * write "val" on it. in dotest()
341 * If chunk beyond EOF just write on it. in dotest()
417 if ((xfr = write(fd, val_buf, csize)) < csize) { in dotest()
425 "\tTest[%d]: write fail at %Lx xfr %d", in dotest()
H A Dftest06.c17 * along with this program; if not, write to the Free Software
28 * open, close, read, write, lseek64,
264 * Create a file and write something into it.
266 static char crmsg[] = "Gee, let's write something in the file!\n";
289 val = write(fd, crmsg, sizeof(crmsg) - 1); in crfile()
290 warn(val, "write", 0); in crfile()
H A Dftest01.c17 * along with this program; if not, write to the Free Software
26 * lseek, read, write
33 * write pattern
238 * Randomly read/mod/write chunks with known pattern and check.
310 * write "val" on it. in dotest()
348 * If chunk beyond EOF just write on it. in dotest()
428 if ((xfr = write(fd, val_buf, csize)) < csize) { in dotest()
438 "Test[%d]: write fail at %x xfr %d, errno = %d.", in dotest()

Completed in 15 milliseconds

1...<<111112113114115116117118119120>>...151