Searched refs:write (Results 2076 - 2100 of 3634) sorted by relevance
1...<<81828384858687888990>>...146
| /third_party/ltp/lib/ |
| H A D | tst_fill_fs.c | 48 ret = write(fd, tst_rand_data, MIN(len, tst_rand_data_len)); in fill_random() 61 tst_brk(TBROK | TERRNO, "write()"); in fill_random() 63 tst_res(TINFO | TERRNO, "write()"); in fill_random()
|
| /third_party/node/lib/internal/repl/ |
| H A D | history.js | 138 fs.write(repl._historyHandle, historyData, 0, 'utf8', onwritten);
|
| /third_party/node/lib/internal/streams/ |
| H A D | legacy.js | 20 if (dest.writable && dest.write(chunk) === false && source.pause) {
|
| /third_party/node/lib/internal/ |
| H A D | v8_prof_polyfill.js | 108 line += dec.write(buf.slice(0, bytes));
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | _compat.py | 84 f.write(marshal.dumps(code))
|
| /third_party/node/src/inspector/ |
| H A D | node_string.h | 32 builder.write(value, length); in builderAppend()
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzguts.h | 49 # define write _write macro 174 /* x.next: next output data to deliver or write */
|
| /third_party/node/deps/v8/tools/dev/ |
| H A D | update-compile-commands.py | 41 f.write(content)
|
| /third_party/node/test/fixtures/wpt/streams/transform-streams/ |
| H A D | lipfuzz.any.js | 144 promises.push(writer.write(inputChunk));
|
| /third_party/node/test/parallel/ |
| H A D | test-cluster-message.js | 44 socket.write(JSON.stringify({
|
| H A D | test-console-table.js | 10 const console = new Console({ write: (x) => {
|
| H A D | test-http2-compat-socket.js | 42 assert.throws(() => request.socket.write(), errMsg);
|
| H A D | test-repl-envvars.js | 63 output: new stream.Writable({ write() {} })
|
| H A D | test-repl-preview.js | 30 write(chunk) {
|
| H A D | test-stream-unshift-read-race.js | 96 w.write(chunk);
|
| /third_party/node/deps/zlib/ |
| H A D | gzguts.h | 48 # define write _write macro 173 /* x.next: next output data to deliver or write */
|
| /third_party/node/test/async-hooks/ |
| H A D | test-http-agent-handle-reuse-parallel.js | 50 res.write('foo');
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | easy_xml.py | 135 # It has changed, write it 138 file.write(xml_string)
|
| /third_party/node/tools/ |
| H A D | pseudo-tty.py | 39 n = os.write(dfd, data)
|
| H A D | v8-json-to-junit.py | 62 xml.ElementTree(self.root).write(f, "UTF-8")
|
| /third_party/notofonts/scripts/ |
| H A D | versionator.py | 101 file.write(data)
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | __fdopen.c | 130 f->write = __stdio_write; in __fdopenx()
|
| /third_party/musl/porting/liteos_a/kernel/src/internal/ |
| H A D | stdio_impl.h | 27 size_t (*write)(FILE *, const unsigned char *, size_t); member
|
| /third_party/musl/src/stdio/ |
| H A D | __fdopen.c | 132 f->write = __stdio_write; in __fdopenx()
|
| H A D | open_memstream.c | 91 f->f.write = ms_write; in open_memstream()
|
Completed in 11 milliseconds
1...<<81828384858687888990>>...146