Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h78 INLINE bool IsFull() in IsFull() function
/external/libchrome/base/trace_event/
Dtrace_buffer.h27 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } in IsFull() function
Dtrace_buffer.cc71 bool IsFull() const override { return false; } in IsFull() function in base::trace_event::__anon236bef260111::TraceBufferRingBuffer
188 bool IsFull() const override { return chunks_.size() >= max_chunks_; } in IsFull() function in base::trace_event::__anon236bef260111::TraceBufferVector
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_buffer.h110 bool IsFull() const { return vec_.size() >= max_size_; } in IsFull() function
/external/golang-protobuf/reflect/protodesc/
Ddesc_resolve.go241 func (s partialName) IsFull() bool { func
/external/pigweed/pw_trace_tokenized/public/pw_trace_tokenized/
Dtrace_tokenized.h107 bool IsFull() const { return !is_empty_ && (head_ == tail_); } in IsFull() function
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.cc85 bool TensorSlice::IsFull() const { in IsFull() function in tensorflow::TensorSlice
Dtensor_slice_test.cc293 TEST(TensorSliceTest, IsFull) { in TEST() argument
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp69 bool IsFull; member in COutWindow
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc865 bool PersistentMemoryAllocator::IsFull() const { in IsFull() function in base::PersistentMemoryAllocator