Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h85 INLINE bool IsFull() in IsFull() function
/external/perfetto/src/traced/probes/ftrace/
Dpage_pool.h88 bool IsFull() const { return size_ >= kPagesPerBlock; } in IsFull() function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_buffer.h110 bool IsFull() const { return vec_.size() >= max_size_; } in IsFull() function
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_buffer.h110 bool IsFull() const { return vec_.size() >= max_size_; } in IsFull() function
/external/v4l2_codec2/vda/
Dh264_dpb.h163 bool IsFull() const { return pics_.size() == max_num_pics_; } 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/webrtc/webrtc/libjingle/xmpp/
Djid.cc117 bool Jid::IsFull() const { in IsFull() function in buzz::Jid
/external/v8/include/libplatform/
Dv8-tracing.h129 bool IsFull() const { return next_free_ == kChunkSize; } in IsFull() function
/external/v8/src/heap/
Dworklist.h237 bool IsFull() const { return index_ == kCapacity; } in IsFull() function
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp69 bool IsFull; member in COutWindow
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp791 bool CBlockOption::IsFull() const in IsFull() function in CBlockOption
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc865 bool PersistentMemoryAllocator::IsFull() const { in IsFull() function in base::PersistentMemoryAllocator
/external/v8/src/
Dobjects.cc10466 bool ArrayList::IsFull() { in IsFull() function in v8::internal::ArrayList
10514 bool WeakArrayList::IsFull() { return length() == capacity(); } in IsFull() function in v8::internal::WeakArrayList