Home
last modified time | relevance | path

Searched defs:UTC (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.kt143 private val UTC = TimeZone.getTimeZone("UTC") constant
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Dtimezone.rs440 const UTC: TimeZoneRef<'static> = TimeZoneRef { constant
607 pub(super) const UTC: LocalTimeType = Self { ut_offset: 0, is_dst: false, name: None }; constant
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DDateUtilsTest.java56 COMMON_DATE_FORMAT.setTimeZone(TimeZone.getTimeZone(UTC)); in TimeZone.getTimeZone() argument
57 LONG_DATE_FORMAT.setTimeZone(TimeZone.getTimeZone(UTC)); in TimeZone.getTimeZone() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc616 TEST(TimeZone, UTC) { in TEST() argument
1040 TEST(NextTransition, UTC) { in TEST() argument
1051 TEST(PrevTransition, UTC) { in TEST() argument
H A Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::UTC() { return TimeZoneInfo::UTC(); } in UTC() function in absl::time_internal::cctz::TimeZoneIf
H A Dtime_zone_impl.cc49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() function in absl::time_internal::cctz::time_zone::Impl
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup_test.cc727 TEST(TimeZone, UTC) { in TEST() argument
1128 TEST(NextTransition, UTC) { in TEST() argument
1139 TEST(PrevTransition, UTC) { in TEST() argument
Dtime_zone_impl.cc49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() function in absl::time_internal::cctz::time_zone::Impl
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc616 TEST(TimeZone, UTC) { in TEST() argument
1040 TEST(NextTransition, UTC) { in TEST() argument
1051 TEST(PrevTransition, UTC) { in TEST() argument
H A Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::UTC() { return TimeZoneInfo::UTC(); } in UTC() function in absl::time_internal::cctz::TimeZoneIf
H A Dtime_zone_impl.cc49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() function in absl::time_internal::cctz::time_zone::Impl
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc727 TEST(TimeZone, UTC) { in TEST() argument
1128 TEST(NextTransition, UTC) { in TEST() argument
1139 TEST(PrevTransition, UTC) { in TEST() argument
H A Dtime_zone_impl.cc49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() function in absl::time_internal::cctz::time_zone::Impl
/aosp_15_r20/external/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc616 TEST(TimeZone, UTC) { in TEST() argument
1040 TEST(NextTransition, UTC) { in TEST() argument
1051 TEST(PrevTransition, UTC) { in TEST() argument
H A Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::UTC() { return TimeZoneInfo::UTC(); } in UTC() function in absl::time_internal::cctz::TimeZoneIf
H A Dtime_zone_impl.cc49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() function in absl::time_internal::cctz::time_zone::Impl
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc727 TEST(TimeZone, UTC) { in TEST() argument
1128 TEST(NextTransition, UTC) { in TEST() argument
1139 TEST(PrevTransition, UTC) { in TEST() argument
H A Dtime_zone_impl.cc49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() function in absl::time_internal::cctz::time_zone::Impl
/aosp_15_r20/external/python/dateutil/dateutil/tz/
D__init__.py8 UTC = tzutc() variable
/aosp_15_r20/external/python/dateutil/dateutil/test/
Dtest_utils.py13 UTC = tz.tzutc() variable
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/util/
H A DUtils.java31 public static final TimeZone UTC = TimeZone.getTimeZone("UTC"); field in Utils
/aosp_15_r20/external/perfetto/ui/src/public/
H A Dtimeline.ts25 UTC = 'utc', enumerator
/aosp_15_r20/external/angle/third_party/glslang/src/
H A Dbuild_info.py56 class UTC(datetime.tzinfo): class
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
H A Dtime_zone_impl.cc49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() function in absl::time_internal::cctz::time_zone::Impl
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTimeFactory.java29 private static final TimeZone UTC = TimeZone.getTimeZone("UTC"); field in XMPDateTimeFactory

12345678910>>...21