OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:now_sec
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/platform/cloud/
google_auth_provider.cc
141
const uint64
now_sec
= env_->NowSeconds();
local
144
now_sec
+ kExpirationTimeMarginSec < expiration_timestamp_sec_) {
/external/wpa_supplicant_8/src/utils/
eloop_win.c
242
os_time_t
now_sec
;
local
251
now_sec
= timeout->time.sec;
253
if (timeout->time.sec <
now_sec
) {
eloop.c
767
os_time_t
now_sec
;
local
776
now_sec
= timeout->time.sec;
778
if (timeout->time.sec <
now_sec
) {
[
all
...]
Completed in 210 milliseconds