/external/webrtc/webrtc/libjingle/xmpp/ |
D | jid_unittest.cc | 25 EXPECT_FALSE(jid.IsFull()); in TEST() 37 EXPECT_FALSE(jid.IsFull()); in TEST() 49 EXPECT_TRUE(jid.IsFull()); in TEST() 61 EXPECT_TRUE(jid.IsFull()); in TEST() 73 EXPECT_FALSE(jid.IsFull()); in TEST() 85 EXPECT_FALSE(jid.IsFull()); in TEST() 97 EXPECT_FALSE(jid.IsFull()); in TEST() 109 EXPECT_TRUE(jid.IsFull()); in TEST() 121 EXPECT_TRUE(jid.IsFull()); in TEST()
|
D | jid.cc | 117 bool Jid::IsFull() const { in IsFull() function in buzz::Jid 124 if (!IsFull()) in BareJid()
|
D | jid.h | 47 bool IsFull() const;
|
D | xmpplogintask.cc | 285 if (!fullJid_.IsFull()) { in Advance()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice_test.cc | 32 EXPECT_TRUE(s.IsFull()); in TEST() 36 EXPECT_TRUE(s.IsFull()); in TEST() 46 EXPECT_TRUE(!s.IsFull()); in TEST() 64 EXPECT_TRUE(!s.IsFull()); in TEST() 78 EXPECT_TRUE(!s.IsFull()); in TEST() 110 EXPECT_TRUE(!s.IsFull()); in TEST() 291 TEST(TensorSliceTest, IsFull) { in TEST() argument 293 EXPECT_TRUE(slice.IsFull()); in TEST() 296 EXPECT_TRUE(slice2.IsFull()); in TEST() 299 EXPECT_TRUE(!slice3.IsFull()); in TEST()
|
D | tensor_slice.h | 102 bool IsFull() const;
|
D | tensor_slice.cc | 85 bool TensorSlice::IsFull() const { in IsFull() function in tensorflow::TensorSlice
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
D | weighted_quantiles_buffer_test.cc | 55 EXPECT_FALSE(buffer.IsFull()); in TEST_F() 74 EXPECT_TRUE(buffer.IsFull()); in TEST_F() 76 EXPECT_FALSE(buffer.IsFull()); in TEST_F() 94 EXPECT_TRUE(buffer.IsFull()); in TEST_F()
|
D | weighted_quantiles_buffer.h | 73 QCHECK(!IsFull()) << "Buffer already full: " << max_size_; in PushEntry() 110 bool IsFull() const { return vec_.size() >= max_size_; } in IsFull() function
|
D | weighted_quantiles_stream.h | 93 if (buffer_.IsFull()) { in PushEntry()
|
/external/libchrome/base/trace_event/ |
D | trace_buffer.cc | 71 bool IsFull() const override { return false; } in IsFull() function in base::trace_event::__anonb46740170111::TraceBufferRingBuffer 188 bool IsFull() const override { return chunks_.size() >= max_chunks_; } in IsFull() function in base::trace_event::__anonb46740170111::TraceBufferVector 259 DCHECK(!IsFull()); in AddTraceEvent() 279 if (IsFull() && num_cached_estimated_events == size()) { in EstimateTraceMemoryOverhead() 287 if (IsFull()) { in EstimateTraceMemoryOverhead()
|
D | trace_buffer.h | 27 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } in IsFull() function 66 virtual bool IsFull() const = 0;
|
D | trace_log.cc | 281 if (chunk_ && chunk_->IsFull()) { in AddTraceEvent() 797 return logged_events_->IsFull(); in BufferIsFull() 805 if (thread_shared_chunk_ && thread_shared_chunk_->IsFull()) { in AddEventToThreadSharedChunkWhileLocked() 830 if (logged_events_->IsFull()) { in CheckIfBufferIsFullWhileLocked()
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 198 EXPECT_FALSE(allocator_->IsFull()); in TEST_F() 340 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F() 349 EXPECT_TRUE(allocator_->IsFull()); in TEST_F() 422 EXPECT_TRUE(allocator_->IsFull()); in TEST_F() 502 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F() 553 EXPECT_FALSE(allocator.IsFull()); in TEST() 579 EXPECT_FALSE(local.IsFull()); in TEST() 596 EXPECT_FALSE(shalloc2.IsFull()); in TEST() 622 EXPECT_FALSE(shalloc3.IsFull()); in TEST() 687 EXPECT_FALSE(local.IsFull()); in TEST() [all …]
|
D | persistent_sample_map.cc | 170 NOTREACHED() << "full=" << allocator->IsFull() in CreatePersistentRecord()
|
D | sparse_histogram_unittest.cc | 43 ASSERT_FALSE(allocator_->IsFull()); in TearDown()
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 69 bool IsFull; member in COutWindow 83 IsFull = false; in Create() 94 IsFull = true; in PutByte() 112 return dist <= Pos || IsFull; in CheckDistance() 117 return Pos == 0 && !IsFull; in IsEmpty()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTGeometry.cpp | 192 bool IsFull() const; 791 bool CBlockOption::IsFull() const in IsFull() function in CBlockOption 1203 if(m_sOpt.IsFull()) { in FillFrom() 1265 if(m_sOptBest.IsFull()) in Fill() 1293 if(!m_sOptBest.IsFull()) { in Fill() 1311 _ASSERT(m_sOptBest.IsFull()); in Fill()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | ringbuffer.h | 85 INLINE bool IsFull() in IsFull() function
|
/external/v4l2_codec2/vda/ |
D | h264_dpb.h | 163 bool IsFull() const { return pics_.size() == max_num_pics_; } in IsFull() function
|
/external/v8/src/heap/ |
D | mark-compact.h | 148 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; } in IsFull() function 162 if (IsFull()) { in INLINE() 184 if (IsFull()) { in INLINE()
|
D | mark-compact.cc | 1480 DCHECK(!marking_deque()->IsFull()); in DiscoverGreyObjectsWithIterator() 1487 if (marking_deque()->IsFull()) return; in DiscoverGreyObjectsWithIterator() 1493 DCHECK(!marking_deque()->IsFull()); in DiscoverGreyObjectsOnPage() 1500 if (marking_deque()->IsFull()) return; in DiscoverGreyObjectsOnPage() 1931 if (marking_deque()->IsFull()) return; in DiscoverGreyObjectsInSpace() 1940 if (marking_deque()->IsFull()) return; in DiscoverGreyObjectsInNewSpace() 2060 if (marking_deque()->IsFull()) return; in RefillMarkingDeque() 2064 if (marking_deque()->IsFull()) return; in RefillMarkingDeque() 2066 if (marking_deque()->IsFull()) return; in RefillMarkingDeque() 2068 if (marking_deque()->IsFull()) return; in RefillMarkingDeque() [all …]
|
/external/v8/src/libplatform/tracing/ |
D | trace-buffer.cc | 22 if (is_empty_ || chunks_[chunk_index_]->IsFull()) { in AddTraceEvent()
|
/external/v8/include/libplatform/ |
D | v8-tracing.h | 127 bool IsFull() const { return next_free_ == kChunkSize; } in IsFull() function
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 248 bool IsFull; 262 IsFull = false; 273 IsFull = true; 291 return dist <= Pos || IsFull; 296 return Pos == 0 && !IsFull;
|