Home
last modified time | relevance | path

Searched refs:write (Results 2726 - 2750 of 3775) sorted by relevance

1...<<101102103104105106107108109110>>...151

/third_party/toybox/scripts/
H A Dmkflags.c250 int i = write(1, outbuf, strlen(outbuf)); in main()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.h129 pa_bluetooth_transport_write_cb write; member
/third_party/python/Lib/lib2to3/tests/
H A Dtest_main.py72 trivial.write("print 'I need a simple conversion.'")
82 ["-n", "--add-suffix", suffix, "--write-unchanged-files",
111 ["-n", "-w", "--write-unchanged-files",
/third_party/python/Lib/turtledemo/
H A Dsorting_animate.py137 write(text, align="center", font=("Courier", 16, "bold"))
/third_party/python/Lib/test/
H A Dtest_devpoll.py56 os.write(wr, MSG)
H A Dtest_getpass.py67 stderr.write.assert_called_once_with(prompt)
H A Dtest_threading_local.py149 sys.stderr.write(self._failed)
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs279 write!(f, "CxxVector<{}>", display(T::__typename)) in __typename()
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DCorrectnessActivity.java107 out.write("done".getBytes()); in writeTerminatingFile()
/third_party/rust/crates/nix/src/
H A Dlib.rs277 buf_ptr.add(self.len()).write(0); in with_nix_path()
/third_party/rust/crates/syn/codegen/src/
H A Deq.rs154 file::write( in generate()
/third_party/skia/bench/
H A Dcheck_bench_regressions.py191 # number of the script, so use sys.stderr.write() instead.
193 sys.stderr.write('\n'.join(['Exception:'] + outputs + ['\n']))
/third_party/nghttp2/src/
H A Dshrpx.cc418 if (write(fd, content.c_str(), content.size()) == -1) { in save_pid()
642 while ((nwrite = write(wp->ipc_fd, &ipc_event, 1)) == -1 && errno == EINTR) in ipc_send()
1880 // This makes easier to write restart script for nghttpx. Because in event_loop()
2149 timeoutconf.write = 30_s; in fill_default_config()
2163 timeoutconf.write = 30_s; in fill_default_config()
2310 "read-timeout=<DURATION>", "write-timeout=<DURATION>", in print_help()
2426 "read-timeout=<DURATION>" and "write-timeout=<DURATION>" in print_help()
2427 parameters specify the read and write timeout of the in print_help()
2432 --backend-write-timeout are used. in print_help()
2540 --backend-write in print_help()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp106 // Mapped host read and write
1308 HostMemoryAccess (bool read, bool write, deUint32 seed);
1326 HostMemoryAccess::HostMemoryAccess (bool read, bool write, deUint32 seed)
1328 , m_write (write)
1336 log << TestLog::Message << commandIndex << ": Host memory access:" << (m_read ? " read" : "") << (m_write ? " write" : "") << ", seed: " << m_seed << TestLog::EndMessage;
1398 DE_FATAL("Host memory access without read or write.");
1466 DE_FATAL("Host memory access without read or write.");
5009 const vk::VkWriteDescriptorSet write =
5023 vkd.updateDescriptorSets(device, 1u, &write, 0u, DE_NULL);
5209 const vk::VkWriteDescriptorSet write
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp106 // Mapped host read and write
1308 HostMemoryAccess (bool read, bool write, deUint32 seed);
1326 HostMemoryAccess::HostMemoryAccess (bool read, bool write, deUint32 seed)
1328 , m_write (write)
1336 log << TestLog::Message << commandIndex << ": Host memory access:" << (m_read ? " read" : "") << (m_write ? " write" : "") << ", seed: " << m_seed << TestLog::EndMessage;
1398 DE_FATAL("Host memory access without read or write.");
1466 DE_FATAL("Host memory access without read or write.");
5009 const vk::VkWriteDescriptorSet write =
5023 vkd.updateDescriptorSets(device, 1u, &write, 0u, DE_NULL);
5209 const vk::VkWriteDescriptorSet write
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py675 mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n')
676 mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n')
697 mk_file.write("all: %s\n" % " ".join(first_outputs_cyg))
700 mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od)
701 mk_file.write("\n")
715 mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs)))
716 mk_file.write("\t%s\n\n" % cmd)
2570 "File": "$(IntDir)$(ProjectName).write.1.tlog",
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py673 mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n')
674 mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n')
695 mk_file.write("all: %s\n" % " ".join(first_outputs_cyg))
698 mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od)
699 mk_file.write("\n")
713 mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs)))
714 mk_file.write("\t%s\n\n" % cmd)
2562 "File": "$(IntDir)$(ProjectName).write.1.tlog",
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp452 dest.write(readBuffer.data(), readBuffer.length()); in UnzipWithStore()
532 dest.write((const char *)bufOut, inflateLen); in UnzipWithInflated()
/third_party/f2fs-tools/fsck/
H A Dquotaio_tree.c79 err = h->write(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in write_blk()
82 log_err("Cannot write block (%u): %s", blk, strerror(errno)); in write_blk()
163 write_blk(h, blk, buf); /* No matter whether write succeeds in remove_free_dqentry()
313 log_err("Cannot write quota (id %u): %s", in dq_insert_tree()
333 log_err("Quota write failed (id %u): %s", in qtree_write_dquot()
349 ret = h->write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot, in qtree_write_dquot()
353 log_err("Quota write failed (id %u): %s", in qtree_write_dquot()
395 /* This will also write data block */ in free_dqentry()
/third_party/alsa-lib/src/pcm/
H A Dpcm_plugin.c25 * License along with this library; if not, write to the Free Software
257 frames = plugin->write(pcm, areas, offset, frames, in snd_pcm_plugin_write_areas()
260 SNDMSG("write overflow %ld > %ld", slave_frames, in snd_pcm_plugin_write_areas()
423 frames = plugin->write(pcm, areas, appl_offset, frames, in snd_pcm_plugin_mmap_commit()
/third_party/cups-filters/backend/
H A Dserial.c661 if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0) in main()
669 perror("DEBUG: Unable to write print data"); in main()
783 if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0) in drain_output()
792 perror("ERROR: Unable to write print data"); in drain_output()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat356 # Open file, write UTF8 marker, close it, and reopen in text mode
358 binmode OUT; # Must do this so we can write our UTF8 marker
/third_party/libunwind/libunwind/src/ia64/
H A Dunwind_i.h265 unw_word_t *valp, int write);
267 unw_fpreg_t *valp, int write);
/third_party/libwebsockets/lib/core-net/
H A Ddummy-callback.c768 written = (int)write(args->stdwsi[LWS_STDIN]->desc.filefd, in lws_callback_http_dummy()
802 n = (int)write(n, args->data, (unsigned int)args->len); in lws_callback_http_dummy()
/third_party/lame/misc/
H A Dath.c163 write ( fd, samples, bytes ); in play_soundcard()
166 return write ( k->fd, samples, bytes ) == bytes ? 0 : -1; in play_soundcard()

Completed in 34 milliseconds

1...<<101102103104105106107108109110>>...151