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

1 2

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 93 for (final Uri fresh : newAccounts) {
94 if (!mUris.contains(fresh)) {
95 startWatching(fresh);
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 375 if (!line.classList.contains('fresh') ||
397 var freshPort = document.querySelector('.fresh .port');
419 '.port-forwarding-pair:not(.fresh) input.invalid'))
423 '.port-forwarding-pair.fresh:not(.empty) input.invalid'))
464 line.classList.contains('fresh') &&
466 // Tabbing forward on the fresh line, try create a new empty one.
517 line.classList.add('fresh');
575 var line = document.querySelector('.port-forwarding-pair.fresh');
578 line.classList.remove('fresh');
inspect.css 260 .port-forwarding-pair.fresh:not(.selected) input {
280 .port-forwarding-pair.fresh .close-button,
  /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;
591 return holder.fresh;
756 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...]
  /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'])
  /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/chromium_org/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/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/chromium_org/v8/test/mjsunit/harmony/
block-for.js 133 // In a for-in statement the iteration variable is fresh
  /external/v8/test/mjsunit/harmony/
block-for.js 133 // In a for-in statement the iteration variable is fresh
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 15 "http://ihasahotdog.files.wordpress.com/2011/07/cute-puppy-pictures-fresh-squeed.jpg",
  /external/chromium_org/remoting/webapp/
clipboard.js 160 * Initiates the process of sending any fresh items on the OS clipboard, to the
  /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'])
  /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'])
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 222 // away. Return a fresh data object.
  /external/chromium_org/v8/benchmarks/
base.js 217 // away. Return a fresh data object.
  /external/v8/benchmarks/
base.js 217 // away. Return a fresh data object.

Completed in 552 milliseconds

1 2