Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTime.h20 struct DateTime { struct
29 static void GetDateTime(DateTime*); argument
/external/webkit/Source/WebCore/html/
DDateComponents.h190 DateTime, enumerator
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs43 using DateTime = System.DateTime; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs42 using DateTime = System.DateTime; typedef
/external/jhead/
Djhead.h79 char DateTime [20]; member
/external/sqlite/dist/
Dsqlite3.c13595 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/
Dsqlite3.c13595 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 …]