HomeSort by relevance Sort by last modified time
    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/suggest/core/layout/
proximity_info_state_utils.cpp 493 int tempTime = 0;
498 tempTime += times[start] - times[start - 1];
507 tempTime= 0;
512 tempTime += times[end + 1] - times[end];
    [all...]

Completed in 4028 milliseconds