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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/text/
Android.mk 21 # and when built explicitly put it in the data partition
32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/util/
Android.mk 21 # and when built explicitly put it in the data partition
32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/webkit/
Android.mk 21 # and when built explicitly put it in the data partition
32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java 9 import javax.annotation.meta.When;
16 When when() default When.ALWAYS;
20 public When forConstantValue(Nonnegative annotation, Object v) {
22 return When.NEVER;
35 return When.NEVER;
37 return When.ALWAYS;
RegEx.java 11 import javax.annotation.meta.When;
23 When when() default When.ALWAYS;
27 public When forConstantValue(RegEx annotation, Object value) {
29 return When.NEVER;
34 return When.NEVER;
36 return When.ALWAYS;
  /external/qemu/telephony/
sysdeps.h 70 extern void sys_timer_set( SysTimer timer, SysTime when, SysCallback callback, void* opaque );
sysdeps_posix.c 317 SysTime when; member in struct:SysTimerRec_
377 SysTime when,
387 if (now >= when) {
394 if (node == NULL || node->when >= when) {
401 timer->when = when;
436 if (first->when <= now) {
440 SysTime diff = first->when - now;
492 if (timer->when > now
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-error.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
permission-denied.js 1 description("Tests Geolocation when permission is denied, using the mock service.");
timeout-zero.js 1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
timeout.js 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
  /development/simulator/app/
LogMessage.cpp 40 newMsg->mWhen = pBundle->when;
80 bundle.when = time(NULL);
MessageStream.cpp 143 mLength = sizeof(pBundle->when) +
154 *((time_t*)pCur) = pBundle->when;
155 pCur += sizeof(pBundle->when);
188 pBundle->when = *((time_t*) pCur);
189 pCur += sizeof(pBundle->when);
214 * This is not expected to work well when multiple threads are reading.
263 * systems when the writes are interleaved. We have to allocate a
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 98 : entry(a), when(w) { }
100 mutable int64_t when; member in struct:android::CodeCache::cache_entry_t
CodeCache.cpp 125 e.when = mWhen++;
144 if (e.when < mCacheData.valueAt(lru).when) {
  /external/freetype/
Android.mk 12 # when loading complex pages in the browser
46 # when running the program to activate it. It will dump memory
47 # statistics when FT_Done_FreeType is called
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 66 * Called when the DDM server connects. The handler is allowed to
72 * Called when the DDM server disconnects. Can be used to disable
115 int when = in.get(); local
117 Log.v("ddm-heap", "Heap segment enable: when=" + when);
119 boolean ok = DdmVmInternal.heapInfoNotify(when);
133 int when = in.get(); local
136 Log.v("ddm-heap", "Heap segment enable: when=" + when
139 boolean ok = DdmVmInternal.heapSegmentNotify(when, what, isNative)
    [all...]
  /frameworks/base/core/java/android/os/
Message.java 59 * An arbitrary object to send to the recipient. When using
77 /*package*/ long when; field in class:Message
148 * @param callback Runnable that will execute when the message is handled.
273 return when;
293 * Retrieve callback object that will execute when this message is handled.
307 * {@link #setData(Bundle)}. Note that when transferring data across
310 * Bundle.setClassLoader()} so that it can instantiate your objects when
358 when = 0;
379 b.append(" when=");
380 TimeUtils.formatDuration(when-now, b)
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 171 alarm.when = triggerAtTime;
263 // Prevent reentrant calls from stepping on each other when writing
393 time.set(a.when);
412 if (a.when < nextAlarm) {
413 nextAlarm = a.when;
428 if (alarm.when < 0) {
432 alarmSeconds = alarm.when / 1000;
433 alarmNanoseconds = (alarm.when % 1000) * 1000 * 1000;
444 mHandler.sendMessageAtTime(msg, alarm.when);
534 if (localLOGV) Slog.v(TAG, "Checking active alarm when=" + alarm.when + " " + alarm)
604 public long when; field in class:AlarmManagerService.Alarm
    [all...]
  /external/quake/standalone/
main.cpp 78 nsecs_t when; member in struct:EventQueue::Event
90 // Call recycleEvent when you're done with the event
134 event.when = rawEvent.when;
245 printf("Event deviceId: %d, type: %d, scancode: %d, keyCode: %d, flags: %d, value: %d, when: %llu\n",
247 pEvent->keycode, pEvent->flags, pEvent->value, pEvent->when);
284 absDownTime = pEvent->when;
324 unsigned long long whenMS = pEvent->when / 1000000;
  /device/htc/common/updater/
Android.mk 9 # knows how to recover the log stored in the cache partition when a
  /device/samsung/crespo/libcamera/
Android.mk 2 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
  /external/clearsilver/python/examples/base/
log.py 20 def dlog(when,astr):
23 if LOGGING_STATUS[when]:
  /external/netcat/data/
showmount.d 5 # directly scan *and* dump the current exports when mountd is hit.

Completed in 443 milliseconds

1 23 4 5 6 7 8 91011>>