OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:now_s
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
rtccertificate_unittests.cc
60
uint64_t
now_s
) const {
61
return cert->HasExpired(
now_s
* kNumMillisecsPerSec);
/external/curl/tests/unit/
unit1303.c
66
int
now_s
;
member in struct:timetest
142
NOW(run[i].
now_s
, run[i].now_us);
/external/tensorflow/tensorflow/core/kernels/
logging_ops.cc
239
double
now_s
= now_us / 1000000;
variable
240
output_scalar() =
now_s
;
Completed in 141 milliseconds