OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temptime
(Results
1 - 7
of
7
) sorted by null
/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);
perf_custom.c
41
/* get replay
tempTime
if replaying */
/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,
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h
46
TIME_STRUCT time,
tempTime
; /* last and current timestamp */
perf.h
28
/** Compile-
tempTime
configuration options
31
* yet maintain run-
tempTime
performance, we allow the following
69
tempTime
disabled, it will return NULL. All other API-s must handle a NULL
252
* Most options are run-
tempTime
configurable. See perf_config.h
256
* run-
tempTime
disabled, PERF_Create will return a NULL handle,
[
all
...]
/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 253 milliseconds