/external/skia/include/core/ |
D | SkTime.h | 25 struct DateTime { struct 26 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument 38 static void GetDateTime(DateTime*); argument
|
/external/protobuf/src/google/protobuf/stubs/ |
D | time.h | 41 struct DateTime { struct 51 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
|
/external/openscreen/cast/common/certificate/ |
D | types.h | 20 struct DateTime { struct 29 bool operator<(const DateTime& a, const DateTime& b); argument
|
/external/rust/crates/chrono/src/ |
D | datetime.rs | 70 pub struct DateTime<Tz: TimeZone> { struct 71 datetime: NaiveDateTime, argument 75 /// The minimum possible `DateTime<Utc>`. argument 80 impl<Tz: TimeZone> DateTime<Tz> { implementation 257 impl From<DateTime<Utc>> for DateTime<FixedOffset> { implementation 269 impl From<DateTime<Utc>> for DateTime<Local> { implementation 279 impl From<DateTime<FixedOffset>> for DateTime<Utc> { implementation 291 impl From<DateTime<FixedOffset>> for DateTime<Local> { implementation 303 impl From<DateTime<Local>> for DateTime<Utc> { implementation 315 impl From<DateTime<Local>> for DateTime<FixedOffset> { implementation [all …]
|
D | round.rs | 149 impl<Tz: TimeZone> DurationRound for DateTime<Tz> { implementation
|
/external/rust/crates/zip/src/ |
D | types.rs | 84 pub struct DateTime { struct 93 impl ::std::default::Default for DateTime { argument 107 impl DateTime { implementation 109 pub fn from_msdos(datepart: u16, timepart: u16) -> DateTime { in from_msdos() 144 ) -> Result<DateTime, ()> { in from_date_and_time() 172 pub fn from_time(dt: OffsetDateTime) -> Result<DateTime, ()> { in from_time()
|
D | read.rs | 214 last_modified_time: DateTime, in make_crypto_reader() 926 pub fn last_modified(&self) -> DateTime { in last_modified()
|
/external/rust/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
|
/external/rust/crates/combine/examples/ |
D | date.rs | 58 pub struct DateTime { struct 59 pub date: Date, 60 pub time: Time,
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | LogicalType.java | 93 DateTime, enumConstant
|
/external/libtextclassifier/native/annotator/ |
D | collections.h | 47 static const std::string& DateTime() { in DateTime() function
|
/external/rust/crates/chrono/src/offset/ |
D | fixed.rs | 200 impl<Tz: TimeZone> Add<FixedOffset> for DateTime<Tz> { implementation 209 impl<Tz: TimeZone> Sub<FixedOffset> for DateTime<Tz> { implementation
|
/external/dng_sdk/source/ |
D | dng_date_time.h | 237 const dng_date_time & DateTime () const in DateTime() function
|
/external/rust/crates/chrono/src/format/ |
D | parse.rs | 458 impl str::FromStr for DateTime<FixedOffset> { implementation
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | PathHeader.java | 91 …Core_Data("Core Data"), Locale_Display_Names("Locale Display Names"), DateTime("Date & Time"), Tim… enumConstant
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 43 using DateTime = System.DateTime; typedef
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 42 using DateTime = System.DateTime; typedef
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 22058 typedef struct DateTime DateTime; typedef 22059 struct DateTime { struct 22060 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 22061 int Y, M, D; /* Year, month, and day */ 22062 int h, m; /* Hour and minutes */ 22063 int tz; /* Timezone offset in minutes */ 22064 double s; /* Seconds */ 22065 char validJD; /* True (1) if iJD is valid */ 22066 char rawS; /* Raw numeric value stored in s */ 22067 char validYMD; /* True (1) if Y,M,D are valid */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 21735 typedef struct DateTime DateTime; typedef 21736 struct DateTime { struct 21737 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 21738 int Y, M, D; /* Year, month, and day */ 21739 int h, m; /* Hour and minutes */ 21740 int tz; /* Timezone offset in minutes */ 21741 double s; /* Seconds */ 21742 char validJD; /* True (1) if iJD is valid */ 21743 char rawS; /* Raw numeric value stored in s */ 21744 char validYMD; /* True (1) if Y,M,D are valid */ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 21735 typedef struct DateTime DateTime; typedef 21736 struct DateTime { struct 21737 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 21738 int Y, M, D; /* Year, month, and day */ 21739 int h, m; /* Hour and minutes */ 21740 int tz; /* Timezone offset in minutes */ 21741 double s; /* Seconds */ 21742 char validJD; /* True (1) if iJD is valid */ 21743 char rawS; /* Raw numeric value stored in s */ 21744 char validYMD; /* True (1) if Y,M,D are valid */ [all …]
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 296 class DateTime: class
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 377 class DateTime: class
|
/external/rust/crates/plotters/src/coord/ranged1d/types/ |
D | datetime.rs | 99 impl<Z: TimeZone> TimeValue for DateTime<Z> { implementation
|
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 1338 struct tm * DateTime = (struct tm*) Ptr; in Type_DateTime_Write() local
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | content.v2.1.json | 7855 "DateTime": { object
|