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

<<41424344454647484950>>

  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipConnectionBase.java 40 * These time/timespan values are based on System.currentTimeMillis(),
41 * i.e., "wall clock" time.
48 * These time/timespan values are based on SystemClock.elapsedRealTime(),
49 * i.e., time since boot. They are appropriate for comparison and
54 private long holdingStartTime; // The time when the Connection last transitioned
  /frameworks/media/libvideoeditor/lvpp/
DummyVideoSource.cpp 135 M4OSA_clockGetTime(&mImagePlayStartTime, 1000); //1000 time scale for time in ms
148 M4OSA_clockGetTime(&mImagePlayStartTime, 1000); //1000 time scale for time in ms
150 LOG2("DummyVideoSource::read() jpg 1st frame timeUs = %lld, begin cut time = %ld", mFrameTimeUs, mImageSeekTime);
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_FileCommon.h 40 * both to read and write at the same time.
74 /** Time scale (tick number per second)*/
76 /** Date expressed in the time scale*/
77 M4OSA_Time time; member in struct:__anon15633
78 /** Year of the absolute time (1900, 1970 or 2000)*/
  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 34 Dumps the current time offset. The time reference point
57 Dumps the current time offset. The time reference point
89 Calculates and dumps the elapsed time using 'ppm_first' as
  /libcore/luni/src/main/java/java/security/
Timestamp.java 25 * {@code Timestamp} represents a signed time stamp. {@code Timestamp} is
44 * date and time.
68 * and time and their certificate paths are equal.
100 * Returns the date and time of this {@code Timestamp}.
102 * @return the date and time of this {@code Timestamp}.
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 28 import android.text.format.Time;
51 private Time mTmpTime;
68 mTmpTime = new Time(mTimeZone);
80 mTmpTime = new Time(mTimeZone);
193 // time zone.
199 mTmpTime = new Time(tz);
205 Time date = mTmpTime;
281 Time time = new Time(mTimeZone) local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 40 import android.text.format.Time;
80 // The minimum time between requeries of the data if the db is
87 private Time mDesiredDay = new Time();
148 // -1 to ensure we get all day events from any time zone
152 // +1 to ensure we get all day events from any time zone
255 Time.getJulianDay(mSelectedDay.toMillis(true), mSelectedDay.gmtoff));
318 Time.getJulianDay(mSelectedDay.toMillis(true), mSelectedDay.gmtoff)
404 Time.getJulianDay(event.selectedTime.toMillis(true), event.selectedTime.gmtoff)
405 - Time.getJulianDay(mFirstVisibleDay.toMillis(true), mFirstVisibleDay.gmtoff
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 23 // Animation calculates a value according to the current input time.
27 // 2. Then we should call start(). The actual start time is the first value
29 // 3. Each time we want to get an animation value, we call
68 public void setStartTime(long time) {
69 mStartTime = time;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
SpinnerVisibilitySetter.java 31 * delay period. It also enforces a minimum display time once the spinner is made visible.
41 // Amount of time after a show request that the progress spinner is actually made visible.
43 // of time will be ignored.
46 // The minimum amount of time the progress spinner must be visible before it can be hidden.
73 // display time. Send the hide message immediately.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
timed.h 38 * Time Synchronization Protocol
66 #define TSP_SETTIME 5 /* send network time */
75 #define TSP_DATE 14 /* reset the time (date command) */
76 #define TSP_DATEREQ 15 /* remote request to reset the time */
77 #define TSP_DATEACK 16 /* acknowledge time setting */
  /sdk/traceview/src/com/android/traceview/
Call.java 35 long mInclusiveRealTime; // real time spent in this call including its children
36 long mExclusiveRealTime; // real time spent in this call including its children
38 long mInclusiveCpuTime; // cpu time spent in this call including its children
39 long mExclusiveCpuTime; // cpu time spent in this call excluding its children
135 * Record time spent in the method call.
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 318 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time) {
323 0, keyCode, 0, metaState, 0, time, time);
327 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
331 addLockedMetaKey(outEvents, deviceId, metaState, time,
333 addLockedMetaKey(outEvents, deviceId, metaState, time,
335 addLockedMetaKey(outEvents, deviceId, metaState, time,
338 addDoubleEphemeralMetaKey(outEvents, deviceId, metaState, true, time,
342 addDoubleEphemeralMetaKey(outEvents, deviceId, metaState, true, time,
346 addDoubleEphemeralMetaKey(outEvents, deviceId, metaState, true, time,
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 265 long time = System.currentTimeMillis(); local
268 assertTrue("Record start time too long",
269 (System.currentTimeMillis() - time) < MAX_RECORD_START_TIME_MS);
272 while (System.currentTimeMillis() - time < RECORD_TIME) {
284 time = System.currentTimeMillis();
287 while (System.currentTimeMillis() - time < RECORD_TIME) {
299 time = System.currentTimeMillis();
302 while (System.currentTimeMillis() - time < RECORD_TIME) {
322 time = System.currentTimeMillis();
325 while (System.currentTimeMillis() - time < RECORD_TIME)
    [all...]
  /dalvik/vm/hprof/
HprofOutput.cpp 16 #include <sys/time.h>
18 #include <time.h>
108 /* The current time, in milliseconds since 0:00 GMT, 1/1/70.
116 /* u4: high word of the 64-bit time.
121 /* u4: low word of the 64-bit time.
124 fwrite(buf, 1, sizeof(u4), fp); //xxx fix the time
135 U4_TO_BUF_BE(headBuf, 1, rec->time);
159 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time)
173 rec->time = time;
    [all...]
  /external/blktrace/
README 38 $ blktrace -d <dev> [ -r debug_path ] [ -o output ] [ -k ] [ -w time ]
46 -w Stop after defined time, in seconds.
81 -t Track individual ios. Will tell you the time a request took to
84 -w Only parse data between the given time interval in seconds. If
85 'start' isn't given, blkparse defaults the start time to 0.
104 %t - Time (wallclock - nanoseconds)
105 %T - Time (wallclock - seconds)
106 %u - Time (processing - microseconds)
134 the events in the file are correctly time ordered. If an entry
141 progressing sequence numbers and time stamps, also does reasonabl
    [all...]
  /external/chromium/base/
event_recorder.cc 13 // A note about time.
15 // so that events are played back at exactly the same time that
118 // Playback time is tricky. When playing back, we read a series of events,
123 // Each time the event is requested, we must calculate the new delay.
124 // To do this, we track the start time of the playback, and constantly
128 playback_first_msg_time_ = playback_msg_.time;
193 msg_ptr->time = timeGetTime();
238 // The return value is the amount of time (in milliseconds) to wait
240 // time this is called, we recalculate the delay relative to our current
242 delay = (playback_msg_.time - playback_first_msg_time_)
    [all...]
  /external/chromium/chrome/browser/history/
url_database_unittest.cc 15 using base::Time;
24 // TODO(brettw) when the database stores an actual Time value rather than
78 url_info1.set_last_visit(Time::Now() - TimeDelta::FromDays(1));
87 url_info2.set_last_visit(Time::Now() - TimeDelta::FromDays(2));
131 url_info1.set_last_visit(Time::Now() - TimeDelta::FromDays(1));
170 url_info1.set_last_visit(Time::Now() - TimeDelta::FromDays(1));
206 url_match_last_visit.set_last_visit(Time::Now() - TimeDelta::FromDays(1));
211 url_no_match_last_visit.set_last_visit(Time::Now() -
230 url_info1.set_last_visit(Time::Now() - TimeDelta::FromDays(1));
254 url_info2.set_last_visit(Time::Now() - TimeDelta::FromDays(1))
    [all...]
  /external/chromium/net/ftp/
ftp_util.cc 14 #include "base/time.h"
160 const base::Time& current_time,
161 base::Time* result) {
162 base::Time::Exploded time_exploded = { 0 };
173 // Maybe it's time. Does it look like time (HH:MM)?
200 base::Time::Exploded current_exploded;
214 // We don't know the time zone of the listing, so just use local time.
215 *result = base::Time::FromLocalExploded(time_exploded)
    [all...]
  /external/clang/www/
performance-2008-10-31.html 22 <p>This page tracks the compile time performance of Clang on two
76 llvm-gcc. This amounts to a fairly accurate measure of only the time
81 combined so that it is easy to see how the time for a particular task
83 includes the time of <tt>-fsyntax-only</tt> and <tt>-emit-llvm -O0</tt>.</p>
87 compile time here.</p>
103 -fsyntax-only. As expected, time spent in code generation for this
110 on compiler time. gcc and llvm-gcc see a large performance improvement
111 with PCH; about 4x in wall time. Unfortunately, Clang does not yet
120 involves a large amount of code generation. The time spent in Clang's
122 generation time but the improved parsing & semantic analysi
    [all...]
  /external/icu4c/i18n/unicode/
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
45 * // create time unit amount instance - a combination of Number and time unit
48 * // create time unit format instance
50 * // format a time unit amount
171 * If the formattable object is not a time unit amount object,
172 * or the number in time unit amount is not a double type or long type
236 // check completeness of fTimeUnitToCountToPatterns against all time units,
253 // get time unit name, such as "year", from time unit field enum, such a
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.29-1.js 32 1. Let t be this time value.
123 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
124 var DateCase = new Date( time );
194 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
195 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
201 var TIME = t;
203 var SEC = ( sec == void 0) ? SecFromTime(TIME) : Number(sec);
204 var MS = ( ms == void 0 ) ? msFromTime(TIME) : Number(ms);
205 var RESULT5 = MakeTime( HourFromTime( TIME ),
209 return ( TimeClip(MakeDate(Day(TIME),RESULT5)) )
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 188 #include <sys/time.h>
190 #include <time.h>
219 #include <sys/time.h>
222 #include <time.h>
235 (t)->tv_sec = _gtodtmp.time; \
239 #include <time.h>
245 #include <sys/time.h>
246 #include <time.h>
248 #include <sys/time.h>
249 #include <time.h
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 179 #include <sys/time.h>
181 #include <time.h>
210 #include <sys/time.h>
213 #include <time.h>
226 (t)->tv_sec = _gtodtmp.time; \
230 #include <time.h>
236 #include <sys/time.h>
237 #include <time.h>
239 #include <sys/time.h>
240 #include <time.h
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos.h 188 #include <sys/time.h>
190 #include <time.h>
219 #include <sys/time.h>
222 #include <time.h>
235 (t)->tv_sec = _gtodtmp.time; \
239 #include <time.h>
245 #include <sys/time.h>
246 #include <time.h>
248 #include <sys/time.h>
249 #include <time.h
    [all...]
  /frameworks/base/libs/utils/tests/
Looper_test.cpp 10 #include <time.h>
121 << "elapsed time should approx. equal timeout";
134 << "elapsed time should approx. zero because wake() was called before waiting";
148 << "elapsed time should approx. equal wake delay";
159 << "elapsed time should be approx. zero";
175 << "elapsed time should be approx. zero";
194 << "elapsed time should be approx. zero";
216 << "elapsed time should approx. equal timeout";
237 << "elapsed time should be approx. zero";
263 << "elapsed time should approx. equal signal delay"
    [all...]

Completed in 716 milliseconds

<<41424344454647484950>>