Searched refs:DateTime (Results 1 - 25 of 26) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestFastLexer.cs67 DateTime start = DateTime.Now;
76 return DateTime.Now - start;
81 DateTime start = DateTime.Now;
91 return DateTime.Now - start;
/external/chromium_org/third_party/skia/include/core/
H A DSkTime.h20 struct DateTime { struct in class:SkTime
29 static void GetDateTime(DateTime*);
/external/skia/include/core/
H A DSkTime.h20 struct DateTime { struct in class:SkTime
29 static void GetDateTime(DateTime*);
/external/chromium_org/third_party/skia/src/ports/
H A DSkTime_Unix.cpp15 void SkTime::GetDateTime(DateTime* dt)
H A DSkTime_win.cpp12 void SkTime::GetDateTime(DateTime* dt)
/external/skia/src/ports/
H A DSkTime_Unix.cpp15 void SkTime::GetDateTime(DateTime* dt)
H A DSkTime_win.cpp12 void SkTime::GetDateTime(DateTime* dt)
/external/chromium_org/third_party/skia/src/animator/
H A DSkTime.cpp18 void SkTime::GetDateTime(DateTime* t)
48 void SkTime::GetDateTime(DateTime* t)
/external/skia/src/animator/
H A DSkTime.cpp18 void SkTime::GetDateTime(DateTime* t)
48 void SkTime::GetDateTime(DateTime* t)
/external/chromium_org/third_party/sqlite/src/src/
H A Ddate.c73 typedef struct DateTime DateTime; typedef in typeref:struct:DateTime
74 struct DateTime { struct
152 static int parseTimezone(const char *zDate, DateTime *p){
187 static int parseHhMmSs(const char *zDate, DateTime *p){
229 static void computeJD(DateTime *p){
271 ** Write the result into the DateTime structure and return 0
275 static int parseYyyyMmDd(const char *zDate, DateTime *p){
310 static void setDateTimeToCurrent(sqlite3_context *context, DateTime *p){
335 DateTime *
[all...]
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs150 public System.DateTime Time;
156 Time = DateTime.UtcNow;
298 TimeSpan sp2 = DateTime.UtcNow - progressInfo.Time;
313 System.DateTime startTime = DateTime.UtcNow;
315 TimeSpan sp = (DateTime.UtcNow - startTime);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.h46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
65 DateTime, enumerator in enum:WebCore::DateComponents::Type
89 // The format argument is valid for DateTime, DateTimeLocal, and Time types.
126 // For DateTime type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
H A DDateComponents.cpp482 m_type = DateTime;
536 m_type = DateTime;
542 // Internal representation of DateTimeLocal is the same as DateTime except m_type.
635 ASSERT(m_type == Time || m_type == DateTime || m_type == DateTimeLocal);
644 case DateTime:
668 ASSERT(m_type == DateTime || m_type == DateTimeLocal || m_type == Time);
693 case DateTime:
/external/jhead/
H A Djhead.c274 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);
[all...]
H A Dexif.c216 { TAG_DATETIME, "DateTime", FMT_STRING, 20},
716 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
721 if (!isdigit(ImageInfo.DateTime[0])){
724 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
1351 dateTime = ImageInfo.DateTime;
1674 if (ImageInfo.DateTime[0]){
1675 printf("Date/Time : %s\n",ImageInfo.DateTime);
H A Djhead.h85 char DateTime [20]; member in struct:__anon19914
H A Dmain.c601 if (ImageInfo.DateTime[0]) {
602 bufLen = addKeyValueString(&buf, bufLen, "DateTime", ImageInfo.DateTime);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs43 using DateTime = System.DateTime;
183 d.startTime = DateTime.Now;
189 d.stopTime = DateTime.Now;
727 public DateTime startTime;
728 public DateTime stopTime;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs42 using DateTime = System.DateTime;
196 d.startTime = DateTime.Now;
203 d.stopTime = DateTime.Now;
791 public DateTime startTime;
792 public DateTime stopTime;
/external/skia/tools/
H A Dskdiff_html.cpp39 SkTime::DateTime dt;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp409 case DateComponents::DateTime:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12937 typedef struct DateTime DateTime; typedef in typeref:struct:DateTime
12938 struct DateTime { struct
13016 static int parseTimezone(const char *zDate, DateTime *p){
13051 static int parseHhMmSs(const char *zDate, DateTime *p){
13093 static void computeJD(DateTime *p){
13135 ** Write the result into the DateTime structure and return 0
13139 static int parseYyyyMmDd(const char *zDate, DateTime *p){
13174 static void setDateTimeToCurrent(sqlite3_context *context, DateTime *p){
13199 DateTime *
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13595 typedef struct DateTime DateTime; typedef in typeref:struct:DateTime
13596 struct DateTime { struct
13674 static int parseTimezone(const char *zDate, DateTime *p){
13709 static int parseHhMmSs(const char *zDate, DateTime *p){
13751 static void computeJD(DateTime *p){
13793 ** Write the result into the DateTime structure and return 0
13797 static int parseYyyyMmDd(const char *zDate, DateTime *p){
13834 static int setDateTimeToCurrent(sqlite3_context *context, DateTime *p){
13863 DateTime *
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13595 typedef struct DateTime DateTime; typedef in typeref:struct:DateTime
13596 struct DateTime { struct
13674 static int parseTimezone(const char *zDate, DateTime *p){
13709 static int parseHhMmSs(const char *zDate, DateTime *p){
13751 static void computeJD(DateTime *p){
13793 ** Write the result into the DateTime structure and return 0
13797 static int parseYyyyMmDd(const char *zDate, DateTime *p){
13834 static int setDateTimeToCurrent(sqlite3_context *context, DateTime *p){
13863 DateTime *
[all...]

Completed in 2097 milliseconds

12