Home
last modified time | relevance | path

Searched defs:epoch_seconds (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/network/
Dwpa_cli_proxy.py371 def sync_time_to(self, epoch_seconds): argument
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py413 def sync_time_to(self, epoch_seconds): argument
/external/rust/crates/protobuf-json-mapping/src/
Drfc_3339.rs270 let epoch_seconds = (cycle_start - 1600) / 400 * CYCLE_SECONDS as i64 in to_protobuf_timestamp() localVariable