Home
last modified time | relevance | path

Searched defs:WriteError (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/
Dinflate.go59 type WriteError struct { struct
60 Offset int64 // byte offset where error occurred
61 Err error // error returned by underlying Write
64 func (e *WriteError) Error() string {
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dlogging.h110 void WriteError(const std::string& message, Args&&... args) { in WriteError() function
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dopenssl_stream_bio_test.cc107 TEST_F(StreamBIOTest, WriteError) { in TEST_F() argument
/aosp_15_r20/development/tools/external_crates/google_metadata/src/
H A Dlib.rs54 WriteError(#[from] std::io::Error), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/src/
Dio.rs65 WriteError(Option<Arc<io::Error>>), enumerator
/aosp_15_r20/external/cronet/net/base/
H A Dfile_stream_unittest.cc778 TEST_F(FileStreamTest, WriteError) { in TEST_F() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt2_server_server_test.cc657 TEST_F(Gatt2ServerServerTest, WriteError) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_network_transaction_unittest.cc3497 TEST_P(SpdyNetworkTransactionTest, WriteError) { in TEST_P() argument