Home
last modified time | relevance | path

Searched refs:write (Results 5251 - 5275 of 5849) sorted by relevance

1...<<211212213214215216217218219220>>...234

/third_party/gn/src/gn/
H A Dsubstitution_writer.cc155 // 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 Dgtest-internal-inl.h243 // 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 Dusbd_generic_epfile.c69 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 Dline.cpp512 Line::write(char *buff, int32_t, UErrorCode &) in write() function in Line
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp785 res = write(1, data, (size_t)size); in Write()
/third_party/jerryscript/jerry-core/api/
H A Dgenerate-bytecode.c162 * 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 Dprotocol_lws_deaddrop.c323 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 Dtest-stream-readable-async-iterators.js812 response.write('never ends');
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js1250 // that catches the load event for the document.write() below.
1253 iframe.contentDocument.write(frameContent);
/third_party/musl/src/stdio/
H A Dvfprintf.c137 /* 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 Dlibevent-server.c461 writelen = write(pipefd[1], ERROR_HTML, sizeof(ERROR_HTML) - 1); in error_reply()
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc414 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 Dvfprintf.c139 /* 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 Dgtest-internal-inl.h244 // 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 Ddisk_cache_os.c423 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 Dras_tests.c564 n = write(fd, buf, size); in set_file_contents()
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc264 bytes_written = write(exec_error_fds[kWriteFD], &err, sizeof(err)); in ExecSubprocess()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h249 // 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 Dsocket_test.cpp504 write(sv[1], message, strlen(message) + 1); in HWTEST_F()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c237 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 Dtest_build_ext.py483 fp.write(textwrap.dedent('''\
/third_party/python/Lib/
H A Dsocket.py674 # write() on a socket handle)
715 def write(self, b): member in SocketIO
/third_party/python/Lib/idlelib/
H A Dconfig.py129 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 DvktBuildPrograms.cpp530 registryWriter.write(); in buildPrograms()
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp455 out.write((const char*)log.getBytes(), log.getSize()); in writeInfoLog()

Completed in 31 milliseconds

1...<<211212213214215216217218219220>>...234