| /third_party/toybox/scripts/ |
| H A D | mkflags.c | 250 int i = write(1, outbuf, strlen(outbuf)); in main()
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | bluez5-util.h | 129 pa_bluetooth_transport_write_cb write; member
|
| /third_party/python/Lib/lib2to3/tests/ |
| H A D | test_main.py | 72 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 D | sorting_animate.py | 137 write(text, align="center", font=("Courier", 16, "bold"))
|
| /third_party/python/Lib/test/ |
| H A D | test_devpoll.py | 56 os.write(wr, MSG)
|
| H A D | test_getpass.py | 67 stderr.write.assert_called_once_with(prompt)
|
| H A D | test_threading_local.py | 149 sys.stderr.write(self._failed)
|
| /third_party/rust/crates/cxx/src/ |
| H A D | unique_ptr.rs | 279 write!(f, "CxxVector<{}>", display(T::__typename)) in __typename()
|
| /third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
| H A D | CorrectnessActivity.java | 107 out.write("done".getBytes()); in writeTerminatingFile()
|
| /third_party/rust/crates/nix/src/ |
| H A D | lib.rs | 277 buf_ptr.add(self.len()).write(0); in with_nix_path()
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | eq.rs | 154 file::write( in generate()
|
| /third_party/skia/bench/ |
| H A D | check_bench_regressions.py | 191 # 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 D | shrpx.cc | 418 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 D | vktMemoryPipelineBarrierTests.cpp | 106 // 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 D | vktMemoryPipelineBarrierTests.cpp | 106 // 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 D | msvs.py | 675 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 D | msvs.py | 673 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 D | zip_file.cpp | 452 dest.write(readBuffer.data(), readBuffer.length()); in UnzipWithStore() 532 dest.write((const char *)bufOut, inflateLen); in UnzipWithInflated()
|
| /third_party/f2fs-tools/fsck/ |
| H A D | quotaio_tree.c | 79 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 D | pcm_plugin.c | 25 * 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 D | serial.c | 661 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 D | dumpICUrules.bat | 356 # 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 D | unwind_i.h | 265 unw_word_t *valp, int write); 267 unw_fpreg_t *valp, int write);
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | dummy-callback.c | 768 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 D | ath.c | 163 write ( fd, samples, bytes ); in play_soundcard() 166 return write ( k->fd, samples, bytes ) == bytes ? 0 : -1; in play_soundcard()
|