OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempTime
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h
46
TIME_STRUCT time,
tempTime
; /* last and current timestamp */
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c
147
/* original
tempTime
stamp */
164
/* Effects: appends
tempTime
stamp to log */
170
/* get
tempTime
of from last
tempTime
stamp */
171
TIME_GET(perf->
tempTime
);
172
delta = TIME_DELTA(perf->
tempTime
, perf->time);
176
/* save
tempTime
stamp as last
tempTime
stamp */
177
TIME_COPY(perf->time, perf->
tempTime
);
perf.c
106
TIME_COPY(me->
tempTime
, me->time);
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java
292
Time
tempTime
= new Time(mTimeZone);
294
tempTime
.set(now);
295
mTodayJulianDay = Time.getJulianDay(now,
tempTime
.gmtoff);
306
startTime = Utils.convertAlldayUtcToLocal(
tempTime
, startTime, mTimeZone);
307
endTime = Utils.convertAlldayUtcToLocal(
tempTime
, endTime, mTimeZone);
313
long adapterStartTime =
tempTime
.setJulianDay(startDay);
343
long nextMidnight = Utils.getNextMidnight(
tempTime
,
377
Utils.getNextMidnight(
tempTime
, startTime, mTimeZone),
404
long nextMidnight = Utils.getNextMidnight(
tempTime
, info.mEventStartTimeMilli,
Completed in 2050 milliseconds