Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/
Dderive.rs57 let utc_time = Time::from_der(UTC_TIMESTAMP_DER).unwrap(); in decode() localVariable
68 let utc_time = Time::from_der(UTC_TIMESTAMP_DER).unwrap(); in encode() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dtime_clock.hpp60 utc_time_type utc_time = second_clock<utc_time_type>::universal_time(); in local_time() local
Dmicrosec_time_clock.hpp61 utc_time_type utc_time = second_clock::universal_time(); in local_time() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_begin_log.h40 Timestamp utc_time() const { return utc_start_time; } in utc_time() function
/aosp_15_r20/external/cronet/base/
H A Dlogging_chromeos.cc56 struct tm utc_time {}; in InitWithSyslogPrefix() struct
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Dasn1.rs29 mod utc_time; module
/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Dclock.cc21 int64_t utc_time = rtc::TimeUTCMicros(); in NtpOffsetUsCalledOnce() local
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dchoice.rs168 let utc_time = &ir.variants[0]; in time_example() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dwindows.rs201 let utc_time = local_to_utc_time(&st); in verify_against_tz_specific_local_time_to_system_time() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dutc_time.rs234 let utc_time = UtcTime::from_der(&example_bytes).unwrap(); in round_trip_vector() localVariable
Dgeneralized_time.rs319 let utc_time = GeneralizedTime::from_der(&example_bytes).unwrap(); in round_trip() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/local_time/
Dlocal_date_time.hpp262 utc_time_type utc_time() const in utc_time() function in boost::local_time::local_date_time_base
/aosp_15_r20/external/python/oauth2client/oauth2client/
Dservice_account.py545 def _datetime_to_secs(utc_time): argument
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dchrono.h288 using utc_time = std::chrono::time_point<detail::utc_clock, Duration>; variable
/aosp_15_r20/system/update_engine/common/
H A Dutils.cc914 string ToString(const Time utc_time) { in ToString()
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c6100 PyObject *local_time, *utc_time; in local_timezone_from_timestamp() local
6147 local_timezone(PyDateTime_DateTime *utc_time) in local_timezone()