HomeSort by relevance Sort by last modified time
    Searched full:time (Results 1951 - 1975 of 15385) sorted by null

<<71727374757677787980>>

  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 34 import android.text.format.Time;
191 * @param begin the begin time of the event, in UTC milliseconds
192 * @param end the end time of the event, in UTC milliseconds
239 * @param begin the begin time of the event, in UTC milliseconds
240 * @param end the end time of the event, in UTC milliseconds
347 // the start time of the recurrence.
394 // Modify the repeating event to end just before this event time
397 Time date = new Time();
399 date.timezone = Time.TIMEZONE_UTC
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 27 import org.w3c.dom.smil.Time;
95 * Begin list only contain 1 begin time which has been resolved.
98 Time begin = myBeginList.item(0);
109 * End list only contain 1 end time which has been resolved.
112 Time end = myEndList.item(0);
153 * Begin list only contain 1 begin time which has been resolved.
156 Time begin = myBeginList.item(0);
167 * End list only contain 1 end time which has been resolved.
170 Time end = myEndList.item(0);
217 Time begin = beginList.item(i)
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 59 import android.text.format.Time;
260 * The sort order is: events with an earlier start time occur first and if
261 * the start times are the same, then events with a later end time occur
262 * first. The later end time is ordered first so that long-running events in
557 * Check if we are in the same time zone
627 + "at the same time in EventsRawTimes!");
649 Time time = (timezone != null) ? new Time(timezone) : new Time(); local
721 Time time = new Time(instancesTimezone); local
990 Time time = new Time(instancesTimezone); local
1171 Time time = new Time(instancesTimezone); local
1211 Time time = new Time(instancesTimezone); local
1444 Time time = new Time(); local
2748 Time time = new Time(timezone); local
    [all...]
CalendarInstancesHelper.java 35 import android.text.format.Time;
127 // the original start time.
191 Time eventTime = new Time();
204 // distinguished by the start / end time.
217 eventTimezone = Time.TIMEZONE_UTC;
336 eventTime.timezone = Time.TIMEZONE_UTC;
408 eventTime.timezone = Time.TIMEZONE_UTC;
447 // matching "original instance time". If we find such an instance,
471 // instance time. If there is a matching one, then remov
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 76 // a parameter that compensates the difference of real elapsed time and
77 // time in theory
80 // maximum number of events that we read at one time
131 private static int LONGPRESS_WAIT_TIME = 2000; // wait time for the long
133 private long mProfileWaitTime = 5000; //Wait time for each user profile
135 private long mDeviceSleepTime = 30000; //Device sleep time
147 * @param throttle The amount of time in ms to sleep between events.
527 // Handle the profile wait time
677 * Sleep for a period of given time. Used to introduce latency between
680 * @param time The amount of time to sleep in m
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 640 long time = 0L; local
651 time = System.currentTimeMillis();
655 PROPERTIES, URLLoader, bundle, time));
660 PROPERTIES, URLLoader, bundle, time));
663 PROPERTIES, URLLoader, bundle, time));
669 PROPERTIES, systemLoader, bundle, time));
675 PROPERTIES, URLLoader, otherBundle, time));
680 PROPERTIES, URLLoader, otherBundle, time));
681 // other time
692 time = System.currentTimeMillis()
    [all...]
  /external/quake/quake/src/QW/progs/
player.qc 190 self.attack_finished = time + 0.2;
203 self.attack_finished = time + 0.2;
219 self.attack_finished = time + 0.2;
232 self.attack_finished = time + 0.2;
291 if (self.pain_finished > time)
296 self.pain_finished = time + 0.5;
348 if (self.invisible_finished > time)
375 bubble.nextthink = time + 0.5;
381 self.nextthink = time + 0.1;
396 bubble_spawner.nextthink = time + 0.1;
    [all...]
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 48 // Initialize to the current time to reduce the likelihood of generating
74 HistoryItem::HistoryItem(const String& urlString, const String& title, double time)
78 , m_lastVisitedTime(time)
92 HistoryItem::HistoryItem(const String& urlString, const String& title, const String& alternateTitle, double time)
97 , m_lastVisitedTime(time)
317 static inline int timeToDay(double time)
320 return static_cast<int>(ceil(time / secondsPerDay));
323 void HistoryItem::padDailyCountsForNewVisit(double time)
328 int daysElapsed = timeToDay(time) - timeToDay(m_lastVisitedTime);
356 void HistoryItem::recordVisitAtTime(double time, VisitCountBehavior visitCountBehavior
    [all...]
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 83 * on input frames. Only time stamp manipulations in output file. */
310 most of the time we will need it) */
313 of the time we will need it) */
331 * MPEG4 time info stuff at clip level */
337 * Time-line stuff */
342 /**< [Milliseconds] Time at which the clip must end */
381 M4OSA_Bool bGetYuvDataFromDecoder; /* Boolean used to get YUV data from dummy video decoder only for first time */
430 M4OSA_UInt32 uiVideoTimeScale; /**< Time scale to use for the encoding
484 video and system time */
574 time */
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 42 * only notifying a single thread at a time when items or spaces become
242 * or the specified waiting time elapses.
255 * <li>The specified waiting time elapses; or
315 * of the specified waiting time. In either case the implementation
319 * @param nanosTimeout the maximum time to wait, in nanoseconds
321 * the time spent waiting upon return from this method.
324 * the desired time. A value less than or equal to zero
325 * indicates that no time remains.
333 * or the specified waiting time elapses. This method is behaviorally
336 * awaitNanos(unit.toNanos(time)) &gt;
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 63 // Some prebuilt time zones, Base64 encoded (as they arrive from EAS)
64 // More time zones to be added over time
66 // Not all time zones are appropriate for testing. For example, ISRAEL_STANDARD_TIME cannot be
70 // This time zone has no DST
76 // This time zone is equivalent to PST and uses DST
82 // Test a southern hemisphere time zone w/ DST
88 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone
95 // This time zone has no DST, but earlier, buggy code retrieved a TZ WITH DST
152 // It doesn't matter what time is passed in, since neither TZ has ds
    [all...]
  /external/qemu/
qemu-timer.c 34 #include <time.h>
36 #include <sys/time.h>
150 we tend to get badly out of sync with real time,
151 so just delay for a reasonable amount of time. */
277 /* Correlation between real and virtual time is always going to be
279 When the guest is idle real and virtual time will be aligned in
300 /* The guest is getting too far ahead. Slow time down. */
306 /* The guest is getting too far behind. Speed time up. */
460 * far ahead of real time.
515 * time could just advance to the next vm_clock event. Instead, w
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 183 * Attribute for the choice time.
185 private static final String ATTRIBUTE_TIME = "time";
774 * The choice time.
776 public final long time; field in class:ActivityChooserModel.HistoricalRecord
787 * @param time The time the activity was chosen.
790 public HistoricalRecord(String activityName, long time, float weight) {
791 this(ComponentName.unflattenFromString(activityName), time, weight);
798 * @param time The time the activity was chosen
1009 final long time = local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 150 // elapsed time by the number of active timers to arrive at that timer's share of the time.
254 * These provide time bases that discount the time the device is plugged
493 * The total time we have accumulated since the start of the original
494 * boot, to the last time something interesting happened in the
500 * The total time we loaded for the previous runs. Subtract this from
501 * mTotalTime to find the time for the current run of the system.
506 * The run time of the last run of the system, as loaded from the
513 * this from mTotalTime to find the time since the last unplug fro
3750 long time = getBatteryUptimeLocked() - mLaunchedSince; local
3770 long time = getBatteryUptimeLocked() - mRunningSince; local
4531 long time = mTrackBatteryPastUptime; local
4548 long time = mTrackBatteryPastRealtime; local
4775 long time = proc.getUserTime(which); local
5002 long time; local
5428 long time = ss.getStartTimeToNowLocked(NOW); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 213 /** Time Take for creation of Media Video Item */
219 loggingInfo[0] = "Time taken to Create Media Video Item :" +
222 /** Time Take for Addition of Media Video Item */
229 /** Time Take for Removal of Media Video Item */
259 loggingInfo[0] = "Time taken to Create Media Image Item :" +
335 loggingInfo[0] = "Time taken to Create CrossFade Transition :" +
450 * start time=1sec and duration =4secs
457 * 12.Add Overlay 1 to the MediaItem 3: Frame Overlay with start time = 1 sec
468 * start time=8sec and duration =2secs
475 * start time=5 sec and duration =3sec
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 63 private static final String ATTR_TIME = "time";
96 * @param time The time when the file was downloaded
98 private Download(String mediaUri, String mimeType, String filename, long time) {
102 mTime = time;
141 * @param lastSaved Time when project was last saved
210 * @return Time when time was last saved
964 * Compute the begin time for this media item
966 * @param mediaItemId The media item id for which we compute the begin time
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gprof.1 142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
541 a program is spending its time, it also significantly increases
542 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
558 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-gprof.1 142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
541 a program is spending its time, it also significantly increases
542 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
558 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/
arm-eabi-gprof.1 142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
541 a program is spending its time, it also significantly increases
542 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
558 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-gprof.1 150 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
176 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
178 Cycles are discovered, and calls into a cycle are made to share the time
183 The \fIflat profile\fR shows how much time your program spent in each function,
189 of how much time was spent in the subroutines of each function. This can
191 lot of time.
491 file/function/block where they were defined.) Time spent in these
550 a program is spending its time, it also significantly increases
551 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
567 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gprof.1 142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
541 a program is spending its time, it also significantly increases
542 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
558 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-gprof.1 142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
541 a program is spending its time, it also significantly increases
542 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
558 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/man/man1/
arm-eabi-gprof.1 142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
541 a program is spending its time, it also significantly increases
542 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
558 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-gprof.1 150 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
176 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
178 Cycles are discovered, and calls into a cycle are made to share the time
183 The \fIflat profile\fR shows how much time your program spent in each function,
189 of how much time was spent in the subroutines of each function. This can
191 lot of time.
491 file/function/block where they were defined.) Time spent in these
550 a program is spending its time, it also significantly increases
551 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
567 .ie n .IP """\-\-time=\f(CIsymspec\f(CW"""
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-gprof.1 142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
538 a program is spending its time, it also significantly increases
539 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
555 .ie n .IP """\-\-time[=\f(CIsymspec\f(CW]"""
    [all...]

Completed in 4036 milliseconds

<<71727374757677787980>>