OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOneSecond
(Results
1 - 5
of
5
) sorted by null
/device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c
38
static const uint64_t
kOneSecond
= UINT64_C(1000000000); // in nanoseconds
77
mTimer.timerId = chreTimerSet(
kOneSecond
, &mTimer, false);
/device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp
38
static const uint64_t
kOneSecond
= UINT64_C(1000000000); // in nanoseconds
90
mTimer.timerId = chreTimerSet(
kOneSecond
, &mTimer, false);
/system/chre/apps/chqts/src/general_test/
timer_set_test.cc
50
static uint64_t
kOneSecond
= UINT64_C(1000000000);
51
static uint64_t kLongDuration =
kOneSecond
;
82
if (timestamp > (expectedTime +
kOneSecond
)) {
/external/icu/icu4c/source/i18n/
gregoimp.h
90
#define
kOneSecond
1000
calendar.cpp
[
all
...]
Completed in 948 milliseconds