| /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/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",
|
| /test/testfwk/developer_test/src/core/driver/ |
| H A D | lite_driver.py | 417 file_name.write("{}{}".format( 572 file_name.write("{}{}".format(
|
| /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()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_vs.cpp | 281 AluInstr::write); in emit_varying_param() 334 * We can only output 4D vectors with a write mask, e.g. we can in emit_stream() 621 AluInstr::write); in do_store_output()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 392 qir_print_reg(struct vc4_compile *c, struct qreg reg, bool write) in qir_print_reg() argument 430 if (write) { in qir_print_reg() 607 /* Updates inst to write to a new temporary, emits it, and notes the def. */
|
| /third_party/node/lib/ |
| H A D | child_process.js | 922 process.stderr.write(ret.stderr); 960 process.stderr.write(ret.stderr);
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
| H A D | ghashv8-armx.S | 101 vst1.64 {q0},[r0] @ write out Xi 235 vst1.64 {q0},[r0] @ write out Xi
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
| H A D | ghashv8-armx.S | 101 vst1.64 {q0},[r0] @ write out Xi 235 vst1.64 {q0},[r0] @ write out Xi
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzwrite.c | 58 /* initialize write buffer if compressing */ 67 /* Compress whatever is at avail_in and next_in and write to the output file. 71 reset to start a new gzip stream. If gz->direct is true, then simply write 85 /* write directly if requested */ 89 writ = write(state->fd, strm->next_in, put); 103 /* write out current buffer contents if full, or if flushing, but if 104 doing Z_FINISH then don't write until we get to Z_STREAM_END */ 110 writ = write(state->fd, state->x.next, put); 143 /* Compress len zeros to output. Return -1 on a write error or memory 269 /* write le [all...] |
| /third_party/node/deps/zlib/ |
| H A D | gzwrite.c | 50 /* initialize write buffer if compressing */ in gz_init() 59 /* Compress whatever is at avail_in and next_in and write to the output file. 63 reset to start a new gzip stream. If gz->direct is true, then simply write 74 /* write directly if requested */ in gz_comp() 78 writ = write(state->fd, strm->next_in, put); in gz_comp() 91 /* don't start a new gzip member unless there is data to write */ in gz_comp() 101 /* write out current buffer contents if full, or if flushing, but if in gz_comp() 102 doing Z_FINISH then don't write until we get to Z_STREAM_END */ in gz_comp() 108 writ = write(state->fd, state->x.next, put); in gz_comp() 141 /* Compress len zeros to output. Return -1 on a write erro [all...] |
| /third_party/nghttp2/src/ |
| H A D | template.h | 363 return o.write(s.c_str(), s.size()); 509 return o.write(s.c_str(), s.size());
|
| H A D | memchunk.h | 628 size_t write(const void *src, size_t count) { in write() function 634 size_t write(size_t count) { in write() function
|