HomeSort by relevance Sort by last modified time
    Searched refs:when (Results 151 - 175 of 414) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mjsunit/
body-not-visible.js 28 // Make sure we cannot see the local variables in NewFunction when
call-non-function-call.js 28 // Throw exception when invoking Function.prototype.call with a
getter-in-prototype.js 28 // Test that exceptions are thrown when setting properties on object
regexp-static.js 28 // Test that we throw exceptions when calling test and exec with no
69 // String.prototype.match and String.prototype.replace (when given a
129 // String.prototype.replace must interleave matching and replacing when a
163 // Ensure that we save the correct string as the last subject when
string-flatten.js 28 // Check for regression of bug 1011505 (out of memory when flattening strings).
mjsunit.js 45 // Fix this when we ditch the old test runner.
198 // Fix this when we ditch the old test runner.
  /external/v8/test/mjsunit/regress/
regress-1341167.js 28 // Make sure that 'this' is bound to the global object when using
regress-1919169.js 38 // Crash does not occur when code is run at the top level.
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 37 * <p class="note"><strong>Note:</strong> The drawable is clipped completely and not visible when
38 * the level is 0 and fully revealed when the level is 10,000.</p>
119 public void scheduleDrawable(Drawable who, Runnable what, long when) {
121 mCallback.scheduleDrawable(this, what, when);
InsetDrawable.java 32 * This is used when a View needs a background that is smaller than
139 public void scheduleDrawable(Drawable who, Runnable what, long when) {
141 mCallback.scheduleDrawable(this, what, when);
ScaleDrawable.java 132 public void scheduleDrawable(Drawable who, Runnable what, long when) {
134 mCallback.scheduleDrawable(this, what, when);
  /libcore/luni/src/main/native/
TimeZones.cpp 31 static jstring formatDate(JNIEnv* env, const SimpleDateFormat& fmt, const UDate& when) {
33 fmt.format(when, str);
  /ndk/build/core/
setup-abi.mk 31 # everything when you switch between these two modes. For projects
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 59 * When an origin's database usage reaches its current quota, WebKit invokes
66 * When the total ApplicationCaches usage reaches its current quota, WebKit
80 * When all the Web storage space is used, the WebStorageSizeManager creates
106 // Delay in ms used when resetting the notification time
216 * @param quotaUpdater The callback to run when a decision to allow or
388 // activity when clicked.
405 long when = System.currentTimeMillis(); local
409 Notification notification = new Notification(icon, title, when);
  /packages/apps/Email/
Android.mk 33 # The Emma tool analyzes code coverage when running unit tests on the
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 21 $(error BOARD_WLAN_TI_STA_DK_ROOT must be defined when including this makefile)
24 $(error This makefile must not be included when building the simulator)
  /bionic/libc/arch-x86/bionic/
crtbegin_static.S 32 # this is the small startup code that is first run when
  /build/tools/zipalign/
ZipEntry.h 101 * Application-defined "mark". Can be useful when synchronizing the
186 void setModWhen(time_t when);
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 43 Only add Cygwin to the path when it isn't already there. This avoids
61 (check_max_min_macros): Added. Returns level 4 error when MAX()
  /frameworks/base/tools/aapt/
ZipEntry.h 106 * Application-defined "mark". Can be useful when synchronizing the
191 void setModWhen(time_t when);
  /bionic/linker/
Android.mk 65 #LOCAL_FORCE_STATIC_EXECUTABLE := true # not necessary when not including BUILD_EXECUTABLE
  /bootable/recovery/updater/
Android.mk 50 # (and updater.o recompiled) when the list of extension libs changes.
  /development/build/tools/
windows_sdk.mk 3 # This file is included by build/core/Makefile when a PRODUCT-sdk-win_sdk build
  /external/chromium/third_party/icu/source/data/mappings/
ucmlocal.mk 30 # encoding when coming across ISO-2022-CN-(Ext).
  /external/stlport/test/eh/
cygwin.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails

Completed in 1216 milliseconds

1 2 3 4 5 67 8 91011>>