Home
last modified time | relevance | path

Searched defs:DateTime (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dmod.rs59 pub struct DateTime<Tz: TimeZone> { struct
60 datetime: NaiveDateTime, argument
64 /// The minimum possible `DateTime<Utc>`. argument
71 impl<Tz: TimeZone> DateTime<Tz> { impl
597 impl DateTime<Utc> { impl
668 impl Default for DateTime<Utc> { implementation
675 impl Default for DateTime<Local> { implementation
681 impl Default for DateTime<FixedOffset> { implementation
688 impl From<DateTime<Utc>> for DateTime<FixedOffset> { implementation
700 impl From<DateTime<Utc>> for DateTime<Local> { implementation
[all …]
Drustc_serialize.rs10 impl<Tz: TimeZone> Encodable for DateTime<Tz> { implementation
29 impl Decodable for DateTime<FixedOffset> { implementation
43 impl Decodable for DateTime<Utc> { implementation
59 impl<Tz: TimeZone> From<TsSeconds<Tz>> for DateTime<Tz> { implementation
84 impl Decodable for DateTime<Local> { implementation
Dserde.rs31 impl<Tz: TimeZone> ser::Serialize for DateTime<Tz> { implementation
76 impl<'de> de::Deserialize<'de> for DateTime<FixedOffset> { implementation
91 impl<'de> de::Deserialize<'de> for DateTime<Utc> { implementation
108 impl<'de> de::Deserialize<'de> for DateTime<Local> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Ddatetime.rs33 pub struct DateTime { struct
58 impl DateTime { implementation
268 impl FromStr for DateTime { implementation
289 impl fmt::Display for DateTime { implementation
314 impl TryFrom<SystemTime> for DateTime { implementation
317 fn try_from(time: SystemTime) -> Result<DateTime> { in try_from()
323 impl TryFrom<&SystemTime> for DateTime { implementation
326 fn try_from(time: &SystemTime) -> Result<DateTime> { in try_from()
345 impl TryFrom<PrimitiveDateTime> for DateTime { implementation
348 fn try_from(time: PrimitiveDateTime) -> Result<DateTime> { in try_from()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/time/
Ddatetime.rs213 pub(crate) struct DateTime { struct
223 impl fmt::Display for DateTime { argument
246 impl From<std::time::SystemTime> for DateTime { implementation
247 fn from(timestamp: std::time::SystemTime) -> DateTime { in from()
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dtime.h43 struct DateTime { struct
53 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dtime.h43 struct DateTime { struct
53 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dtypes.rs94 pub struct DateTime { struct
103 impl ::std::default::Default for DateTime { argument
117 impl DateTime { impl
119 pub fn from_msdos(datepart: u16, timepart: u16) -> DateTime { in from_msdos()
154 ) -> Result<DateTime, ()> { in from_date_and_time()
181 pub fn from_time(dt: OffsetDateTime) -> Result<DateTime, ()> { in from_time()
256 impl TryFrom<OffsetDateTime> for DateTime { implementation
/aosp_15_r20/external/openscreen/cast/common/certificate/
H A Dtypes.h20 struct DateTime { struct
29 bool operator<(const DateTime& a, const DateTime& b); argument
/aosp_15_r20/external/skia/include/docs/
H A DSkPDFDocument.h69 struct DateTime { struct
70 int16_t fTimeZoneMinutes; // The number of minutes that this
72 uint16_t fYear; //!< e.g. 2005
73 uint8_t fMonth; //!< 1..12
74 uint8_t fDayOfWeek; //!< 0..6, 0==Sunday
75 uint8_t fDay; //!< 1..31
76 uint8_t fHour; //!< 0..23
77 uint8_t fMinute; //!< 0..59
78 uint8_t fSecond; //!< 0..59
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dgeneralized_time.rs45 pub fn to_date_time(&self) -> DateTime { in to_date_time()
144 impl From<GeneralizedTime> for DateTime { implementation
145 fn from(utc_time: GeneralizedTime) -> DateTime { in from()
150 impl From<&GeneralizedTime> for DateTime { implementation
151 fn from(utc_time: &GeneralizedTime) -> DateTime { in from()
168 impl<'a> DecodeValue<'a> for DateTime { implementation
174 impl EncodeValue for DateTime { implementation
184 impl FixedTag for DateTime { implementation
188 impl OrdIsValueOrd for DateTime {} implementation
Dutc_time.rs52 pub fn to_date_time(&self) -> DateTime { in to_date_time()
156 impl From<UtcTime> for DateTime { implementation
157 fn from(utc_time: UtcTime) -> DateTime { in from()
162 impl From<&UtcTime> for DateTime { implementation
163 fn from(utc_time: &UtcTime) -> DateTime { in from()
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/
Dchrono.rs88 impl ToSql for DateTime<Utc> { implementation
98 impl ToSql for DateTime<Local> { implementation
108 impl ToSql for DateTime<FixedOffset> { implementation
117 impl FromSql for DateTime<Utc> { implementation
140 impl FromSql for DateTime<Local> { implementation
149 impl FromSql for DateTime<FixedOffset> { implementation
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindows.foundation.h93 typedef struct DateTime { struct
95 } DateTime; argument
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dmessageformat2_function_registry_internal.h38 class DateTime; variable
55 DateTime enumerator
71 DateTime(const Locale& l, DateTimeFactory::DateTimeType t) : locale(l), type(t) {} in DateTime() function
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_function_registry_internal.h38 class DateTime; variable
55 DateTime enumerator
71 DateTime(const Locale& l, DateTimeFactory::DateTimeType t) : locale(l), type(t) {} in DateTime() function
/aosp_15_r20/external/rust/android-crates-io/crates/combine/examples/
Ddate.rs57 pub struct DateTime { struct
58 pub date: Date,
59 pub time: Time,
/aosp_15_r20/system/security/keystore2/src/
H A Ddatabase.rs391 pub struct DateTime(i64); struct
410 impl DateTime { impl
428 impl ToSql for DateTime { implementation
434 impl FromSql for DateTime { implementation
440 impl TryInto<SystemTime> for DateTime { implementation
470 impl TryFrom<SystemTime> for DateTime { implementation
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/
H A DDateTime.java47 public final class DateTime extends com.google.protobuf.GeneratedMessageV3 class
53 private DateTime(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in DateTime() method in DateTime
57 private DateTime() {} in DateTime() method in DateTime
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DDateTime.java31 public final class DateTime extends com.google.protobuf.GeneratedMessageV3 class
37 private DateTime(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in DateTime() method in DateTime
41 private DateTime() { in DateTime() method in DateTime
/aosp_15_r20/external/googleapis/google/type/
H A Ddatetime.proto52 message DateTime { message
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/type/
H A Ddatetime.proto52 message DateTime { message
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DLogicalType.java93 DateTime, enumConstant
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/
Ddatetime.rs43 fn make_datetime(year: u16, month: u8, day: u8, hour: u8, min: u8, sec: u8) -> DateTime { in make_datetime()
/aosp_15_r20/system/keymint/wire/src/
H A Dkeymint.rs109 pub struct DateTime { struct
113 impl AsCborValue for DateTime { implementation

1234567