Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTime.h22 struct DateTime { struct
23 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument
35 static void GetDateTime(DateTime*); argument
DSkDocument.h153 const SkTime::DateTime* /* creationDate */, in setMetadata()
/external/dng_sdk/source/
Ddng_date_time.h237 const dng_date_time & DateTime () const in DateTime() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs42 using DateTime = System.DateTime; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs43 using DateTime = System.DateTime; typedef
/external/jhead/
Djhead.h91 char DateTime [20]; member
/external/sqlite/dist/
Dsqlite3.c16140 typedef struct DateTime DateTime; typedef
16141 struct DateTime { struct
16142 sqlite3_int64 iJD; /* The julian day number times 86400000 */
16143 int Y, M, D; /* Year, month, and day */
16144 int h, m; /* Hour and minutes */
16145 int tz; /* Timezone offset in minutes */
16146 double s; /* Seconds */
16147 char validYMD; /* True (1) if Y,M,D are valid */
16148 char validHMS; /* True (1) if h,m,s are valid */
16149 char validJD; /* True (1) if iJD is valid */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c16140 typedef struct DateTime DateTime; typedef
16141 struct DateTime { struct
16142 sqlite3_int64 iJD; /* The julian day number times 86400000 */
16143 int Y, M, D; /* Year, month, and day */
16144 int h, m; /* Hour and minutes */
16145 int tz; /* Timezone offset in minutes */
16146 double s; /* Seconds */
16147 char validYMD; /* True (1) if Y,M,D are valid */
16148 char validHMS; /* True (1) if h,m,s are valid */
16149 char validJD; /* True (1) if iJD is valid */
[all …]
/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c1318 struct tm * DateTime = (struct tm*) Ptr; in Type_DateTime_Write() local