| /third_party/ltp/testcases/kernel/fs/inode/ |
| H A D | inode01.c | 16 * along with this program; if not, write to the Free Software 365 /* write to it */ in generate() 372 write(file_id, new_string, len); in generate() 375 "\tUnsuccessful write to file %s, expected return of %d, got %d, errno=%d\n", in generate() 673 ret_len = write(list_id, write_string, len); in escrivez()
|
| /third_party/node/deps/v8/third_party/test262-harness/src/ |
| H A D | _packager.py | 249 fConsole.write(scriptCodeContent) 255 fConsoleMeta.write("testDescrip = " + str(metaDict))
|
| /third_party/node/deps/v8/tools/ |
| H A D | bigint-tester.py | 111 f.write(self.EmitData(count)) 112 f.write(self.EmitTestBody())
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
| H A D | writer.js | 4 function write(ast, opt = {}) { 211 write
|
| /third_party/node/test/parallel/ |
| H A D | test-readline-keys.js | 38 fi.write(sequence); 71 fi.write(head);
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| H A D | command.py | 131 sys.stderr.write('Error executing: %s\n' % self) 204 sys.stderr.write('Error executing: %s\n' % self)
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | win_tool.py | 240 sys.stderr.write( 268 output.write( 301 # Filter junk out of stdout, and write filtered versions. Output we want
|
| /third_party/nghttp2/src/ |
| H A D | h2load_http2_session.cc | 59 std::cout.write(reinterpret_cast<const char *>(name), namelen); in on_header_callback() 61 std::cout.write(reinterpret_cast<const char *>(value), valuelen); in on_header_callback()
|
| H A D | shrpx_dns_resolver.cc | 37 void sock_state_cb(void *data, int s, int read, int write) { in sock_state_cb() argument 49 if (write) { in sock_state_cb()
|
| /third_party/musl/tools/api_cmp_tool/ |
| H A D | compare.py | 307 f.write(line + '\n') 311 f.write(line + '\n')
|
| /third_party/node/deps/base64/base64/bin/ |
| H A D | base64.c | 7 // write(2) calls. At least MinGW does not support writev(2). 68 // Optionally emulate writev(2) as a series of write calls. 100 if ((r = write(fd, iov->iov_base, iov->iov_len)) < 0) { in writev() 104 // Update the total write count. in writev() 107 // Return early after a partial write; the caller should retry. in writev() 153 // Try to write the vectors to stdout. in writev_retry() 218 // Try to write the buffer to stdout. in write_stdout() 219 if ((nwrite = write(1, buf, len)) < 0) { in write_stdout() 227 fprintf(stderr, "%s: write: %s\n", in write_stdout() 253 // If no wrap width is given, write th in write_wrapped() [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | vzone.cpp | 85 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write() 97 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | win_tool.py | 239 sys.stderr.write( 267 output.write( 300 # Filter junk out of stdout, and write filtered versions. Output we want
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_renderer.h | 222 /* write a new value (larger than the current one) to the counter */ 223 VkResult (*write)(struct vn_renderer *renderer, member 458 return renderer->sync_ops.write(renderer, sync, val); in vn_renderer_sync_write()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | vzone.cpp | 85 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write() 97 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()
|
| /third_party/libinput/tools/ |
| H A D | libinput-measure-fuzz.py | 451 fd.write("# File generated by libinput measure fuzz\n\n") 452 fd.write(rule)
|
| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_cmd_queue_gen.py | 588 f.write(TEMPLATE_H.render(guard=guard, **environment)) 590 f.write(TEMPLATE_C.render(**environment))
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.h | 422 * Complete a write operation 427 * write occurs but the caller must ensure that they don't interlace 439 * \param[in] written_with_aux Whether or not the write was done with 480 bool write) in crocus_resource_access_raw() 484 if (write) { in crocus_resource_access_raw() 476 crocus_resource_access_raw(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, uint32_t layer, uint32_t num_layers, bool write) crocus_resource_access_raw() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_batch.cpp | 252 bool write) in d3d12_batch_reference_resource() 259 size_t new_data = write ? batch_bo_reference_written : batch_bo_reference_read; in d3d12_batch_reference_resource() 250 d3d12_batch_reference_resource(struct d3d12_batch *batch, struct d3d12_resource *res, bool write) d3d12_batch_reference_resource() argument
|
| /third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
| H A D | multipart.js | 267 Multipart.prototype.write = function (chunk, cb) { 268 const r = this.parser.write(chunk)
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | signal.c | 82 * That includes read/write and close, fortunately. in uv__signal_cleanup() 133 r = write(uv__signal_lock_pipefd[1], &data, sizeof data); in uv__signal_unlock() 204 /* write() should be atomic for small data chunks, so the entire message in uv__signal_handler() 209 r = write(handle->loop->signal_pipefd[1], &msg, sizeof msg); in uv__signal_handler()
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | LiteralByteStringTest.java | 240 public void write(byte[] b, int off, int len) { in testWriteTo_mutating() 247 public void write(int b) { in testWriteTo_mutating() 268 // write the output stream to itself! This should cause it to double in testNewOutput()
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | process.py | 324 sys.stderr.write(str(e.code) + '\n') 329 sys.stderr.write('Process %s:\n' % self.name)
|
| /third_party/python/Lib/ |
| H A D | tabnanny.py | 35 sys.stderr.write(sep + str(arg)) 37 sys.stderr.write("\n")
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | gen_angle_format_table.py | 432 out_file.write(output_cpp) 443 out_file.write(output_h)
|