HomeSort by relevance Sort by last modified time
    Searched refs:IsFull (Results 1 - 25 of 40) sorted by null

1 2

  /external/webrtc/webrtc/libjingle/xmpp/
jid_unittest.cc 25 EXPECT_FALSE(jid.IsFull());
37 EXPECT_FALSE(jid.IsFull());
49 EXPECT_TRUE(jid.IsFull());
61 EXPECT_TRUE(jid.IsFull());
73 EXPECT_FALSE(jid.IsFull());
85 EXPECT_FALSE(jid.IsFull());
97 EXPECT_FALSE(jid.IsFull());
109 EXPECT_TRUE(jid.IsFull());
121 EXPECT_TRUE(jid.IsFull());
jid.h 47 bool IsFull() const;
jid.cc 117 bool Jid::IsFull() const {
124 if (!IsFull())
xmpplogintask.cc 285 if (!fullJid_.IsFull()) {
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
ring_buffer.h 31 if (IsFull())
38 if (IsFull())
46 bool IsFull() const { return size_ == buffer_.size(); }
  /external/libchrome/base/trace_event/
trace_buffer.h 27 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; }
66 virtual bool IsFull() const = 0;
trace_buffer.cc 71 bool IsFull() const override { return false; }
167 // AddMetadataEventsWhileLocked(). We can not DECHECK(!IsFull()) because we
187 bool IsFull() const override { return chunks_.size() >= max_chunks_; }
258 DCHECK(!IsFull());
278 if (IsFull() && num_cached_estimated_events == size()) {
286 if (IsFull()) {
trace_log.cc 286 if (chunk_ && chunk_->IsFull()) {
797 return logged_events_->IsFull();
805 if (thread_shared_chunk_ && thread_shared_chunk_->IsFull()) {
830 if (logged_events_->IsFull()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
ringbuffer.h 85 INLINE bool IsFull()
  /art/runtime/gc/allocator/
rosalloc-inl.h 55 inline bool RosAlloc::Run::IsFull() {
75 return !thread_local_run->IsFull();
rosalloc.cc 601 DCHECK(current_run->IsFull());
623 DCHECK(!current_run->IsFull());
678 DCHECK(thread_local_run->IsFull());
685 DCHECK(!thread_local_run->IsFull());
689 DCHECK(thread_local_run->IsFull());
713 DCHECK(!thread_local_run->IsFull());
716 DCHECK(!thread_local_run->IsFull());
765 run_was_full = run->IsFull();
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Containers/
Fifo.h 188 cFIFO_IsFull IsFull; ///< Test whether the FIFO is full.
  /external/v4l2_codec2/vda/
h264_dpb.h 157 bool IsFull() const { return pics_.size() == max_num_pics_; }
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 157 EXPECT_FALSE(allocator_->IsFull());
302 } while (!allocator_->IsCorrupt() && !allocator_->IsFull());
311 EXPECT_TRUE(allocator_->IsFull());
384 EXPECT_TRUE(allocator_->IsFull());
464 } while (!allocator_->IsCorrupt() && !allocator_->IsFull());
515 EXPECT_FALSE(allocator.IsFull());
541 EXPECT_FALSE(local.IsFull());
558 EXPECT_FALSE(shalloc2.IsFull());
584 EXPECT_FALSE(shalloc3.IsFull());
630 EXPECT_FALSE(local.IsFull());
    [all...]
persistent_memory_allocator.h 282 bool IsFull() const;
persistent_sample_map.cc 167 NOTREACHED() << "full=" << allocator->IsFull()
sparse_histogram_unittest.cc 42 ASSERT_FALSE(allocator_->IsFull());
  /external/v8/src/libplatform/tracing/
trace-buffer.cc 22 if (is_empty_ || chunks_[chunk_index_]->IsFull()) {
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 69 bool IsFull;
83 IsFull = false;
94 IsFull = true;
112 return dist <= Pos || IsFull;
117 return Pos == 0 && !IsFull;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGeometry.cpp 192 bool IsFull() const;
787 @Function IsFull
791 bool CBlockOption::IsFull() const
    [all...]
  /external/v8/src/heap/
mark-compact.h 148 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
162 if (IsFull()) {
184 if (IsFull()) {
  /art/runtime/gc/accounting/
atomic_stack.h 167 bool IsFull() const {
  /external/v8/include/libplatform/
v8-tracing.h 127 bool IsFull() const { return next_free_ == kChunkSize; }
  /system/update_engine/scripts/update_payload/
payload.py 258 def IsFull(self):
  /device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
Fifo.c 503 FIFO->IsFull = FIFO_IsFull;

Completed in 1724 milliseconds

1 2