/aosp12/packages/modules/adb/client/ |
H A D | commandline.h | 79 int Done(int status) { in Done() function 95 int Done(int status) override final { return status; } in Done() function
|
H A D | fastdeploycallbacks.cpp | 69 int DeployAgentBufferCallback::Done(int status) { in Done() function in DeployAgentBufferCallback
|
H A D | bugreport.cpp | 72 int Done(int unused_) { in Done() function in BugreportStandardStreamsCallback
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | utility.h | 23 enum class WaitResult { Wait, Done, Fail }; enumerator
|
/aosp12/system/nvram/messages/include/nvram/messages/ |
H A D | io.h | 251 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 D | cow_decompress.cpp | 144 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 D | cow_reader.cpp | 436 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 D | io.cpp | 83 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 D | bytecode_utils.h | 112 bool Done() const { return index_ >= num_entries_; } in Done() function
|
/aosp12/packages/modules/adb/ |
H A D | compression_utils.h | 34 Done, enumerator 41 Done, enumerator
|
/aosp12/art/compiler/optimizing/ |
H A D | register_allocator.cc | 77 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
|
H A D | register_allocator_linear_scan.cc | 406 bool Done() const { return current_interval_ == nullptr; } in Done() function in art::AllRangesIterator
|
H A D | nodes.h | 1460 bool Done() const { return current_ == nullptr; } in Done() function 2796 bool Done() const { return instruction_ == nullptr; } in Done() function
|
/aosp12/art/runtime/ |
H A D | method_handles-inl.h | 99 ALWAYS_INLINE bool Done() const { in Done() function
|
/aosp12/bionic/libc/bionic/ |
H A D | iconv.cpp | 331 int Done() { in Done() function
|
/aosp12/art/libartbase/base/ |
H A D | bit_vector.h | 70 bool Done() const { in Done() function
|
/aosp12/system/bt/gd/rust/topshim/src/ |
H A D | btif.rs | 59 Done, enumerator
|