Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dtime.h39 struct DateTime { struct
49 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
/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
/external/dng_sdk/source/
Ddng_date_time.h237 const dng_date_time & DateTime () const in DateTime() function
/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/sqlite/dist/orig/
Dsqlite3.c18956 typedef struct DateTime DateTime; typedef
18957 struct DateTime { struct
18958 sqlite3_int64 iJD; /* The julian day number times 86400000 */
18959 int Y, M, D; /* Year, month, and day */
18960 int h, m; /* Hour and minutes */
18961 int tz; /* Timezone offset in minutes */
18962 double s; /* Seconds */
18963 char validJD; /* True (1) if iJD is valid */
18964 char rawS; /* Raw numeric value stored in s */
18965 char validYMD; /* True (1) if Y,M,D are valid */
[all …]
/external/sqlite/dist/
Dsqlite3.c18956 typedef struct DateTime DateTime; typedef
18957 struct DateTime { struct
18958 sqlite3_int64 iJD; /* The julian day number times 86400000 */
18959 int Y, M, D; /* Year, month, and day */
18960 int h, m; /* Hour and minutes */
18961 int tz; /* Timezone offset in minutes */
18962 double s; /* Seconds */
18963 char validJD; /* True (1) if iJD is valid */
18964 char rawS; /* Raw numeric value stored in s */
18965 char validYMD; /* True (1) if Y,M,D are valid */
[all …]
/external/python/cpython2/Lib/
Dxmlrpclib.py377 class DateTime: class
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h703 DateTime, enumerator
/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c1321 struct tm * DateTime = (struct tm*) Ptr; in Type_DateTime_Write() local