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

  /external/webp/src/utils/
huffman.c 32 static int IsFull(const HuffmanTree* const tree) {
127 if (IsFull(tree)) return 0; // error: too many symbols.
196 ok = ok && IsFull(tree);
231 ok = ok && IsFull(tree);
  /external/v8/src/
mark-compact.h 184 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
199 if (IsFull()) {
211 if (IsFull()) {
229 if (IsFull()) {
319 inline bool IsFull() {
354 if (buffer == NULL || buffer->IsFull()) {
mark-compact.cc     [all...]
  /external/chromium/chrome/browser/history/
top_sites.h 164 virtual bool IsFull();
top_sites.cc 198 if (!IsFull()) {
515 bool TopSites::IsFull() {
801 if (!IsFull()) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
jid.h 86 bool IsFull() const;
jid.cc 177 Jid::IsFull() const {
186 if (!IsFull())
xmpplogintask.cc 285 if (!fullJid_.IsFull()) {
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 293 virtual bool IsFull() {
355 ASSERT_TRUE(top_sites->IsFull());
thumbnail_generator.cc 479 if (top_sites->IsFull() && !top_sites->IsKnownURL(url))
  /external/v8/test/cctest/
test-mark-compact.cc 64 while (!s.IsFull()) {

Completed in 93 milliseconds