HomeSort by relevance Sort by last modified time
    Searched defs:fresh (Results 1 - 6 of 6) 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/freetype/src/raster/
ftraster.c 496 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
692 ras.fresh = TRUE;
1142 Bool result, fresh; local
1321 Bool result, fresh; local
    [all...]
  /external/pdfium/third_party/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...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 620 volatile boolean fresh; field in class:ContactPhotoManagerImpl.BitmapHolder
627 this.fresh = true;
642 * {@code true} if ALL entries in {@link #mBitmapHolderCache} are NOT fresh.
698 /** For debug: How many times we had to reload cached photo for a fresh entry. Should be 0. */
789 + ", overwrite: fresh=" + mFreshCacheOverwrite.get()
    [all...]
  /external/v8/src/
objects.cc 6408 Handle<Map> fresh = Map::CopyNormalized(fast_map, mode); local
    [all...]

Completed in 330 milliseconds