Home
last modified time | relevance | path

Searched defs:utc_time (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_begin_log.h40 Timestamp utc_time() const { return utc_start_time; } in utc_time() function
/external/cronet/base/
Dlogging_chromeos.cc56 struct tm utc_time {}; in InitWithSyslogPrefix() struct
/external/rust/crates/der/src/
Dasn1.rs24 mod utc_time; module
/external/webrtc/system_wrappers/source/
Dclock.cc21 int64_t utc_time = rtc::TimeUTCMicros(); in NtpOffsetUsCalledOnce() local
/external/rust/crates/der_derive/src/
Dchoice.rs166 let utc_time = &ir.variants[0]; in time_example() localVariable
/external/ImageMagick/MagickCore/
Dtimer.c262 utc_time; in FormatMagickTime() local
/external/rust/crates/der/tests/
Dderive.rs58 let utc_time = Time::from_der(UTC_TIMESTAMP_DER).unwrap(); in decode() localVariable
69 let utc_time = Time::from_der(UTC_TIMESTAMP_DER).unwrap(); in encode() localVariable
/external/rust/crates/der/src/asn1/
Dutc_time.rs207 let utc_time = UtcTime::from_der(&example_bytes).unwrap(); in round_trip_vector() localVariable
Dany.rs154 pub fn utc_time(self) -> Result<UtcTime> { in utc_time() method
Dgeneralized_time.rs340 let utc_time = GeneralizedTime::from_der(&example_bytes).unwrap(); in round_trip() localVariable
/external/python/oauth2client/oauth2client/
Dservice_account.py545 def _datetime_to_secs(utc_time): argument
/external/ImageMagick/coders/
Dpdf.c1297 utc_time; in WritePDFImage() local
Dcin.c938 utc_time; in WriteCINImage() local
Dmat.c1608 utc_time; in WriteMATImage() local
/external/python/cpython3/Modules/
D_datetimemodule.c5896 PyObject *local_time, *utc_time; in local_timezone_from_timestamp() local
5943 local_timezone(PyDateTime_DateTime *utc_time) in local_timezone()