HomeSort by relevance Sort by last modified time
    Searched refs:DateTime (Results 1 - 25 of 25) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs 67 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/
SkTime.h 20 struct DateTime {
29 static void GetDateTime(DateTime*);
  /external/chromium_org/third_party/skia/src/animator/
SkTime.cpp 16 void SkTime::GetDateTime(DateTime* t) {
44 void SkTime::GetDateTime(DateTime* t) {
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 15 void SkTime::GetDateTime(DateTime* dt)
SkTime_win.cpp 12 void SkTime::GetDateTime(DateTime* dt)
  /external/chromium_org/third_party/sqlite/src/src/
date.c 73 typedef struct DateTime DateTime;
74 struct DateTime {
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/chromium_org/third_party/skia/samplecode/
SampleIdentityScale.cpp 62 SkTime::DateTime time;
SampleClock.cpp 102 SkTime::DateTime time;
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
65 DateTime,
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.
DateComponents.cpp 485 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/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 150 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/cython/src/Cython/Includes/cpython/
datetime.pxd 7 cdef extern from "datetime.h":
9 ctypedef extern class datetime.date[object PyDateTime_Date]: class in inherits:
12 ctypedef extern class datetime.time[object PyDateTime_Time]: class in inherits:
15 ctypedef extern class datetime.datetime[object PyDateTime_DateTime]: class in inherits:
18 ctypedef extern class datetime.timedelta[object PyDateTime_Delta]: class in inherits:
21 ctypedef extern class datetime.tzinfo[object PyDateTime_TZInfo]: class in inherits:
75 # Getters for date and datetime (C macros).
80 # Getters for datetime (C macros).
102 # Datetime C API initialization function
    [all...]
  /external/jhead/
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);
    [all...]
exif.c 216 { 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);
    [all...]
jhead.h 91 char DateTime [20];
93 // Fractions of seconds for DateTime tag, with milisecond precision.
main.c 601 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/
Profiler.cs 43 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/
Profiler.cs 42 using DateTime = System.DateTime;
196 d.startTime = DateTime.Now;
203 d.stopTime = DateTime.Now;
791 public DateTime startTime;
792 public DateTime stopTime;
  /external/chromium_org/third_party/skia/tools/
skdiff_html.cpp 39 SkTime::DateTime dt;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.cpp 409 case DateComponents::DateTime:
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 1201 milliseconds