Home
last modified time | relevance | path

Searched defs:DateTime (Results 1 – 14 of 14) 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.h23 struct DateTime { struct
24 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument
36 static void GetDateTime(DateTime*); argument
/external/skqp/include/core/
DSkTime.h23 struct DateTime { struct
24 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument
36 static void GetDateTime(DateTime*); argument
/external/libtextclassifier/annotator/
Dcollections.h47 static const std::string& DateTime() { in DateTime() function
/external/dng_sdk/source/
Ddng_date_time.h237 const dng_date_time & DateTime () const in DateTime() function
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java89 …Core_Data("Core Data"), Locale_Display_Names("Locale Display Names"), DateTime("Date & Time"), Tim… enumConstant
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs42 using DateTime = System.DateTime; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs43 using DateTime = System.DateTime; typedef
/external/sqlite/dist/orig/
Dsqlite3.c19624 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/
Dsqlite3.c19624 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/
Dclient.py291 class DateTime: class
/external/python/cpython2/Lib/
Dxmlrpclib.py377 class DateTime: class
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h704 DateTime, enumerator
/external/pdfium/third_party/lcms/src/
Dcmstypes.c1332 struct tm * DateTime = (struct tm*) Ptr; in Type_DateTime_Write() local