/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | write_all.rs | 12 pub struct WriteAll<'a, W: ?Sized> { struct 17 impl<W: ?Sized + Unpin> Unpin for WriteAll<'_, W> {} implementation 19 impl<'a, W: AsyncWrite + ?Sized + Unpin> WriteAll<'a, W> { implementation 25 impl<W: AsyncWrite + ?Sized + Unpin> Future for WriteAll<'_, W> { implementation
|
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/ |
D | shared_buf.cc | 33 ssize_t WriteAll(SharedFD fd, const char* buf, size_t size) { in WriteAll() function 91 ssize_t WriteAll(SharedFD fd, std::string_view buf) { in WriteAll() function 95 ssize_t WriteAll(SharedFD fd, const std::vector<char>& buf) { in WriteAll() function
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | stream.cc | 28 StreamResult StreamInterface::WriteAll(const void* data, in WriteAll() function in rtc::StreamInterface
|
H A D | stream.h | 115 StreamResult WriteAll(ArrayView<const uint8_t> data, in WriteAll() function
|
/aosp_15_r20/system/update_engine/common/ |
H A D | utils.cc | 152 bool WriteAll(int fd, const void* buf, size_t count) { in WriteAll() function 185 bool WriteAll(FileDescriptor* fd, const void* buf, size_t count) { in WriteAll() function 196 bool WriteAll(const FileDescriptorPtr& fd, in WriteAll() function
|
H A D | utils.h | 72 constexpr bool WriteAll(const FileDescriptorPtr& fd, in WriteAll() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | write_all.rs | 34 impl<W> Future for WriteAll<'_, W> implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/csv/ |
D | writer.go | 138 func (w *Writer) WriteAll(records [][]string) error { func
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | xz_extent_writer_unittest.cc | 89 void WriteAll(const brillo::Blob& compressed) { in WriteAll() function in chromeos_update_engine::XzExtentWriterTest
|
/aosp_15_r20/external/bsdiff/ |
H A D | bspatch.cc | 102 bool WriteAll(const std::unique_ptr<FileInterface>& file, in WriteAll() function
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | file_utils.cc | 171 ssize_t WriteAll(int fd, const void* buf, size_t count) { in WriteAll() function
|
/aosp_15_r20/frameworks/base/tools/aapt2/util/ |
H A D | Util.cpp | 383 bool WriteAll(std::ostream& out, const android::BigBuffer& buffer) { in WriteAll() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 233 static int WriteAll(SSL *ssl, const void *in_, size_t in_len) { in WriteAll() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 233 static int WriteAll(SSL *ssl, const void *in_, size_t in_len) { in WriteAll() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/ |
H A D | bssl_shim.cc | 270 static int WriteAll(SSL *ssl, const void *in_, size_t in_len) { in WriteAll() function
|
/aosp_15_r20/external/boringssl/src/ssl/test/ |
H A D | bssl_shim.cc | 270 static int WriteAll(SSL *ssl, const void *in_, size_t in_len) { in WriteAll() function
|
/aosp_15_r20/external/pigweed/pw_stream/ |
H A D | mpsc_stream_test.cc | 102 void WriteAll() { in WriteAll() function
|
/aosp_15_r20/external/angle/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.cpp | 1731 void WriteAll(Blob *blob, IdResultType idResultType1, IdResult idResult2, IdRef vector) in WriteAll() function
|