OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:now_t
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/unittests/Support/
TimeValue.cpp
19
time_t
now_t
= time(NULL);
local
20
EXPECT_TRUE(abs(static_cast<long>(
now_t
- now.toEpochTime())) < 2);
/external/llvm/unittests/Support/
TimeValueTest.cpp
19
time_t
now_t
= time(nullptr);
local
20
EXPECT_TRUE(std::abs(static_cast<long>(
now_t
- now.toEpochTime())) < 2);
/external/boringssl/src/crypto/asn1/
a_time.c
189
time_t
now_t
;
local
190
time(&
now_t
);
191
if (OPENSSL_gmtime(&
now_t
, tm))
/system/core/init/
bootchart.cpp
67
time_t
now_t
= time(NULL);
local
68
struct tm now = *localtime(&
now_t
);
Completed in 83 milliseconds