Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTime.h23 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/
Dtime.h41 struct DateTime { struct
51 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
/external/skqp/include/core/
DSkTime.h23 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/
Dtypes.h20 struct DateTime { struct
29 bool operator<(const DateTime& a, const DateTime& b); argument
/external/rust/crates/zip/src/
Dtypes.rs36 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()
Dread.rs753 pub fn last_modified(&self) -> DateTime { in last_modified()
/external/rust/crates/chrono/src/
Ddatetime.rs70 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 …]
Dround.rs149 impl<Tz: TimeZone> DurationRound for DateTime<Tz> { implementation
/external/rust/crates/rusqlite/src/types/
Dchrono.rs86 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/
DLogicalType.java93 DateTime, enumConstant
/external/libtextclassifier/native/annotator/
Dcollections.h47 static const std::string& DateTime() { in DateTime() function
/external/rust/crates/chrono/src/offset/
Dfixed.rs200 impl<Tz: TimeZone> Add<FixedOffset> for DateTime<Tz> { implementation
209 impl<Tz: TimeZone> Sub<FixedOffset> for DateTime<Tz> { implementation
/external/dng_sdk/source/
Ddng_date_time.h237 const dng_date_time & DateTime () const in DateTime() function
/external/rust/crates/chrono/src/format/
Dparse.rs458 impl str::FromStr for DateTime<FixedOffset> { implementation
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java88 …Core_Data("Core Data"), Locale_Display_Names("Locale Display Names"), DateTime("Date & Time"), Tim… enumConstant
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs42 using DateTime = System.DateTime; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs43 using DateTime = System.DateTime; typedef
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c21780 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/
Dsqlite3.c21735 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/
Dsqlite3.c21735 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/
Dclient.py290 class DateTime: class
/external/python/cpython2/Lib/
Dxmlrpclib.py377 class DateTime: class
/external/rust/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs99 impl<Z: TimeZone> TimeValue for DateTime<Z> { implementation
/external/pdfium/third_party/lcms/src/
Dcmstypes.c1338 struct tm * DateTime = (struct tm*) Ptr; in Type_DateTime_Write() local