HomeSort by relevance Sort by last modified time
    Searched defs:IsFull (Results 1 - 8 of 8) 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/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/heap/
mark-compact.h 196 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
212 if (IsFull()) {
234 if (IsFull()) {
  /external/v8/src/
objects.cc     [all...]

Completed in 149 milliseconds