Searched refs:DateTime (Results 1 – 15 of 15) sorted by relevance
/external/skia/include/core/ |
D | SkTime.h | 27 struct DateTime { struct 36 static void GetDateTime(DateTime*); argument
|
/external/skia/src/animator/ |
D | SkTime.cpp | 26 void SkTime::GetDateTime(DateTime* t) in GetDateTime() 56 void SkTime::GetDateTime(DateTime* t) in GetDateTime()
|
/external/webkit/Source/WebCore/html/ |
D | DateComponents.cpp | 498 m_type = DateTime; in parseDateTime() 552 m_type = DateTime; in setMillisecondsSinceEpochForDateTime() 651 ASSERT(m_type == Time || m_type == DateTime || m_type == DateTimeLocal); in millisecondsSinceEpochForTime() 660 case DateTime: in millisecondsSinceEpoch() 684 ASSERT(m_type == DateTime || m_type == DateTimeLocal || m_type == Time); in toStringForTime() 709 case DateTime: in toString()
|
D | DateComponents.h | 190 DateTime, enumerator
|
/external/jhead/ |
D | jhead.c | 274 if (!HasScandate && !ImageInfo.DateTime[0]){ 570 if (!Exif2tm(&tm, ImageInfo.DateTime)){ 590 printf("Could not convert %s to unix time",ImageInfo.DateTime); 1064 FileTimeAsString(ImageInfo.DateTime); 1067 memcpy(ImageInfo.DateTime, DateSet, DateSetChars); 1071 strcpy(TempBuf, ImageInfo.DateTime); 1076 if (!Exif2tm(&tm, ImageInfo.DateTime)) goto badtime; 1099 memcpy(ImageInfo.DateTime, TempBuf, 19); 1170 if (!Exif2tm(&tm, ImageInfo.DateTime)) goto badtime; 1199 printf("Error: Time '%s': cannot convert to Unix time\n",ImageInfo.DateTime);
|
D | exif.c | 635 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19); in ProcessExifDir() 640 if (!isdigit(ImageInfo.DateTime[0])){ in ProcessExifDir() 643 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19); in ProcessExifDir() 1233 dateTime = ImageInfo.DateTime; in create_EXIF_internal() 1556 if (ImageInfo.DateTime[0]){ in ShowImageInfo() 1557 printf("Date/Time : %s\n",ImageInfo.DateTime); in ShowImageInfo()
|
D | jhead.h | 79 char DateTime [20]; member
|
D | main.c | 567 if (ImageInfo.DateTime[0]) { in getAttributes() 568 bufLen = addKeyValueString(&buf, bufLen, "DateTime", ImageInfo.DateTime); in getAttributes()
|
/external/skia/src/ports/ |
D | SkTime_Unix.cpp | 24 void SkTime::GetDateTime(DateTime* dt) in GetDateTime()
|
D | SkTime_win.cpp | 20 void SkTime::GetDateTime(DateTime* dt) in GetDateTime()
|
/external/sqlite/dist/ |
D | sqlite3.c | 12682 typedef struct DateTime DateTime; typedef 12683 struct DateTime { struct 12761 static int parseTimezone(const char *zDate, DateTime *p){ in parseTimezone() 12796 static int parseHhMmSs(const char *zDate, DateTime *p){ in parseHhMmSs() 12838 static void computeJD(DateTime *p){ in computeJD() 12884 static int parseYyyyMmDd(const char *zDate, DateTime *p){ in parseYyyyMmDd() 12919 static void setDateTimeToCurrent(sqlite3_context *context, DateTime *p){ in setDateTimeToCurrent() 12944 DateTime *p in parseDateOrTime() 12965 static void computeYMD(DateTime *p){ in computeYMD() 12991 static void computeHMS(DateTime *p){ in computeHMS() [all …]
|
D | sqlite3.c.orig | 12675 typedef struct DateTime DateTime; 12676 struct DateTime { 12754 static int parseTimezone(const char *zDate, DateTime *p){ 12789 static int parseHhMmSs(const char *zDate, DateTime *p){ 12831 static void computeJD(DateTime *p){ 12873 ** Write the result into the DateTime structure and return 0 12877 static int parseYyyyMmDd(const char *zDate, DateTime *p){ 12912 static void setDateTimeToCurrent(sqlite3_context *context, DateTime *p){ 12937 DateTime *p 12958 static void computeYMD(DateTime *p){ [all …]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 20985 to DateTime conversion weights were fixed (it should never
|
D | ChangeLog-2009-06-16 | 13797 DateMath.cpp, with constant definition in DateTime.h)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 5061 DateTime type support to ISODateTime::toString(). 5074 Support DateTime type. This always produces UTC representation.
|