/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | fifo_test.cc | 33 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/ |
D | jid_unittest.cc | 18 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()
|
D | jid.cc | 134 bool Jid::IsFull() const { in IsFull() function in buzz::Jid 141 if (!IsFull()) in BareJid()
|
D | jid.h | 64 bool IsFull() const;
|
/external/webp/src/utils/ |
D | huffman.c | 34 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/ |
D | huffman.c | 34 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/ |
D | atomicops.h | 97 if (IsFull()) { in PushBack() 146 int IsFull() const { return pushed_count_ == popped_count_ + capacity_; } in IsFull() function
|
/external/v8/src/ |
D | mark-compact.h | 184 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/ |
D | get_commit_ids.cc | 229 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/ |
D | fifo_null.h | 20 virtual bool IsFull() { return false; } in IsFull() function
|
D | fifo_interface.h | 23 virtual bool IsFull() = 0;
|
D | fifo_packet.h | 34 virtual bool IsFull();
|
D | event_emitter_stream.cc | 35 if (!out_fifo()->IsFull()) in UpdateStatus_Locked()
|
D | fifo_char.h | 25 virtual bool IsFull();
|
D | fifo_packet.cc | 45 bool FIFOPacket::IsFull() { in IsFull() function in nacl_io::FIFOPacket
|
D | fifo_char.cc | 31 bool FIFOChar::IsFull() { in IsFull() function in nacl_io::FIFOChar
|
/external/chromium_org/v8/src/ |
D | mark-compact.h | 184 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/ |
D | h264_dpb.h | 122 bool IsFull() const { return pics_.size() == max_num_pics_; } in IsFull() function
|
/external/chromium_org/jingle/notifier/listener/ |
D | push_notifications_subscribe_task.cc | 81 DCHECK(jid.IsFull()); in MakeSubscriptionMessage()
|
/external/chromium/chrome/browser/tab_contents/ |
D | thumbnail_generator_unittest.cc | 293 virtual bool IsFull() { in IsFull() function in MockTopSites 355 ASSERT_TRUE(top_sites->IsFull()); in TEST()
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | jid.cc | 177 Jid::IsFull() const { in IsFull() function in buzz::Jid 186 if (!IsFull()) in BareJid()
|
D | jid.h | 86 bool IsFull() const;
|
/external/chromium_org/base/debug/ |
D | trace_event_impl.cc | 159 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()
|
D | trace_event_impl.h | 196 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } 230 virtual bool IsFull() const = 0;
|
/external/chromium/chrome/browser/history/ |
D | top_sites.h | 164 virtual bool IsFull();
|