OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempTime
(Results
1 - 2
of
2
) 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 */
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java
289
Time
tempTime
= new Time(mTimeZone);
291
tempTime
.set(now);
292
mTodayJulianDay = Time.getJulianDay(now,
tempTime
.gmtoff);
303
startTime = Utils.convertAlldayUtcToLocal(
tempTime
, startTime, mTimeZone);
304
endTime = Utils.convertAlldayUtcToLocal(
tempTime
, endTime, mTimeZone);
310
long adapterStartTime =
tempTime
.setJulianDay(startDay);
340
long nextMidnight = Utils.getNextMidnight(
tempTime
,
374
Utils.getNextMidnight(
tempTime
, startTime, mTimeZone),
401
long nextMidnight = Utils.getNextMidnight(
tempTime
, info.mEventStartTimeMilli,
Completed in 45 milliseconds