Home
last modified time | relevance | path

Searched defs:IsFull (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_buffer.cc74 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 Dtrace_buffer.h28 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } in IsFull() function
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_buffer.cc71 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 Dtrace_buffer.h27 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } in IsFull() function
/aosp_15_r20/external/icing/icing/index/numeric/
H A Dposting-list-integer-index-serializer.h115 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
/aosp_15_r20/external/icing/icing/index/embed/
H A Dposting-list-embedding-hit-serializer.h140 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
/aosp_15_r20/device/google/cuttlefish/common/libs/concurrency/
Dthread_safe_queue.h82 bool IsFull() { in IsFull() function
/aosp_15_r20/external/icing/icing/index/main/
H A Dposting-list-hit-serializer.h223 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/
H A Ddesc_resolve.go241 func (s partialName) IsFull() bool { func
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc-inl.h55 inline bool RosAlloc::Run::IsFull() { in IsFull() function
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Datomic_flag_set.cc135 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 Dtrace_tokenized.h107 bool IsFull() const { return !is_empty_ && (head_ == tail_); } in IsFull() function
/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dpayload.py308 def IsFull(self): member in Payload
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_driver.hpp261 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 Dtensor_slice.cc116 bool TensorSlice::IsFull() const { in IsFull() function in tensorflow::TensorSlice
H A Dtensor_slice_test.cc343 TEST(TensorSliceTest, IsFull) { in TEST() argument
/aosp_15_r20/art/runtime/gc/accounting/
H A Datomic_stack.h206 bool IsFull() const { in IsFull() function
/aosp_15_r20/external/icing/icing/join/
H A Dposting-list-join-data-serializer.h127 bool IsFull(const PostingListUsed* posting_list_used) const { in IsFull() function
/aosp_15_r20/external/openthread/src/core/common/
H A Darray.hpp190 bool IsFull(void) const { return (mLength == GetMaxSize()); } in IsFull() function in ot::Array
/aosp_15_r20/external/webrtc/net/dcsctp/tx/
H A Drr_send_queue.cc376 bool RRSendQueue::IsFull() const { in IsFull() function in dcsctp::RRSendQueue
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc244 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 Dpersistent_memory_allocator.cc865 bool PersistentMemoryAllocator::IsFull() const { in IsFull() function in base::PersistentMemoryAllocator
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.cc926 bool PersistentMemoryAllocator::IsFull() const { in IsFull() function in base::PersistentMemoryAllocator
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc255 bool IsFull() const { in IsFull() function in art::ClassLinker::VisiblyInitializedCallback