/external/protobuf/src/google/protobuf/stubs/ |
D | time.h | 39 struct DateTime { struct 49 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
|
/external/skia/include/core/ |
D | SkTime.h | 23 struct DateTime { struct 24 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument 36 static void GetDateTime(DateTime*); argument
|
/external/skqp/include/core/ |
D | SkTime.h | 23 struct DateTime { struct 24 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument 36 static void GetDateTime(DateTime*); argument
|
/external/libtextclassifier/annotator/ |
D | collections.h | 47 static const std::string& DateTime() { in DateTime() function
|
/external/dng_sdk/source/ |
D | dng_date_time.h | 237 const dng_date_time & DateTime () const in DateTime() function
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 89 …Core_Data("Core Data"), Locale_Display_Names("Locale Display Names"), DateTime("Date & Time"), Tim… enumConstant
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 42 using DateTime = System.DateTime; typedef
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 43 using DateTime = System.DateTime; typedef
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 19624 typedef struct DateTime DateTime; typedef 19625 struct DateTime { struct 19626 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 19627 int Y, M, D; /* Year, month, and day */ 19628 int h, m; /* Hour and minutes */ 19629 int tz; /* Timezone offset in minutes */ 19630 double s; /* Seconds */ 19631 char validJD; /* True (1) if iJD is valid */ 19632 char rawS; /* Raw numeric value stored in s */ 19633 char validYMD; /* True (1) if Y,M,D are valid */ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 19624 typedef struct DateTime DateTime; typedef 19625 struct DateTime { struct 19626 sqlite3_int64 iJD; /* The julian day number times 86400000 */ 19627 int Y, M, D; /* Year, month, and day */ 19628 int h, m; /* Hour and minutes */ 19629 int tz; /* Timezone offset in minutes */ 19630 double s; /* Seconds */ 19631 char validJD; /* True (1) if iJD is valid */ 19632 char rawS; /* Raw numeric value stored in s */ 19633 char validYMD; /* True (1) if Y,M,D are valid */ [all …]
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 291 class DateTime: class
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 377 class DateTime: class
|
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic.h | 704 DateTime, enumerator
|
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 1332 struct tm * DateTime = (struct tm*) Ptr; in Type_DateTime_Write() local
|