Searched refs:DateTime (Results 1 - 25 of 36) 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/animator/
H A DSkTime.cpp16 void SkTime::GetDateTime(DateTime* t) {
44 void SkTime::GetDateTime(DateTime* t) {
/external/skia/src/animator/
H A DSkTime.cpp16 void SkTime::GetDateTime(DateTime* t) {
44 void SkTime::GetDateTime(DateTime* t) {
/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/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/skia/samplecode/
H A DSampleIdentityScale.cpp62 SkTime::DateTime time;
H A DSampleClock.cpp102 SkTime::DateTime time;
/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:blink::DateComponents::Type
90 // The format argument is valid for DateTime, DateTimeLocal, and Time types.
127 // For DateTime type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
H A DDateComponents.cpp485 m_type = DateTime;
539 m_type = DateTime;
545 // Internal representation of DateTimeLocal is the same as DateTime except m_type.
651 ASSERT(m_type == Time || m_type == DateTime || m_type == DateTimeLocal);
660 case DateTime:
684 ASSERT(m_type == DateTime || m_type == DateTimeLocal || m_type == Time);
709 case DateTime:
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Ddatetime.pxd103 # You have to call it before any usage of DateTime CAPI functions.
107 # Create date object using DateTime CAPI factory function.
112 # Create time object using DateTime CAPI factory function
117 # Create datetime object using DateTime CAPI factory function.
122 # Create timedelta object using DateTime CAPI factory function.
/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},
742 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
746 if (!isdigit(ImageInfo.DateTime[0])){
749 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
1376 dateTime = ImageInfo.DateTime;
1699 if (ImageInfo.DateTime[0]){
1700 printf("Date/Time : %s\n",ImageInfo.DateTime);
H A Djhead.h91 char DateTime [20]; member in struct:__anon22666
93 // Fractions of seconds for DateTime tag, with milisecond precision.
/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/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/skia/samplecode/
H A DSampleClock.cpp102 SkTime::DateTime time;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclike.js328 builtin: words("Boolean Byte Char DateTime DateTimeOffset Decimal Double" +
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dclike.js325 builtin: words("Boolean Byte Char DateTime DateTimeOffset Decimal Double" +

Completed in 395 milliseconds

12