/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_buffer.cc | 74 bool IsFull() const override { return false; } in IsFull() function in base::trace_event::__anond3b2e3260111::TraceBufferRingBuffer 192 bool IsFull() const override { return chunks_.size() >= max_chunks_; } in IsFull() function in base::trace_event::__anond3b2e3260111::TraceBufferVector
|
H A D | trace_buffer.h | 28 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } in IsFull() function
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | trace_buffer.cc | 71 bool IsFull() const override { return false; } in IsFull() function in base::trace_event::__anonadf666f00111::TraceBufferRingBuffer 188 bool IsFull() const override { return chunks_.size() >= max_chunks_; } in IsFull() function in base::trace_event::__anonadf666f00111::TraceBufferVector
|
H A D | trace_buffer.h | 27 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } in IsFull() function
|
/aosp_15_r20/external/icing/icing/index/numeric/ |
H A D | posting-list-integer-index-serializer.h | 115 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
|
/aosp_15_r20/external/icing/icing/index/embed/ |
H A D | posting-list-embedding-hit-serializer.h | 140 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
|
/aosp_15_r20/device/google/cuttlefish/common/libs/concurrency/ |
D | thread_safe_queue.h | 82 bool IsFull() { in IsFull() function
|
/aosp_15_r20/external/icing/icing/index/main/ |
H A D | posting-list-hit-serializer.h | 223 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
|
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/ |
H A D | desc_resolve.go | 241 func (s partialName) IsFull() bool { func
|
/aosp_15_r20/art/runtime/gc/allocator/ |
H A D | rosalloc-inl.h | 55 inline bool RosAlloc::Run::IsFull() { in IsFull() function
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | atomic_flag_set.cc | 135 bool AtomicFlagSet::Group::IsFull() const { in IsFull() function in base::sequence_manager::internal::AtomicFlagSet::Group
|
/aosp_15_r20/external/pigweed/pw_trace_tokenized/public/pw_trace_tokenized/ |
H A D | trace_tokenized.h | 107 bool IsFull() const { return !is_empty_ && (head_ == tail_); } in IsFull() function
|
/aosp_15_r20/system/update_engine/scripts/update_payload/ |
H A D | payload.py | 308 def IsFull(self): member in Payload
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel_driver.hpp | 261 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Spinel::SpinelDriver::Array
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_slice.cc | 116 bool TensorSlice::IsFull() const { in IsFull() function in tensorflow::TensorSlice
|
H A D | tensor_slice_test.cc | 343 TEST(TensorSliceTest, IsFull) { in TEST() argument
|
/aosp_15_r20/art/runtime/gc/accounting/ |
H A D | atomic_stack.h | 206 bool IsFull() const { in IsFull() function
|
/aosp_15_r20/external/icing/icing/join/ |
H A D | posting-list-join-data-serializer.h | 127 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | array.hpp | 190 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Array
|
/aosp_15_r20/external/webrtc/net/dcsctp/tx/ |
H A D | rr_send_queue.cc | 376 bool RRSendQueue::IsFull() const { in IsFull() function in dcsctp::RRSendQueue
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 244 bool IsFull() const { in IsFull() function in __anon8d9c7e7c0111::ShadowAcceptlist 286 bool IsFull() const { in IsFull() function in __anon8d9c7e7c0111::ShadowAddressResolutionList
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | persistent_memory_allocator.cc | 865 bool PersistentMemoryAllocator::IsFull() const { in IsFull() function in base::PersistentMemoryAllocator
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | persistent_memory_allocator.cc | 926 bool PersistentMemoryAllocator::IsFull() const { in IsFull() function in base::PersistentMemoryAllocator
|
/aosp_15_r20/art/runtime/ |
H A D | class_linker.cc | 255 bool IsFull() const { in IsFull() function in art::ClassLinker::VisiblyInitializedCallback
|