Home
last modified time | relevance | path

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

12

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfifo_test.cc33 EXPECT_FALSE(fifo.IsFull()); in TEST()
95 EXPECT_FALSE(fifo.IsFull()); in TEST()
105 EXPECT_FALSE(fifo.IsFull()); in TEST()
111 EXPECT_FALSE(fifo.IsFull()); in TEST()
122 EXPECT_FALSE(fifo.IsFull()); in TEST()
138 EXPECT_FALSE(fifo.IsFull()); in TEST()
145 EXPECT_FALSE(fifo.IsFull()); in TEST()
152 EXPECT_TRUE(fifo.IsFull()); in TEST()
159 EXPECT_TRUE(fifo.IsFull()); in TEST()
167 EXPECT_FALSE(fifo.IsFull()); in TEST()
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Djid_unittest.cc18 EXPECT_FALSE(jid.IsFull()); in TEST()
30 EXPECT_FALSE(jid.IsFull()); in TEST()
42 EXPECT_TRUE(jid.IsFull()); in TEST()
54 EXPECT_TRUE(jid.IsFull()); in TEST()
66 EXPECT_FALSE(jid.IsFull()); in TEST()
78 EXPECT_FALSE(jid.IsFull()); in TEST()
90 EXPECT_FALSE(jid.IsFull()); in TEST()
102 EXPECT_TRUE(jid.IsFull()); in TEST()
114 EXPECT_TRUE(jid.IsFull()); in TEST()
Djid.cc134 bool Jid::IsFull() const { in IsFull() function in buzz::Jid
141 if (!IsFull()) in BareJid()
Djid.h64 bool IsFull() const;
/external/webp/src/utils/
Dhuffman.c34 static int IsFull(const HuffmanTree* const tree) { in IsFull() function
129 if (IsFull(tree)) return 0; // error: too many symbols. in TreeAddSymbol()
198 ok = ok && IsFull(tree); in HuffmanTreeBuildImplicit()
233 ok = ok && IsFull(tree); in HuffmanTreeBuildExplicit()
/external/chromium_org/third_party/libwebp/utils/
Dhuffman.c34 static int IsFull(const HuffmanTree* const tree) { in IsFull() function
129 if (IsFull(tree)) return 0; // error: too many symbols. in TreeAddSymbol()
198 ok = ok && IsFull(tree); in HuffmanTreeBuildImplicit()
233 ok = ok && IsFull(tree); in HuffmanTreeBuildExplicit()
/external/chromium_org/third_party/libjingle/source/talk/base/
Datomicops.h97 if (IsFull()) { in PushBack()
146 int IsFull() const { return pushed_count_ == popped_count_ + capacity_; } in IsFull() function
/external/v8/src/
Dmark-compact.h184 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; } in IsFull() function
199 if (IsFull()) { in PushBlack()
211 if (IsFull()) { in PushGrey()
229 if (IsFull()) { in UnshiftGrey()
319 inline bool IsFull() { in IsFull() function
354 if (buffer == NULL || buffer->IsFull()) { in AddTo()
/external/chromium_org/sync/engine/
Dget_commit_ids.cc229 bool IsFull() const;
354 bool Traversal::IsFull() const { in IsFull() function in syncer::__anon1736f6010211::Traversal
377 !IsFull() && iter != ready_unsynced_set.end(); ++iter) { in AddCreatesAndMoves()
412 !IsFull() && iter != ready_unsynced_set.end(); ++iter) { in AddDeletes()
469 !IsFull() && iter != ready_unsynced_set.end(); ++iter) { in AddDeletes()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dfifo_null.h20 virtual bool IsFull() { return false; } in IsFull() function
Dfifo_interface.h23 virtual bool IsFull() = 0;
Dfifo_packet.h34 virtual bool IsFull();
Devent_emitter_stream.cc35 if (!out_fifo()->IsFull()) in UpdateStatus_Locked()
Dfifo_char.h25 virtual bool IsFull();
Dfifo_packet.cc45 bool FIFOPacket::IsFull() { in IsFull() function in nacl_io::FIFOPacket
Dfifo_char.cc31 bool FIFOChar::IsFull() { in IsFull() function in nacl_io::FIFOChar
/external/chromium_org/v8/src/
Dmark-compact.h184 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; } in IsFull() function
199 if (IsFull()) { in INLINE()
211 if (IsFull()) { in INLINE()
229 if (IsFull()) { in INLINE()
339 inline bool IsFull() { in IsFull() function
374 if (buffer == NULL || buffer->IsFull()) { in INLINE()
/external/chromium_org/content/common/gpu/media/
Dh264_dpb.h122 bool IsFull() const { return pics_.size() == max_num_pics_; } in IsFull() function
/external/chromium_org/jingle/notifier/listener/
Dpush_notifications_subscribe_task.cc81 DCHECK(jid.IsFull()); in MakeSubscriptionMessage()
/external/chromium/chrome/browser/tab_contents/
Dthumbnail_generator_unittest.cc293 virtual bool IsFull() { in IsFull() function in MockTopSites
355 ASSERT_TRUE(top_sites->IsFull()); in TEST()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Djid.cc177 Jid::IsFull() const { in IsFull() function in buzz::Jid
186 if (!IsFull()) in BareJid()
Djid.h86 bool IsFull() const;
/external/chromium_org/base/debug/
Dtrace_event_impl.cc159 virtual bool IsFull() const OVERRIDE { in IsFull() function in base::debug::__anonf7fff92a0111::TraceBufferRingBuffer
228 virtual bool IsFull() const OVERRIDE { return false; } in IsFull() function in base::debug::__anonf7fff92a0111::TraceBufferRingBuffer::ClonedTraceBuffer
311 virtual bool IsFull() const OVERRIDE { in IsFull() function in base::debug::__anonf7fff92a0111::TraceBufferVector
402 DCHECK(!IsFull()); in AddTraceEvent()
1039 if (chunk_ && chunk_->IsFull()) { in AddTraceEvent()
1421 return logged_events_->IsFull(); in BufferIsFull()
1439 if (thread_shared_chunk_ && thread_shared_chunk_->IsFull()) { in AddEventToThreadSharedChunkWhileLocked()
1464 if (logged_events_->IsFull()) in CheckIfBufferIsFullWhileLocked()
Dtrace_event_impl.h196 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; }
230 virtual bool IsFull() const = 0;
/external/chromium/chrome/browser/history/
Dtop_sites.h164 virtual bool IsFull();

12