/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 | 98 if (buffer_.IsFull()) { in PushEntry()
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_buffer_test.cc | 54 EXPECT_FALSE(buffer.IsFull()); in TEST_F() 73 EXPECT_TRUE(buffer.IsFull()); in TEST_F() 75 EXPECT_FALSE(buffer.IsFull()); in TEST_F() 93 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 | 98 if (buffer_.IsFull()) { in PushEntry()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | page_pool.h | 88 bool IsFull() const { return size_ >= kPagesPerBlock; } in IsFull() function 99 PERFETTO_DCHECK(!IsFull()); in NextPage() 130 if (write_queue_.empty() || write_queue_.back().IsFull()) in BeginWrite() 138 PERFETTO_DCHECK(!write_queue_.empty() && !write_queue_.back().IsFull()); in EndWrite()
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 211 EXPECT_FALSE(allocator_->IsFull()); in TEST_F() 353 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F() 362 EXPECT_TRUE(allocator_->IsFull()); in TEST_F() 435 EXPECT_TRUE(allocator_->IsFull()); in TEST_F() 556 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F() 607 EXPECT_FALSE(allocator.IsFull()); in TEST() 633 EXPECT_FALSE(local.IsFull()); in TEST() 650 EXPECT_FALSE(shalloc2.IsFull()); in TEST() 676 EXPECT_FALSE(shalloc3.IsFull()); in TEST() 741 EXPECT_FALSE(local.IsFull()); in TEST() [all …]
|
D | persistent_sample_map.cc | 181 NOTREACHED() << "full=" << allocator->IsFull() in CreatePersistentRecord()
|
/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 | worklist.h | 224 if (IsFull()) return false; in Push() 237 bool IsFull() const { return index_ == kCapacity; } in IsFull() function
|
/external/v8/src/libplatform/tracing/ |
D | trace-buffer.cc | 22 if (is_empty_ || chunks_[chunk_index_]->IsFull()) { in AddTraceEvent()
|
/external/v8/src/objects/ |
D | fixed-array.h | 354 bool IsFull(); 445 bool IsFull();
|
/external/v8/include/libplatform/ |
D | v8-tracing.h | 129 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;
|