| /external/skia/include/core/ |
| D | SkTime.h | 23 struct DateTime { struct 24 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument 36 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/skqp/include/core/ |
| D | SkTime.h | 23 struct DateTime { struct 24 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument 36 static void GetDateTime(DateTime*); 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/zip/src/ |
| D | types.rs | 36 pub struct DateTime { struct 45 impl ::std::default::Default for DateTime { argument 59 impl DateTime { implementation 61 pub fn from_msdos(datepart: u16, timepart: u16) -> DateTime { in from_msdos() 95 ) -> Result<DateTime, ()> { in from_date_and_time() 123 pub fn from_time(tm: ::time::Tm) -> Result<DateTime, ()> { in from_time()
|
| D | read.rs | 753 pub fn last_modified(&self) -> DateTime { in last_modified()
|
| /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/rusqlite/src/types/ |
| D | chrono.rs | 86 impl<Tz: TimeZone> ToSql for DateTime<Tz> { implementation 93 impl FromSql for DateTime<Utc> { implementation 122 impl FromSql for DateTime<Local> { implementation
|
| /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/java/org/unicode/cldr/util/ |
| D | PathHeader.java | 88 …Core_Data("Core Data"), Locale_Display_Names("Locale Display Names"), DateTime("Date & Time"), Tim… enumConstant
|
| /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
| D | Profiler.cs | 42 using DateTime = System.DateTime; typedef
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
| D | Profiler.cs | 43 using DateTime = System.DateTime; typedef
|
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.c | 21780 typedef struct DateTime DateTime; typedef 21781 struct DateTime { struct 21782 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 21783 int Y, M, D; /* Year, month, and day */ 21784 int h, m; /* Hour and minutes */ 21785 int tz; /* Timezone offset in minutes */ 21786 double s; /* Seconds */ 21787 char validJD; /* True (1) if iJD is valid */ 21788 char rawS; /* Raw numeric value stored in s */ 21789 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 | 290 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
|