OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nowtime
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
time_util.cpp
32
uint64_t
nowtime
;
local
37
nowtime
= (uint64_t)(tv.tv_sec - basesec) * (uint64_t)1000000 +
39
return
nowtime
;
/frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp
30
uint64_t
nowtime
;
local
35
nowtime
= (uint64_t)(tv.tv_sec - basesec) * (uint64_t)1000000 +
37
return
nowtime
;
/frameworks/base/services/common_time/
utils.cpp
33
int Timeout::msecTillTimeout(nsecs_t
nowTime
) {
38
if (mSystemEndTime <
nowTime
) {
42
nsecs_t delta = mSystemEndTime -
nowTime
;
utils.h
39
int msecTillTimeout(nsecs_t
nowTime
);
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java
272
long
nowTime
= System.currentTimeMillis();
274
if (
nowTime
- lastFlushTimeMs > FLUSH_INTERVAL_MS) {
296
if (
nowTime
- alertTime >= FLUSH_INTERVAL_MS) {
299
int ageInDays = getIntervalInDays(alertTime,
nowTime
, timeObj);
305
int ageInDays = getIntervalInDays(alertTime,
nowTime
, timeObj);
312
editor.putLong(KEY_LAST_FLUSH_TIME_MS,
nowTime
);
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java
373
long
nowTime
= System.nanoTime();
375
sumNanos += (
nowTime
- lastTime);
401
long
nowTime
= System.nanoTime();
403
sumNanos += (
nowTime
- lastTime);
404
lastTime =
nowTime
;
/external/kernel-headers/original/asm-x86/
paravirt.h
464
static inline int set_wallclock(unsigned long
nowtime
)
466
return PVOP_CALL1(int, pv_time_ops.set_wallclock,
nowtime
);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
autoit.php
[
all
...]
/frameworks/base/core/java/android/view/
ViewRootImpl.java
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/
libarm-linux-android-sim.a
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/
libarm-linux-android-sim.a
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/
libarm-linux-android-sim.a
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/
libarm-linux-android-sim.a
[
all
...]
Completed in 454 milliseconds