OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempTime
(Results
1 - 3
of
3
) 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
303
Time
tempTime
= new Time(mTimeZone);
305
tempTime
.set(now);
306
mTodayJulianDay = Time.getJulianDay(now,
tempTime
.gmtoff);
317
startTime = Utils.convertAlldayUtcToLocal(
tempTime
, startTime, mTimeZone);
318
endTime = Utils.convertAlldayUtcToLocal(
tempTime
, endTime, mTimeZone);
324
long adapterStartTime =
tempTime
.setJulianDay(startDay);
354
long nextMidnight = Utils.getNextMidnight(
tempTime
,
383
long nextMidnight = Utils.getNextMidnight(
tempTime
, startTime, mTimeZone);
419
long nextMidnight = Utils.getNextMidnight(
tempTime
, info.mEventStartTimeMilli,
/packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state_utils.cpp
536
int
tempTime
= 0;
541
tempTime
+= times[start] - times[start - 1];
549
tempTime
= 0;
554
tempTime
+= times[end + 1] - times[end];
[
all
...]
Completed in 2163 milliseconds