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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 284 volatile boolean fresh; field in class:ContactPhotoManagerImpl.BitmapHolder
291 this.fresh = true;
306 * {@code true} if ALL entries in {@link #mBitmapHolderCache} are NOT fresh.
361 /** For debug: How many times we had to reload cached photo for a fresh entry. Should be 0. */
435 + ", overwrite: fresh=" + mFreshCacheOverwrite.get()
517 if (DEBUG) Log.d(TAG, "refreshCache -- no fresh entries.");
523 holder.fresh = false;
542 return holder.fresh;
589 return holder.fresh;
754 Log.d(TAG, "Overwriting cache: key=" + key + (prev.fresh ? " FRESH" : " stale"))
    [all...]
  /external/freetype/src/raster/
ftraster.c 486 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
1219 Bool result, fresh; local
1398 Bool result, fresh; local
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 87 must begin on a fresh page.
95 The first audio packet of the logical stream begins a fresh Ogg page.
163 page on which it appears and the third packet begin a fresh page.
  /external/llvm/lib/Support/
regengine.inc 82 states fresh; /* states for a fresh start */
178 SETUP(m->fresh);
687 states fresh = m->fresh;
699 ASSIGN(fresh, st);
706 if (EQ(st, fresh))
748 ASSIGN(st, fresh);
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 118 states fresh; /* states for a fresh start */ member in struct:match
232 SETUP(m->fresh);
780 states fresh = m->fresh; local
796 ASSIGN(fresh, st);
803 if (EQ(st, fresh))
845 ASSIGN(st, fresh);
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 82 states fresh; /* states for a fresh start */ member in struct:match
174 SETUP(m->fresh);
677 states fresh = m->fresh; local
689 ASSIGN(fresh, st);
696 if (EQ(st, fresh))
738 ASSIGN(st, fresh);
  /external/v8/test/mjsunit/
codegen-coverage.js 57 // A fresh register {ebx,rbx} will be allocated for x, then reused for
  /external/v8/test/mjsunit/harmony/
block-for.js 133 // In a for-in statement the iteration variable is fresh
  /external/v8/benchmarks/
base.js 217 // away. Return a fresh data object.
  /external/bison/
maint.mk     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/v8/src/
objects.cc 3254 Object* fresh; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 529 milliseconds