| /third_party/rust/crates/rustix/src/io/ |
| H A D | mod.rs | 82 pub use read_write::{pread, pwrite, read, readv, write, writev, IoSlice, IoSliceMut};
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | clone.rs | 117 file::write( in generate()
|
| /third_party/skia/buildtools/checkdeps/ |
| H A D | results.py | 127 f.write(json.dumps(self.results))
|
| /third_party/rust/crates/regex/bench/src/ffi/ |
| H A D | pcre1.rs | 128 write!(f, "PCRE error at {:?}: {}", self.offset, self.msg) in fmt()
|
| /third_party/rust/crates/syn/tests/macros/ |
| H A D | mod.rs | 13 write!(stderr.lock(), $($tt)*).unwrap();
|
| /third_party/spirv-tools/utils/ |
| H A D | update_build_version.py | 166 f.write(content)
|
| /third_party/vk-gl-cts/scripts/ |
| H A D | convert_case_list_to_xml.py | 95 open(packageName + "-cases.xml", "wt").write(xml)
|
| /third_party/vk-gl-cts/scripts/khr_util/ |
| H A D | format.py | 87 f.write(data)
|
| /third_party/vk-gl-cts/scripts/src_util/ |
| H A D | check_include_guards.py | 80 f.write(line)
|
| /third_party/zlib/ |
| H A D | gzguts.h | 48 # define write _write macro 173 /* x.next: next output data to deliver or write */
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| H A D | result_reporter.py | 194 jsf.write(f"window.reportData = {content}") 635 # write summary_ini_content 653 file_handler.write(cipher_text) 655 file_handler.write(bytes(summary_ini_content, 'utf-8')) 705 # write into file 712 # under decc, write in encoded text 713 file.write(bytes(encode(_record_json), encoding="utf-8")) 715 # others, write in plain text 716 file.write(bytes(_record_json, encoding="utf-8"))
|
| /third_party/ffmpeg/tools/python/ |
| H A D | convert_from_tensorflow.py | 16 # License along with FFmpeg; if not, write to the Free Software 192 f.write(bias) 240 f.write(bias) 313 f.write(paddings) 448 f.write(operand.name.encode('utf-8')) 455 f.write(header.str.encode('utf-8'))
|
| /third_party/backends/backend/ |
| H A D | dc240.c | 45 If you write modifications of your own for SANE, it is your choice 336 if (write (fd, (char *) pck, 8) != 8) in send_pck() 338 DBG (1, "send_pck: error: write returned -1\n"); in send_pck() 384 DBG (1, "init_dc240: error: could not open %s for read/write\n", in init_dc240() 652 if (write (fd, (char *) &c, 1) != 1) in read_data() 654 DBG (1, "read_data: error: write ack\n"); in read_data() 709 if (write (fd, (char *) &c, 1) != 1) in read_data() 711 DBG (1, "read_data: error: write ack\n"); in read_data() 1611 write (Camera.fd, cancel_byte, 1); in sane_cancel() 2014 if (write (Camer in send_data() [all...] |
| H A D | p5_device.c | 127 rc = write (fd, &value, 1); in p5_outb() 134 rc = write (fd, &value, 1); in p5_outb() 186 rc = write (fd, &bval, 1); in read_data() 223 write (fd, &bval, 1); in index_write_data() 229 write (fd, data, length); in index_write_data() 282 * @param addr address where to write and read 1391 DBG (DBG_error, "save_calibration: failed to write to file\n"); in save_calibration()
|
| /third_party/cups-filters/filter/ |
| H A D | rastertopdf.cpp | 671 // write compressed stream data in makePclmStrips() 680 pflate.write(strip_data[i]->getBuffer(), strip_data[i]->getSize()); in makePclmStrips() 688 prle.write(strip_data[i]->getBuffer(),strip_data[i]->getSize()); in makePclmStrips() 696 pdct.write(strip_data[i]->getBuffer(),strip_data[i]->getSize()); in makePclmStrips() 843 pflate.write(page_data->getBuffer(),page_data->getSize()); in makeImage() 1161 output.write(); in close_pdf_file() 1228 // write lines and color convert when necessary in convert_raster()
|
| /third_party/alsa-lib/aserver/ |
| H A D | aserver.c | 16 * along with this program; if not, write to the Free Software 227 n = write(client->poll_fd, buf, 1); 229 SYSERROR("write failed"); 356 err = write(client->ctrl_fd, buf, 1); in shm_ack() 537 n = write(client->poll_fd, buf, 1); in ctl_handler() 539 SYSERROR("write failed"); in ctl_handler() 795 err = write(client->ctrl_fd, &ans, sizeof(ans)); in snd_client_open() 797 SYSERROR("write failed"); in snd_client_open() 850 err = write(waiter->fd, &cookie, sizeof(cookie)); in inet_pending_handler()
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module-builder.cc | 92 body_.write(code, code_size); in EmitCode() 237 buffer->write(body_.begin(), body_.size()); in WriteBody() 261 buffer->write(asm_offsets_.begin(), asm_offsets_.size()); in WriteAsmWasmOffsetTable() 474 buffer->write(init.immediate().s128_const.data(), kSimd128Size); in WriteInitializerExpressionWithEnd() 872 buffer->write(&segment.data[0], segment.data.size()); in WriteTo()
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_client_handler.cc | 148 rb_.write(nread); in read_clear() 202 rb_.write(nread); in proxy_protocol_peek_clear() 278 rb_.write(nread); in read_tls() 446 get_config()->conn.upstream.timeout.write, in ClientHandler() 448 get_config()->conn.upstream.ratelimit.write, in ClientHandler()
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 887 ppir_node *write = NULL; in ppir_add_write_after_read_deps() local 893 write) { in ppir_add_write_after_read_deps() 894 ppir_debug("Adding dep %d for write %d\n", node->index, write->index); in ppir_add_write_after_read_deps() 895 ppir_node_add_dep(write, node, ppir_dep_write_after_read); in ppir_add_write_after_read_deps() 901 write = node; in ppir_add_write_after_read_deps()
|
| /third_party/mksh/ |
| H A D | histrap.c | 752 if ((w = write(histfd, cp, n)) != -1) { in hist_persist_back() 835 if (write(fd, sprinkle, 2) != 2) in hist_persist_init() 879 if (write(histfd, sprinkle, 2) != 2) { in hist_persist_init() 954 * write a command to the end of the history file 1023 return (write(fd, hdr, 5) == 5 && write(fd, cmd, n) == n); in writehistline()
|
| /third_party/python/Lib/ |
| H A D | ssl.py | 652 callback is delayed until the handshake, read, or write operation 661 ``read`` or ``write`` 924 def write(self, data): member in SSLObject 930 return self._sslobj.write(data) 1009 provides read and write methods over that channel. """ 1175 def write(self, data): member in SSLSocket 1182 return self._sslobj.write(data) 1239 return self._sslobj.write(data)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 487 report_fatal_error("unable to write NOP sequence of " + in writeFragmentPadding() 492 report_fatal_error("unable to write NOP sequence of " + in writeFragmentPadding() 538 report_fatal_error("unable to write nop sequence of " + in writeFragment() 543 // Otherwise, write out in multiples of the value size. in writeFragment() 549 support::endian::write<uint16_t>(OS, AF.getValue(), Endian); in writeFragment() 552 support::endian::write<uint32_t>(OS, AF.getValue(), Endian); in writeFragment() 555 support::endian::write<uint64_t>(OS, AF.getValue(), Endian); in writeFragment() 607 OS.write(Data, TrailingCount); in writeFragment() 619 report_fatal_error("unable to write nop sequence of " + in writeFragment() 626 support::endian::write<uint32_ in writeFragment() [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_imaplib.py | 130 self.wfile.write(message) 268 self.wfile.write(b'* OK') 451 self.wfile.write(b'* OK ' + 11 * b'x' + b'\r\n') 710 self.wfile.write(b'* OK') 908 self.wfile.write(b'* OK ' + imaplib._MAXLINE * b'x' + b'\r\n')
|
| H A D | test_pydoc.py | 308 # do not write bytecode files to avoid caching errors 715 fobj.write("foo = 1") 895 f.write("import {}\n".format(importstring)) 906 f.write("invalid python syntax = $1\n") 944 fobj.write("foo = 1") 960 f.write("""raise ValueError("ouch")\n""")
|
| /third_party/vulkan-loader/scripts/ |
| H A D | loader_extension_generator.py | 198 write(s, file=self.outFile) 203 write(file_comment, file=self.outFile) 255 write(copyright, file=self.outFile) 256 write(preamble, file=self.outFile) 259 # Write generate and write dispatch tables to output file 290 write(file_data, file=self.outFile);
|