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

  /external/libchrome/base/trace_event/
trace_buffer.h 27 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; }
68 virtual bool IsFull() const = 0;
  /art/runtime/gc/allocator/
rosalloc-inl.h 55 inline bool RosAlloc::Run::IsFull() {
75 return !thread_local_run->IsFull();
  /external/opencv3/3rdparty/libwebp/utils/
huffman.c 34 static int IsFull(const HuffmanTree* const tree) {
129 if (IsFull(tree)) return 0; // error: too many symbols.
198 ok = ok && IsFull(tree);
233 ok = ok && IsFull(tree);
  /art/runtime/gc/accounting/
atomic_stack.h 158 bool IsFull() const {
  /external/v8/src/heap/
slots-buffer.h 115 inline bool IsFull() { return idx_ == kNumberOfElements; }
129 if (buffer == NULL || buffer->IsFull()) {
mark-compact.h 194 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
210 if (IsFull()) {
232 if (IsFull()) {
  /external/webrtc/webrtc/libjingle/xmpp/
jid.cc 117 bool Jid::IsFull() const {
124 if (!IsFull())
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 69 bool IsFull;
83 IsFull = false;
94 IsFull = true;
112 return dist <= Pos || IsFull;
117 return Pos == 0 && !IsFull;
  /external/v8/src/
objects.cc     [all...]

Completed in 111 milliseconds