Searched defs:DateTime (Results 1 – 9 of 9) sorted by relevance
/external/skia/include/core/ |
D | SkTime.h | 22 struct DateTime { struct 23 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument 35 static void GetDateTime(DateTime*); argument
|
D | SkDocument.h | 153 const SkTime::DateTime* /* creationDate */, in setMetadata()
|
/external/dng_sdk/source/ |
D | dng_date_time.h | 237 const dng_date_time & DateTime () const in DateTime() function
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 42 using DateTime = System.DateTime; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 43 using DateTime = System.DateTime; typedef
|
/external/jhead/ |
D | jhead.h | 91 char DateTime [20]; member
|
/external/sqlite/dist/ |
D | sqlite3.c | 16140 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/ |
D | sqlite3.c | 16140 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/ |
D | cmstypes.c | 1318 struct tm * DateTime = (struct tm*) Ptr; in Type_DateTime_Write() local
|