/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | flush.rs | 10 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> { implementation 22 impl<W> Future for Flush<'_, W> implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | flush.rs | 10 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ |
D | zio.rs | 15 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
|
/aosp_15_r20/bootable/libbootloader/gbl/docs/ |
H A D | gbl_efi_ab_slot_protocol.md | 704 ### Summary 708 ### Prototype 718 ### Parameters 725 ### Description 737 ### Status Codes Returned
|
/aosp_15_r20/build/soong/ui/status/ |
H A D | log.go | 112 func (v *verboseLog) Flush() { func 168 func (e *errorLog) Flush() { func 226 func (e *errorProtoLog) Flush() { func 265 func (b *buildProgressLog) Flush() { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/ada/ |
D | zlib-streams.adb | 101 procedure Flush subprogram 109 Flush (Stream.Writer, Buffer, Last, Mode); argument
|
D | zlib.adb | 37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int; variable 244 procedure Flush subprogram 253 Translate (Filter, No_Data, Last, Out_Data, Out_Last, Flush); argument
|
D | zlib.ads | 233 procedure Flush subprogspec 254 Flush : in Flush_Mode := No_Flush); argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/ |
D | server.rs | 319 struct Flush<T, B> { struct 320 codec: Option<Codec<T, B>>, 1263 impl<T, B: Buf> Flush<T, B> { implementation 1269 impl<T, B> Future for Flush<T, B> implementation
|
/aosp_15_r20/device/google/contexthub/sensorhal/ |
D | hubconnection.h | 156 struct Flush struct 158 int handle; 159 uint8_t count; 163 bool internal;
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
H A D | command_queue.cc | 46 absl::Status Flush() override { return absl::OkStatus(); } in Flush() function in tflite::gpu::gl::__anonb7292d990111::DefaultCommandQueue 74 absl::Status Flush() final { in Flush() function in tflite::gpu::gl::__anonb7292d990111::AdrenoCommandQueue
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | bytestream_unittest.cc | 125 virtual void Flush() { Append("z", 1); } in Flush() function in google::protobuf::strings::__anona2c9b89d0111::FlushingByteSink 136 TEST(ByteSinkTest, Flush) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | bytestream_unittest.cc | 125 virtual void Flush() { Append("z", 1); } in Flush() function in google::protobuf::strings::__anon3e6e52f00111::FlushingByteSink 136 TEST(ByteSinkTest, Flush) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | event_trace_controller.cc | 127 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { in Flush() function in base::win::EtwTraceController 171 HRESULT EtwTraceController::Flush(const wchar_t* session_name, in Flush() function in base::win::EtwTraceController
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/gif/ |
D | writer.go | 39 Flush() error methodSpec 72 func (b blockWriter) Flush() error { func
|
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
H A D | subprocess.go | 35 Flush() error methodSpec 230 func (m *Subprocess) Flush() error { func
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
H A D | subprocess.go | 35 Flush() error methodSpec 229 func (m *Subprocess) Flush() error { func
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | BZip2Encoder.h | 43 void Flush() in Flush() function 239 HRESULT Flush() { return m_OutStream.Flush(); } in Flush() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | metrics_collector.cc | 209 void Flush() { in Flush() function in bluetooth::le_audio::GroupMetricsImpl 287 void MetricsCollector::Flush() { in Flush() function in bluetooth::le_audio::MetricsCollector
|
/aosp_15_r20/external/cronet/net/cookies/ |
H A D | cookie_monster_store_test.cc | 94 void MockPersistentCookieStore::Flush(base::OnceClosure callback) { in Flush() function in net::MockPersistentCookieStore 193 void MockSimplePersistentCookieStore::Flush(base::OnceClosure callback) { in Flush() function in net::MockSimplePersistentCookieStore
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Surface_Graphite.cpp | 141 void Flush(sk_sp<SkSurface> surface) { in Flush() function 145 void Flush(SkSurface* surface) { in Flush() function
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_proxy.cc | 77 void Flush() { in Flush() function in base::__anon901892ec0211::GenericFileHelper 350 bool FileProxy::Flush(StatusCallback callback) { in Flush() function in base::FileProxy
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_proxy.cc | 79 void Flush() { in Flush() function in base::__anon9c4f39220211::GenericFileHelper 367 bool FileProxy::Flush(StatusCallback callback) { in Flush() function in base::FileProxy
|
/aosp_15_r20/external/OpenCSD/decoder/source/ |
H A D | trc_frame_deformatter.cpp | 177 ocsd_datapath_resp_t TraceFmtDcdImpl::Flush() in Flush() function in TraceFmtDcdImpl 959 ocsd_datapath_resp_t TraceFormatterFrameDecoder::Flush() in Flush() function in TraceFormatterFrameDecoder
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
H A D | extension.h | 57 static void Flush(void* r, string_view s) { in Flush() function 72 void Flush() { in Flush() function
|