Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTime.h25 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/
Dtime.h41 struct DateTime { struct
51 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
/external/openscreen/cast/common/certificate/
Dtypes.h20 struct DateTime { struct
29 bool operator<(const DateTime& a, const DateTime& b); argument
/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/zip/src/
Dtypes.rs84 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()
Dread.rs214 last_modified_time: DateTime, in make_crypto_reader()
926 pub fn last_modified(&self) -> DateTime { in last_modified()
/external/rust/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
/external/rust/crates/combine/examples/
Ddate.rs58 pub struct DateTime { struct
59 pub date: Date,
60 pub time: Time,
/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/cldr-code/src/main/java/org/unicode/cldr/util/
DPathHeader.java91 …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/
DProfiler.cs43 using DateTime = System.DateTime; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs42 using DateTime = System.DateTime; typedef
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c22058 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/
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.py296 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
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcontent.v2.1.json7855 "DateTime": { object