HomeSort by relevance Sort by last modified time
    Searched refs:tempTime (Results 1 - 5 of 5) 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 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/suggest/core/layout/
proximity_info_state_utils.cpp 497 int tempTime = 0;
502 tempTime += times[start] - times[start - 1];
511 tempTime= 0;
516 tempTime += times[end + 1] - times[end];
    [all...]

Completed in 97 milliseconds