Home
last modified time | relevance | path

Searched refs:IsFull (Results 1 – 25 of 34) sorted by relevance

12

/external/webrtc/webrtc/libjingle/xmpp/
Djid_unittest.cc25 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()
Djid.cc117 bool Jid::IsFull() const { in IsFull() function in buzz::Jid
124 if (!IsFull()) in BareJid()
Djid.h47 bool IsFull() const;
Dxmpplogintask.cc285 if (!fullJid_.IsFull()) { in Advance()
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc32 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()
Dtensor_slice.h102 bool IsFull() const;
Dtensor_slice.cc85 bool TensorSlice::IsFull() const { in IsFull() function in tensorflow::TensorSlice
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_buffer_test.cc55 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()
Dweighted_quantiles_buffer.h73 QCHECK(!IsFull()) << "Buffer already full: " << max_size_; in PushEntry()
110 bool IsFull() const { return vec_.size() >= max_size_; } in IsFull() function
Dweighted_quantiles_stream.h98 if (buffer_.IsFull()) { in PushEntry()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_buffer_test.cc54 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()
Dweighted_quantiles_buffer.h73 QCHECK(!IsFull()) << "Buffer already full: " << max_size_; in PushEntry()
110 bool IsFull() const { return vec_.size() >= max_size_; } in IsFull() function
Dweighted_quantiles_stream.h98 if (buffer_.IsFull()) { in PushEntry()
/external/perfetto/src/traced/probes/ftrace/
Dpage_pool.h88 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/
Dpersistent_memory_allocator_unittest.cc211 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 …]
Dpersistent_sample_map.cc181 NOTREACHED() << "full=" << allocator->IsFull() in CreatePersistentRecord()
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp69 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/
DPVRTGeometry.cpp192 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/
Dringbuffer.h85 INLINE bool IsFull() in IsFull() function
/external/v4l2_codec2/vda/
Dh264_dpb.h163 bool IsFull() const { return pics_.size() == max_num_pics_; } in IsFull() function
/external/v8/src/heap/
Dworklist.h224 if (IsFull()) return false; in Push()
237 bool IsFull() const { return index_ == kCapacity; } in IsFull() function
/external/v8/src/libplatform/tracing/
Dtrace-buffer.cc22 if (is_empty_ || chunks_[chunk_index_]->IsFull()) { in AddTraceEvent()
/external/v8/src/objects/
Dfixed-array.h354 bool IsFull();
445 bool IsFull();
/external/v8/include/libplatform/
Dv8-tracing.h129 bool IsFull() const { return next_free_ == kChunkSize; } in IsFull() function
/external/lzma/DOC/
Dlzma-specification.txt248 bool IsFull;
262 IsFull = false;
273 IsFull = true;
291 return dist <= Pos || IsFull;
296 return Pos == 0 && !IsFull;

12