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 31 bool FIFOChar::IsFull() {
  /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/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 200 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; }
234 virtual bool IsFull() const = 0;
  /external/chromium_org/content/common/gpu/media/
h264_dpb.h 124 bool IsFull() const { return pics_.size() == max_num_pics_; }
  /external/chromium_org/sync/engine/
get_commit_ids.cc 258 bool IsFull() const;
443 bool Traversal::IsFull() const {
466 !IsFull() && iter != ready_unsynced_set.end(); ++iter) {
500 !IsFull() && iter != ready_unsynced_set.end(); ++iter) {
  /external/chromium_org/cc/quads/
list_container.cc 59 bool IsFull() { return capacity == size; }
97 if (last_list_->IsFull())
  /external/chromium_org/v8/src/heap/
mark-compact.h 156 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
171 if (IsFull()) {
183 if (IsFull()) {
201 if (IsFull()) {
310 inline bool IsFull() { return idx_ == kNumberOfElements; }
336 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 380 milliseconds