Home
last modified time | relevance | path

Searched defs:IsFull (Results 1 – 11 of 11) 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::__anone1714b7a0111::TraceBufferRingBuffer
188 bool IsFull() const override { return chunks_.size() >= max_chunks_; } in IsFull() function in base::trace_event::__anone1714b7a0111::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/llvm-project/flang/lib/Decimal/
Dbig-radix-floating-point.h138 bool IsFull() const { in IsFull() function
Ddecimal-to-binary.cpp211 bool IsFull() const { return value_ >= topBit; } in IsFull() function in Fortran::decimal::IntermediateFloat
/external/pigweed/pw_trace_tokenized/public/pw_trace_tokenized/
Dtrace_tokenized.h104 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.cc291 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