Home
last modified time | relevance | path

Searched defs:Done (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/modules/adb/client/
H A Dcommandline.h79 int Done(int status) { in Done() function
95 int Done(int status) override final { return status; } in Done() function
H A Dfastdeploycallbacks.cpp69 int DeployAgentBufferCallback::Done(int status) { in Done() function in DeployAgentBufferCallback
H A Dbugreport.cpp72 int Done(int unused_) { in Done() function in BugreportStandardStreamsCallback
/aosp12/system/core/fs_mgr/libdm/
H A Dutility.h23 enum class WaitResult { Wait, Done, Fail }; enumerator
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dio.h251 bool Done() const { return stream_buffer_->Done(); } in Done() function
297 bool Done() const { return stream_buffer_->Done(); } in Done() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_decompress.cpp144 bool Done() override { return ended_; } in Done() function in android::snapshot::GzDecompressor
217 bool Done() override { return BrotliDecoderIsFinished(decoder_); } in Done() function in android::snapshot::BrotliDecompressor
H A Dcow_reader.cpp436 bool CowOpIter::Done() { in Done() function in android::snapshot::CowOpIter
468 bool CowOpReverseIter::Done() { in Done() function in android::snapshot::CowOpReverseIter
/aosp12/system/nvram/messages/
H A Dio.cpp83 bool InputStreamBuffer::Done() { in Done() function in nvram::InputStreamBuffer
170 bool OutputStreamBuffer::Done() { in Done() function in nvram::OutputStreamBuffer
/aosp12/art/libdexfile/dex/
H A Dbytecode_utils.h112 bool Done() const { return index_ >= num_entries_; } in Done() function
/aosp12/packages/modules/adb/
H A Dcompression_utils.h34 Done, enumerator
41 Done, enumerator
/aosp12/art/compiler/optimizing/
H A Dregister_allocator.cc77 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
H A Dregister_allocator_linear_scan.cc406 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
H A Dnodes.h1460 bool Done() const { return current_ == nullptr; } in Done() function
2796 bool Done() const { return instruction_ == nullptr; } in Done() function
/aosp12/art/runtime/
H A Dmethod_handles-inl.h99 ALWAYS_INLINE bool Done() const { in Done() function
/aosp12/bionic/libc/bionic/
H A Diconv.cpp331 int Done() { in Done() function
/aosp12/art/libartbase/base/
H A Dbit_vector.h70 bool Done() const { in Done() function
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs59 Done, enumerator