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

  /bionic/libc/upstream-netbsd/lib/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/chromium_org/third_party/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/freetype/src/raster/
ftraster.c 497 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
1236 Bool result, fresh; local
1415 Bool result, fresh; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 497 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
1236 Bool result, fresh; local
1415 Bool result, fresh; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 596 volatile boolean fresh; field in class:ContactPhotoManagerImpl.BitmapHolder
603 this.fresh = true;
618 * {@code true} if ALL entries in {@link #mBitmapHolderCache} are NOT fresh.
674 /** For debug: How many times we had to reload cached photo for a fresh entry. Should be 0. */
754 + ", overwrite: fresh=" + mFreshCacheOverwrite.get()
    [all...]
  /external/chromium_org/v8/src/
objects.cc 6408 Handle<Map> fresh = Map::CopyNormalized(fast_map, mode); local
    [all...]

Completed in 1108 milliseconds