| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader.cpp | 919 ir = new AluInstr(op1_mov, value[i], vf.src(intr->src[0], i), AluInstr::write); in emit_store_scratch() 1174 vf.inline_const(ALU_SRC_TIME_LO, 0), AluInstr::write)); in emit_shader_clock() 1255 ir = new AluInstr(op1_mov, dest, u, AluInstr::write); in load_ubo()
|
| /third_party/node/lib/ |
| H A D | _tls_wrap.js | 597 // `wrap` is a streams.Writable in JS. This empty write will be queued 600 wrap.write('', (err) => { 646 // Invoke `destroySSL` on close to clean up possibly pending write requests 881 process.emitWarning('Failed to write TLS keylog (this warning ' + 981 this.write(''); 993 this.write(''); 1046 // * 1.2: If destroy() during onocspresponse(), then write of next handshake
|
| H A D | assert.js | 198 code += decoder.write(buffer.slice(0, bytesRead)); 237 const code = decoder.write(buffer.slice(i + 1, bytesRead));
|
| /third_party/node/lib/internal/streams/ |
| H A D | readable.js | 275 // similar to how Writable.write() returns true if you should 276 // write() some more. 335 chunk = state.decoder.write(chunk); 399 content += decoder.write(data); 504 // deeply ugly to write APIs this way, but that still doesn't mean 781 // If the user unpiped during `dest.write()`, it is possible 782 // to get stuck in a permanently paused state if that write 787 debug('false write response, pause', 0); 791 debug('false write response, pause', state.awaitDrainWriters.size); 809 const ret = dest.write(chun [all...] |
| /third_party/node/deps/v8/tools/ |
| H A D | run_perf.py | 227 f.write(json.dumps(self.ToDict())) 829 f.write(str(value)) 886 f.write(value)
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker.cc | 138 std::get<8>(dkey) = timeout.write; in create_downstream_key() 298 shared_addr->timeout.write = src.timeout.write; in replace_downstream_config()
|
| H A D | shrpx_log.cc | 206 while (write(lgconf->errorlog_fd, buf, nwrite) == -1 && errno == EINTR) in ~Log() 868 while (write(lgconf->accesslog_fd, buf.data(), nwrite) == -1 && in upstream_accesslog()
|
| /third_party/littlefs/scripts/ |
| H A D | perf.py | 167 # create a temporary file for perf to write to, as far as I can tell 294 sys.stdout.write(line) 364 sys.stdout.write(line) 570 sys.stdout.write(line) 1071 # write results to CSV
|
| /third_party/python/Lib/asyncio/ |
| H A D | unix_events.py | 113 # Register a dummy signal handler to ask Python to write the signal 678 def write(self, data): member in _UnixWritePipeTransport 688 'os.write(pipe, data) raised exception.') 695 n = os.write(self._fileno, data) 702 self._fatal_error(exc, 'Fatal write error on pipe transport') 717 n = os.write(self._fileno, self._buffer) 728 self._fatal_error(exc, 'Fatal write error on pipe transport') 764 # write_eof is all what we needed to close the write pipe 813 # support selecting read events on the write end of a
|
| /third_party/python/Lib/ |
| H A D | pickletools.py | 153 # descriptors could be constructed. If you want, e.g., XML, write a little 1835 The index of the memo location to write into is given by the newline- 1848 The index of the memo location to write into is given by the 1-byte 1860 The index of the memo location to write into is given by the 4-byte 1872 The index of the memo location to write is the number of 2366 out.write(protoheader) 2388 pickler.write(data) 2889 args.output.write(preamble + '\n')
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 605 std::unique_ptr<MemoryBuffer> write(uint32_t TimeDateStamp); 706 WindowsResourceCOFFWriter::write(uint32_t TimeDateStamp) { in write() function in llvm::object::WindowsResourceCOFFWriter 790 // Now write the .rsrc$02 section. in writeSecondSection() 800 // Now write the symbol table. in writeSymbolTable() 811 // Now write the .rsrc1 symbol + aux. in writeSymbolTable() 830 // Now write the .rsrc2 symbol + aux. in writeSymbolTable() 849 // Now write a symbol for each relocation. in writeSymbolTable() 870 // Traverse parsed resource tree breadth-first and write the corresponding in writeDirectoryTree() 940 // Now write all the resource data entries. in writeDirectoryTree() 955 // Now write th in writeDirectoryStringTable() [all...] |
| /third_party/python/Modules/_decimal/tests/ |
| H A D | deccheck.py | 925 sys.stdout.write(''.join((fmt, '\n')) % args) 927 sys.stdout.write(''.join((str(fmt), '\n'))) 1289 sys.stdout.buffer.write(out + b"\n")
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | addr.rs | 556 InetAddr::V4(_) => write!(f, "{}:{}", self.ip(), self.port()), in fmt() 557 InetAddr::V6(_) => write!(f, "[{}]:{}", self.ip(), self.port()), in fmt() 677 write!(fmt, "{}.{}.{}.{}", octets[0], octets[1], octets[2], octets[3]) in fmt() 1318 write!( in fmt() 2401 write!(f, "pid: {} groups: {}", self.pid(), self.groups()) in fmt() 2514 write!( in fmt() 2694 write!(f, "{:02x}:{:02x}:{:02x}:{:02x}:{:02x}:{:02x}", in fmt() 2818 write!(f, "{:02x}:{:02x}:{:02x}:{:02x}:{:02x}:{:02x}", in fmt() 2947 write!(f, "cid: {} port: {}", self.cid(), self.port()) in fmt()
|
| /third_party/curl/tests/server/ |
| H A D | tftpd.c | 314 * init for either read-ahead or write-behind. 315 * zero for write-behind, one for read-head. 330 return rw_init(0); /* write-behind */ in w_init() 424 bfs[current].counter = ct; /* set size of data to write */ in writeit() 477 return write(test->ofile, writebuf, count); in write_behind() 493 if(1 != write(test->ofile, &c, 1)) in write_behind() 1196 logmsg("write"); in sendtftp() 1198 logmsg("write: fail"); in sendtftp() 1268 logmsg("write"); in recvtftp() 1270 logmsg("write in recvtftp() [all...] |
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | celt_pvq_search.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software 182 ; could cause a stall due to breaking write forwarding.
|
| H A D | xvididct.asm | 64 ; along with FFmpeg; if not, write to the Free Software Foundation, 291 ; and now write remainder of first half
|
| /third_party/backends/backend/ |
| H A D | dc210.c | 42 If you write modifications of your own for SANE, it is your choice 295 if (write (fd, (char *) pck, 8) != 8) in send_pck() 297 DBG (2, "send_pck: error: write returned -1\n"); in send_pck() 339 DBG (2, "init_dc210: error: could not open %s for read/write\n", in init_dc210() 569 if (write (fd, (char *) &c, 1) != 1) in read_data() 571 DBG (2, "read_data: error: write ack\n"); in read_data()
|
| /third_party/cups-filters/filter/ |
| H A D | gstoraster.c | 444 fprintf(stderr, "ERROR: Unable to set \"close on exec\" flag on write end of the pipe for Ghostscript call\n"); in gs_spawn() 474 count = write(fds[1], buf, n); in gs_spawn() 479 fprintf(stderr, "ERROR: write failed: %s\n", strerror(errno)); in gs_spawn() 657 /* Ignore SIGPIPE and have write return an error instead */ in main() 707 if (write(fd,buf,n) != n) { in main()
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | qpdf_pdftopdf_processor.cc | 729 out.write(); in emitFile() 752 out.write(); in emitFilename()
|
| /third_party/ltp/ |
| H A D | runltp | 17 ## along with this program; if not, write to the Free Software ## 126 [NUM_PROCS = no. of processes creating Storage Load by spinning over write()] 128 [NUM_BYTES = write these many bytes (defaults to 1GB, when value 0 or undefined)] 537 # write to it as user nobody 552 # write to it as user nobody
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_schedule.c | 99 bool write) in add_dep() 101 bool write_after_read = !write && state->dir == R; in add_dep() 594 * with the first tile-buffer read or write instruction." in choose_instruction_to_schedule() 970 * handle A/B register file write latency) in schedule_instructions() 96 add_dep(struct schedule_state *state, struct schedule_node *before, struct schedule_node *after, bool write) add_dep() argument
|
| /third_party/node/deps/v8/tools/release/ |
| H A D | common_includes.py | 72 f.write(text) 77 f.write(text) 732 help="File to write results summary to.")
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | environment.py | 754 f.write(data) 1316 fp.write(item)
|
| /third_party/node/test/common/ |
| H A D | wpt.js | 88 write() { 698 this.report?.write();
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | environment.py | 691 f.write(data) 1230 fp.write(item)
|