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

  /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);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 285 volatile boolean fresh; field in class:ContactPhotoManagerImpl.BitmapHolder
292 this.fresh = true;
307 * {@code true} if ALL entries in {@link #mBitmapHolderCache} are NOT fresh.
362 /** For debug: How many times we had to reload cached photo for a fresh entry. Should be 0. */
436 + ", overwrite: fresh=" + mFreshCacheOverwrite.get()
518 if (DEBUG) Log.d(TAG, "refreshCache -- no fresh entries.");
524 holder.fresh = false;
543 return holder.fresh;
590 return holder.fresh;
755 Log.d(TAG, "Overwriting cache: key=" + key + (prev.fresh ? " FRESH" : " stale"))
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java 142 volatile boolean fresh; field in class:PhotoManager.BitmapHolder
148 this.fresh = true;
163 sb.append(" fresh=");
164 sb.append(fresh);
195 /** For debug: How many times we had to reload cached photo for a fresh entry. Should be 0. */
401 onImageDrawn(request, holder.fresh);
403 return holder.fresh;
520 + (prev.fresh ? " FRESH" : " stale"));
521 if (prev.fresh) {
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 477 Bool fresh; /* signals a fresh new profile which */ member in struct:TWorker_
1210 Bool result, fresh; local
1389 Bool result, fresh; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 495 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
1234 Bool result, fresh; local
1413 Bool result, fresh; local
    [all...]
  /external/v8/src/
objects.cc 3254 Object* fresh; local
    [all...]
  /external/chromium_org/v8/src/
objects.cc 4412 Object* fresh; local
    [all...]

Completed in 236 milliseconds