Home
last modified time | relevance | path

Searched defs:Flush (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/external/rust/android-crates-io/crates/futures-util/src/io/
Dflush.rs10 pub struct Flush<'a, W: ?Sized> { struct
14 impl<W: ?Sized + Unpin> Unpin for Flush<'_, W> {} implementation
16 impl<'a, W: AsyncWrite + ?Sized + Unpin> Flush<'a, W> { impl
22 impl<W> Future for Flush<'_, W> implementation
/external/rust/android-crates-io/crates/futures-util/src/sink/
Dflush.rs10 pub struct Flush<'a, Si: ?Sized, Item> { struct
16 impl<Si: Unpin + ?Sized, Item> Unpin for Flush<'_, Si, Item> {} argument
24 impl<'a, Si: Sink<Item> + Unpin + ?Sized, Item> Flush<'a, Si, Item> { implementation
30 impl<Si: Sink<Item> + Unpin + ?Sized, Item> Future for Flush<'_, Si, Item> { implementation
/external/rust/android-crates-io/crates/flate2/src/
Dzio.rs15 type Flush: Flush; typedef
22 flush: Self::Flush, in run()
28 flush: Self::Flush, in run_vec()
33 type Flush = FlushCompress; typedef
59 type Flush = FlushDecompress; typedef
84 pub trait Flush { trait
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/
Dzio.rs15 type Flush: Flush; typedef
22 flush: Self::Flush, in run()
28 flush: Self::Flush, in run_vec()
33 type Flush = FlushCompress; typedef
59 type Flush = FlushDecompress; typedef
84 pub trait Flush { trait
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/
Dzio.rs15 type Flush: Flush; typedef
22 flush: Self::Flush, in run()
28 flush: Self::Flush, in run_vec()
33 type Flush = FlushCompress; typedef
59 type Flush = FlushDecompress; typedef
84 pub trait Flush { interface
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcommand_queue.cc46 absl::Status Flush() override { return absl::OkStatus(); } in Flush() function in tflite::gpu::gl::__anon345cd8190111::DefaultCommandQueue
74 absl::Status Flush() final { in Flush() function in tflite::gpu::gl::__anon345cd8190111::AdrenoCommandQueue
/external/webrtc/api/
Drtc_event_log_output.h39 virtual void Flush() {} in Flush() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dlog_sink.h54 virtual void Flush() {} in Flush() function
/external/abseil-cpp/absl/log/
Dlog_sink.h55 virtual void Flush() {} in Flush() function
/external/angle/third_party/abseil-cpp/absl/log/
Dlog_sink.h55 virtual void Flush() {} in Flush() function
/external/cronet/tot/third_party/abseil-cpp/absl/log/
Dlog_sink.h55 virtual void Flush() {} in Flush() function
/external/cronet/stable/third_party/abseil-cpp/absl/log/
Dlog_sink.h55 virtual void Flush() {} in Flush() function
/external/skia/bench/
DGpuTools.h25 inline void Flush(SkSurface* surface) { in Flush() function
/external/iamf_tools/iamf/cli/
Dsample_processor_base.cc54 absl::Status SampleProcessorBase::Flush() { in Flush() function in iamf_tools::SampleProcessorBase
/external/tensorflow/tensorflow/core/platform/
Dlogger.h63 void Flush() { DoFlush(); } in Flush() function
/external/cronet/stable/net/disk_cache/blockfile/
Dmapped_file_win.cc55 void MappedFile::Flush() { in Flush() function in disk_cache::MappedFile
Dmapped_file_posix.cc41 void MappedFile::Flush() { in Flush() function in disk_cache::MappedFile
/external/cronet/tot/net/disk_cache/blockfile/
Dmapped_file_win.cc55 void MappedFile::Flush() { in Flush() function in disk_cache::MappedFile
Dmapped_file_posix.cc41 void MappedFile::Flush() { in Flush() function in disk_cache::MappedFile
/external/cronet/tot/net/tools/huffman_trie/
Dbit_writer.cc33 void BitWriter::Flush() { in Flush() function in net::huffman_trie::BitWriter
/external/rust/android-crates-io/crates/tokio/src/io/util/
Dflush.rs37 impl<A> Future for Flush<'_, A> implementation
/external/iamf_tools/iamf/cli/renderer/
Daudio_element_renderer_base.cc54 absl::Status AudioElementRendererBase::Flush( in Flush() function in iamf_tools::AudioElementRendererBase
/external/cronet/stable/net/tools/huffman_trie/
Dbit_writer.cc33 void BitWriter::Flush() { in Flush() function in net::huffman_trie::BitWriter
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_decoder_stream_sender.cc41 void QpackDecoderStreamSender::Flush() { in Flush() function in quic::QpackDecoderStreamSender
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_decoder_stream_sender.cc41 void QpackDecoderStreamSender::Flush() { in Flush() function in quic::QpackDecoderStreamSender

12345678910>>...18