/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/ |
D | mod.rs | 59 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 …]
|
D | rustc_serialize.rs | 10 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
|
D | serde.rs | 31 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/ |
D | datetime.rs | 33 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/ |
D | datetime.rs | 213 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 D | time.h | 43 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 D | time.h | 43 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/ |
D | types.rs | 94 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 D | types.h | 20 struct DateTime { struct 29 bool operator<(const DateTime& a, const DateTime& b); argument
|
/aosp_15_r20/external/skia/include/docs/ |
H A D | SkPDFDocument.h | 69 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/ |
D | generalized_time.rs | 45 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
|
D | utc_time.rs | 52 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/ |
D | chrono.rs | 88 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/ |
D | windows.foundation.h | 93 typedef struct DateTime { struct 95 } DateTime; argument
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | messageformat2_function_registry_internal.h | 38 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 D | messageformat2_function_registry_internal.h | 38 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/ |
D | date.rs | 57 pub struct DateTime { struct 58 pub date: Date, 59 pub time: Time,
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | database.rs | 391 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 D | DateTime.java | 47 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 D | DateTime.java | 31 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 D | datetime.proto | 52 message DateTime { message
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/type/ |
H A D | datetime.proto | 52 message DateTime { message
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
H A D | LogicalType.java | 93 DateTime, enumConstant
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/ |
D | datetime.rs | 43 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 D | keymint.rs | 109 pub struct DateTime { struct 113 impl AsCborValue for DateTime { implementation
|