| /third_party/gn/src/gn/ |
| H A D | substitution_writer.cc | 155 // the inserted Ninja variables can't be escaped. So write to a buffer with 327 // Don't write SOURCE since that just maps to Ninja's $in variable, which
|
| /third_party/googletest/googletest/src/ |
| H A D | gtest-internal-inl.h | 243 // function will write over it. If the variable is present, but the file cannot 860 // Protects read and write access to global_test_part_result_reporter_. 1096 if (write(sockfd_, message.c_str(), len) != static_cast<ssize_t>(len)) {
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_epfile.c | 69 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_req_sync_complete() 154 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_req_complete() 197 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_submit_request() 246 usb_err("%s: write event failed!\r\n", __FUNCTION__); in generic_epfile_cancel_pending_request() 585 .write = generic_epfile_handle_write,
|
| /third_party/icu/tools/colprobe/ |
| H A D | line.cpp | 512 Line::write(char *buff, int32_t, UErrorCode &) in write() function in Line
|
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | FileStreams.cpp | 785 res = write(1, data, (size_t)size);
in Write()
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | generate-bytecode.c | 162 * write snapshot file by Fragment 180 res = write(fd, snapshot_buffer + write_offset, here_to_write); in write_snapshot() 183 // Error: Unable to write snapshot file in write_snapshot() 191 // Error: Unable to successfully write snapshot file in write_snapshot()
|
| /third_party/libwebsockets/plugins/deaddrop/ |
| H A D | protocol_lws_deaddrop.c | 323 n = (int)write((int)(lws_intptr_t)pss->fd, buf, (unsigned int)len); in file_upload_cb() 324 lwsl_debug("%s: write %d says %d\n", __func__, in file_upload_cb() 544 lwsl_notice("%s: ws write failed\n", __func__); in callback_deaddrop()
|
| /third_party/node/test/parallel/ |
| H A D | test-stream-readable-async-iterators.js | 812 response.write('never ends');
|
| /third_party/node/test/fixtures/wpt/common/security-features/resources/ |
| H A D | common.sub.js | 1250 // that catches the load event for the document.write() below. 1253 iframe.contentDocument.write(frameContent);
|
| /third_party/musl/src/stdio/ |
| H A D | vfprintf.c | 137 /* write to file buffer if flag F_PBUF is available */ in out() 144 f->write(f, (void *)s, l); in out() 712 f->write(f, 0, 0); in vfprintf()
|
| /third_party/nghttp2/examples/ |
| H A D | libevent-server.c | 461 writelen = write(pipefd[1], ERROR_HTML, sizeof(ERROR_HTML) - 1); in error_reply()
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker_process.cc | 414 while ((nwrite = write(ready_ipc_fd, &pid, sizeof(pid))) == -1 && in send_ready_event() 673 // daemon. Otherwise priv_rsa_finish yields "write error" and in worker_process_event_loop()
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | vfprintf.c | 139 /* write to file buffer if flag F_PBUF is available */ in out() 146 f->write(f, (void *)s, l); in out() 702 f->write(f, 0, 0); in vfprintf()
|
| /third_party/node/deps/googletest/src/ |
| H A D | gtest-internal-inl.h | 244 // function will write over it. If the variable is present, but the file cannot 861 // Protects read and write access to global_test_part_result_reporter_. 1097 if (write(sockfd_, message.c_str(), len) != static_cast<ssize_t>(len)) {
|
| /third_party/mesa3d/src/util/ |
| H A D | disk_cache_os.c | 423 written = write(fd, out + done, count - done); in write_all() 760 /* OK, we're now on the hook to write out a file that we know is in disk_cache_write_item_to_disk() 769 /* Now, finally, write out the contents to the temporary file, then in disk_cache_write_item_to_disk() 1001 * that's equivalent to a well-ordered write followed by an in disk_cache_mmap_cache_index() 1002 * eviction and a write. On the other hand, if the simultaneous in disk_cache_mmap_cache_index()
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | ras_tests.c | 564 n = write(fd, buf, size); in set_file_contents()
|
| /third_party/node/deps/v8/src/d8/ |
| H A D | d8-posix.cc | 264 bytes_written = write(exec_error_fds[kWriteFD], &err, sizeof(err)); in ExecSubprocess()
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-internal-inl.h | 249 // function will write over it. If the variable is present, but the file cannot 852 // Protects read and write access to global_test_part_result_reporter_. 1092 if (write(sockfd_, message.c_str(), len) != static_cast<ssize_t>(len)) {
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
| H A D | socket_test.cpp | 504 write(sv[1], message, strlen(message) + 1); in HWTEST_F()
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | process.c | 237 n = write(fd, &val, sizeof(val)); in uv__write_int() 240 /* The write might have failed (e.g. if the parent process has died), in uv__write_int() 896 /* Acquire write lock to prevent opening new fds in worker threads */ in uv__spawn_and_init_child()
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_build_ext.py | 483 fp.write(textwrap.dedent('''\
|
| /third_party/python/Lib/ |
| H A D | socket.py | 674 # write() on a socket handle) 715 def write(self, b): member in SocketIO
|
| /third_party/python/Lib/idlelib/ |
| H A D | config.py | 129 If self not empty after removing empty sections, write the file 141 self.write(cfgFile) 877 # TODO Revise test output, write expanded unittest
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktBuildPrograms.cpp | 530 registryWriter.write(); in buildPrograms()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeCommandLineExecutor.cpp | 455 out.write((const char*)log.getBytes(), log.getSize()); in writeInfoLog()
|