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

  /external/valgrind/memcheck/tests/
resvn_stack.stderr.exp 5 Accessing fresh stack
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 98 for (final Uri fresh : newAccounts) {
99 if (!mUris.contains(fresh)) {
100 startWatching(fresh);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
  /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/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...]
  /external/v8/test/mjsunit/
readonly.js 72 // Construct a fresh prototype chain from above functions.
83 // Create a fresh constructor.
codegen-coverage.js 57 // A fresh register {ebx,rbx} will be allocated for x, then reused for
  /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/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/v8/test/mjsunit/harmony/
block-for.js 163 // In a for-in statement the iteration variable is fresh
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 222 (** Emits assembly or object data for the given module to a fresh memory
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
test_support.py 113 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False):
115 and importing a fresh copy of the module. Once the import is complete,
118 Modules named in fresh are also imported anew if needed by the import.
121 Importing of modules named in blocked is prevented while the fresh import
135 for fresh_name in fresh:
    [all...]
test_warnings.py 16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
test_support.py 113 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False):
115 and importing a fresh copy of the module. Once the import is complete,
118 Modules named in fresh are also imported anew if needed by the import.
121 Importing of modules named in blocked is prevented while the fresh import
135 for fresh_name in fresh:
    [all...]
test_warnings.py 16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 222 // away. Return a fresh data object.
  /external/v8/benchmarks/
base.js 217 // away. Return a fresh data object.
  /external/bison/
maint.mk     [all...]
  /external/v8/src/
objects.cc 6408 Handle<Map> fresh = Map::CopyNormalized(fast_map, mode); local
    [all...]

Completed in 359 milliseconds