HomeSort by relevance Sort by last modified time
    Searched defs:IsFull (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
fifo_packet.cc 44 bool FIFOPacket::IsFull() {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fifo_char.cc 28 bool FIFOChar::IsFull() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
atomicops.h 97 if (IsFull()) {
146 int IsFull() const { return pushed_count_ == popped_count_ + capacity_; }
  /external/chromium_org/third_party/webrtc/base/
atomicops.h 80 if (IsFull()) {
129 int IsFull() const { return pushed_count_ == popped_count_ + capacity_; }
  /external/chromium_org/content/common/gpu/media/
h264_dpb.h 123 bool IsFull() const { return pics_.size() == max_num_pics_; }
  /external/chromium_org/sync/engine/
get_commit_ids.cc 254 bool IsFull() const;
379 bool Traversal::IsFull() const {
402 !IsFull() && iter != ready_unsynced_set.end(); ++iter) {
437 !IsFull() && iter != ready_unsynced_set.end(); ++iter) {
494 !IsFull() && iter != ready_unsynced_set.end(); ++iter) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.cc 134 bool Jid::IsFull() const {
141 if (!IsFull())
  /external/chromium_org/third_party/libwebp/utils/
huffman.c 38 static int IsFull(const HuffmanTree* const tree) {
212 if (IsFull(tree)) return 0; // error: too many symbols.
282 ok = ok && IsFull(tree);
316 ok = ok && IsFull(tree);
  /external/webp/src/utils/
huffman.c 38 static int IsFull(const HuffmanTree* const tree) {
212 if (IsFull(tree)) return 0; // error: too many symbols.
282 ok = ok && IsFull(tree);
316 ok = ok && IsFull(tree);
  /external/chromium_org/base/debug/
trace_event_impl.h 192 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; }
226 virtual bool IsFull() const = 0;
  /external/chromium_org/v8/src/
mark-compact.h 160 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
175 if (IsFull()) {
187 if (IsFull()) {
205 if (IsFull()) {
315 inline bool IsFull() {
350 if (buffer == NULL || buffer->IsFull()) {
  /art/runtime/gc/allocator/
rosalloc.cc 592 DCHECK(current_run->IsFull());
614 DCHECK(!current_run->IsFull());
671 DCHECK(thread_local_run->IsFull());
678 DCHECK(!thread_local_run->IsFull());
686 DCHECK(thread_local_run->IsFull());
710 DCHECK(!thread_local_run->IsFull());
714 DCHECK(!thread_local_run->IsFull());
750 run_was_full = run->IsFull();
    [all...]

Completed in 762 milliseconds