HomeSort by relevance Sort by last modified time
    Searched defs:when (Results 1 - 25 of 59) sorted by null

1 2 3

  /development/simulator/app/
LogBundle.h 29 time_t when; member in struct:android_LogBundle
  /frameworks/base/libs/utils/
SystemClock.cpp 44 * Set the current time. This only works when running as root.
100 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); local
101 return (int64_t) nanoseconds_to_milliseconds(when);
124 int64_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec; local
125 return (int64_t) nanoseconds_to_milliseconds(when);
130 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); local
131 return (int64_t) nanoseconds_to_milliseconds(when);
134 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
135 return (int64_t) nanoseconds_to_milliseconds(when);
  /dalvik/libcore/luni/src/main/java/java/util/
TimerTask.java 35 long when; field in class:TimerTask
42 * The time when task will be executed, or the time when task was launched
48 * Method called from the Timer for synchronized getting of when field.
52 return when;
57 * Method called from the Timer object when scheduling an event @param time
73 return when > 0 || scheduledTime > 0;
94 boolean willRun = !cancelled && when > 0;
Timer.java 45 * successive run of the task is scheduled in absolute terms without regard for when the previous
101 while (timers[current].when < timers[parent].when) {
120 && timers[child + 1].when < timers[child].when) {
125 if (timers[current].when < timers[child].when) {
184 * {@code when} field of TaskScheduled object.
237 timeToSleep = task.when - currentTime;
253 if (tasks.minimum().when != task.when)
569 long when = delay + System.currentTimeMillis(); local
    [all...]
  /frameworks/base/services/java/com/android/server/status/
NotificationData.java 28 public long when; field in class:NotificationData
42 + " contentView=" + contentView + " when=" + when + ")";
NotificationViewList.java 183 long when = notification.data.when; local
188 if (that.data.when > when) {
211 s += that.data.when;
229 s += that.data.when;
  /packages/apps/Calendar/src/com/android/calendar/
AgendaAdapter.java 45 TextView when; field in class:AgendaAdapter.ViewHolder
74 holder.when = (TextView) view.findViewById(R.id.when);
87 TextView when = holder.when; local
102 // When
118 when.setText(whenString);
122 when.setCompoundDrawablesWithIntrinsicBounds(null, null,
124 when.setCompoundDrawablePadding(5);
126 when.setCompoundDrawablesWithIntrinsicBounds(null, null, null, null)
    [all...]
AlertAdapter.java 84 // When
85 String when; local
96 when = DateUtils.formatDateRange(context, startMillis, endMillis, flags);
97 textView = (TextView) view.findViewById(R.id.when);
98 textView.setText(when);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemChoose.java 33 * <!ELEMENT xsl:choose (xsl:when+, xsl:otherwise?)>
92 ElemWhen when = (ElemWhen) childElem; local
94 // must be xsl:when
98 // System.err.println("\""+when.getTest().getPatternString()+"\"");
100 // if(when.getTest().getPatternString().equals("COLLECTION/icuser/ictimezone/LITERAL='GMT +13:00 Pacific/Tongatapu'"))
103 if (when.getTest().bool(xctxt, sourceNode, when)) {
104 transformer.executeChildTemplates(when, true);
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.c 62 int when = args[0]; local
65 ret = dvmDdmHandleHpifChunk(when);
70 * public static boolean heapSegmentNotify(int when, int what, bool native)
78 int when = args[0]; // 0=never (off), 1=during GC local
83 ret = dvmDdmHandleHpsgNhsgChunk(when, what, native);
java_lang_System.c 217 long long when = tv.tv_sec * 1000LL + tv.tv_usec / 1000; local
219 RETURN_LONG(when);
233 u8 when = dvmGetRelativeTimeNsec(); local
234 RETURN_LONG(when);
  /frameworks/base/awt/java/awt/event/
ActionEvent.java 49 private long when; field in class:ActionEvent
61 public ActionEvent(Object source, int id, String command, long when, int modifiers) {
65 this.when = when;
78 return when;
110 return (idString + ",cmd=" + command + ",when=" + when + //$NON-NLS-1$ //$NON-NLS-2$
InputMethodEvent.java 52 private long when; field in class:InputMethodEvent
68 public InputMethodEvent(Component src, int id, long when,
91 this.when = when;
115 return when;
InvocationEvent.java 50 private long when; field in class:InvocationEvent
79 when = System.currentTimeMillis();
118 return when;
135 ",when=" + when); //$NON-NLS-1$
InputEvent.java 71 private long when; field in class:InputEvent
110 InputEvent(Component source, int id, long when, int modifiers) {
113 this.when = when;
177 return when;
  /frameworks/base/libs/surfaceflinger/
MessageQueue.h 56 nsecs_t when; member in class:android::MessageBase
60 MessageBase() : when(0), what(0), arg0(0) { }
62 : when(0), what(what), arg0(arg0) { }
75 return lhs.when < rhs.when;
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 94 : entry(a), when(w) { }
96 mutable int64_t when; member in struct:android::CodeCache::cache_entry_t
  /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...]
  /development/simulator/wrapsim/
DevLog.c 233 time_t when; local
240 when = time(NULL);
246 * It's often useful when examining a log with "less" to jump to
253 ptm = localtime_r(&when, &tmBuf);
255 ptm = localtime(&when);
368 * output when called on the same file from multiple processes.
389 /* shouldn't happen when writing to file or tty */
  /external/zlib/examples/
gun.c 50 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
511 struct utimbuf when; local
524 when.actime = was.st_atime;
525 when.modtime = was.st_mtime;
526 (void)utime(to, &when);
533 structure. When appropriate, copy the file attributes from inname to
  /frameworks/base/awt/java/awt/
EventQueueCore.java 191 long when = 0; local
193 when = ((ActionEvent) event).getWhen();
195 when = ((InputEvent) event).getWhen();
197 when = ((InputMethodEvent) event).getWhen();
199 when = ((InvocationEvent) event).getWhen();
201 if (when != 0) {
202 mostRecentEventTime = when;
  /frameworks/base/core/java/android/app/
Notification.java 78 public long when; field in class:Notification
94 * The intent to execute when the expanded status entry is clicked. If
104 * The intent to execute when the status entry is deleted by the user
112 * Text to scroll across the screen when this item is added to
118 * The view that shows when this notification is shown in the expanded status bar.
148 * The audio stream type to use when playing the sound.
248 * set if the notification should be canceled when it is clicked by the
255 * set if the notification should not be canceled when the user clicks
274 this.when = System.currentTimeMillis();
281 public Notification(Context context, int icon, CharSequence tickerText, long when,
    [all...]
  /frameworks/base/core/java/android/os/
Message.java 58 * An arbitrary object to send to the recipient. When using
76 /*package*/ long when; field in class:Message
147 * @param callback Runnable that will execute when the message is handled.
272 return when;
292 * Retrieve callback object that will execute when this message is handled.
306 * {@link #setData(Bundle)}. Note that when transferring data across
309 * Bundle.setClassLoader()} so that it can instantiate your objects when
357 when = 0;
374 b.append(" when=");
375 b.append(when);
    [all...]
  /frameworks/base/services/jni/
com_android_server_KeyInputQueue.cpp 71 nsecs_t when; local
73 &flags, &value, &when);
82 (jlong)(nanoseconds_to_milliseconds(when)));
351 = env->GetFieldID(inputEvent, "when", "J");
352 LOG_FATAL_IF(gInputOffsets.mWhen == NULL, "Unable to find RawInputEvent.when");
  /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);

Completed in 607 milliseconds

1 2 3