Searched defs:DateTime (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/core/ |
D | SkTime.h | 20 struct DateTime { struct 29 static void GetDateTime(DateTime*); argument
|
/external/webkit/Source/WebCore/html/ |
D | DateComponents.h | 190 DateTime, enumerator
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 43 using DateTime = System.DateTime; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 42 using DateTime = System.DateTime; typedef
|
/external/jhead/ |
D | jhead.h | 79 char DateTime [20]; member
|
/external/sqlite/dist/ |
D | sqlite3.c | 13595 typedef struct DateTime DateTime; typedef 13596 struct DateTime { struct 13597 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 13598 int Y, M, D; /* Year, month, and day */ 13599 int h, m; /* Hour and minutes */ 13600 int tz; /* Timezone offset in minutes */ 13601 double s; /* Seconds */ 13602 char validYMD; /* True (1) if Y,M,D are valid */ 13603 char validHMS; /* True (1) if h,m,s are valid */ 13604 char validJD; /* True (1) if iJD is valid */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 13595 typedef struct DateTime DateTime; typedef 13596 struct DateTime { struct 13597 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 13598 int Y, M, D; /* Year, month, and day */ 13599 int h, m; /* Hour and minutes */ 13600 int tz; /* Timezone offset in minutes */ 13601 double s; /* Seconds */ 13602 char validYMD; /* True (1) if Y,M,D are valid */ 13603 char validHMS; /* True (1) if h,m,s are valid */ 13604 char validJD; /* True (1) if iJD is valid */ [all …]
|