HomeSort by relevance Sort by last modified time
    Searched refs:when (Results 276 - 300 of 1572) sorted by null

<<11121314151617181920>>

  /external/replicaisland/
Android.mk 21 # and when built explicitly put it in the data partition
  /external/scrypt/
Scrypt.mk 17 # in the NDK yet. This can be removed when a clang version that is fast enough
  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 47 // no race conditions when accessing this list
154 public void setPeriodicSyncTime(int index, long when) {
155 // The list is initialized lazily when scheduling occurs so we need to make sure
158 periodicSyncTimes.set(index, when);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
TileDrawable.java 31 * allows a background color for the "tile", and has a fade-out transition when
175 public void scheduleDrawable(Drawable who, Runnable what, long when) {
176 scheduleSelf(what, when);
  /frameworks/opt/telephony/
Android.mk 15 # enable this build only when platform library is available
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DrawableWrapper.java 160 public void scheduleDrawable(Drawable who, Runnable what, long when) {
161 scheduleSelf(what, when);
  /hardware/intel/audio_media/hdmi/
Android.mk 17 # Build only when BOARD_USES_ALSA_AUDIO is set
  /libcore/luni/src/main/native/
java_lang_System.cpp 107 jlong when = now.tv_sec * 1000LL + now.tv_usec / 1000; local
108 return when;
  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 11 # with hidden visibility, and causes warnings as the above when libidiv.so is used
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 24 # when running the unit tests.
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 194 public void scheduleDrawable(final Drawable who, final Runnable what, final long when) {
195 scheduleSelf(what, when);
  /development/ide/xcode/ports/
skia_mac.cp 62 // object. This name is set in InterfaceBuilder when the nib is created.
67 // InterfaceBuilder when the nib is created.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 56 * @param {function(e):void} failure Call failure when failed to get the
84 * @param {function(e):void} failure Call failure when failed to get the
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 67 // This function is also called when the extension has been updated. Because
81 // This is triggered when the extension is installed or updated.
  /external/chromium_org/chrome/test/chromedriver/extension/
background.js 61 * @param {function()} callback Invoked when the updating is complete.
79 * @param {function()} callback Invoked when the launch event is complete.
  /external/chromium_org/third_party/skia/include/core/
SkInstCnt.h 27 #error Instance counting works only when Skia is built as a static library.
40 // The root classes registers a function to print out the memory stats when
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
Android.mk 20 # (a) If libskia is built in release, then define SK_RELEASE when building
28 # (b) You can update all the users of libskia to define SK_DEBUG when they are
  /external/chromium_org/third_party/skia/tools/lua/
scrape_dashing.lua 34 when a given picture is done, we call endcanvas(canvas, fileName)
41 Called when the current canvas is done drawing.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js 14 // Clear state when profiler model changed.
45 * Update dropdown view when new model is selected in menu view.
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-3260426.js 29 // (false in a test context). This should happen even when inlined
30 // (e.g., if --always-opt) and when it is the only exit from the
regress-funcaller.js 52 // Test when called from another function.
66 // Test when called from eval.
simple-deopt.js 49 // Test deopt when global function changes.
58 // Test deopt when map changes.
  /external/chromium_org/v8/test/mjsunit/
getter-in-prototype.js 28 // Test that exceptions are not thrown when setting properties on object
29 // that have only a getter in a prototype object, except when we are in strict
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 28 // Test the case when exception is thrown from the parser when lazy
regress-1184.js 28 // Test the case when finally clause throws another exception (stack overflow)
40 // when coming back from JS to v8 runtime, retraverses

Completed in 723 milliseconds

<<11121314151617181920>>