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

1 2

  /external/skia/include/core/
SkTime.h 27 struct DateTime {
36 static void GetDateTime(DateTime*);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
DateTimeField.java 28 import org.apache.james.mime4j.field.datetime.DateTime;
29 import org.apache.james.mime4j.field.datetime.parser.ParseException;
61 date = DateTime.parse(body).getDate();
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/
DateTime.java 20 package org.apache.james.mime4j.field.datetime;
22 import org.apache.james.mime4j.field.datetime.parser.DateTimeParser;
23 import org.apache.james.mime4j.field.datetime.parser.ParseException;
24 import org.apache.james.mime4j.field.datetime.parser.TokenMgrError;
32 public class DateTime {
42 public DateTime(String yearString, int month, int day, int hour, int minute, int second, int timeZone) {
119 public static DateTime parse(String dateString) throws ParseException {
  /external/skia/src/ports/
SkTime_Unix.cpp 24 void SkTime::GetDateTime(DateTime* dt)
SkTime_win.cpp 20 void SkTime::GetDateTime(DateTime* dt)
  /external/skia/src/animator/
SkTime.cpp 26 void SkTime::GetDateTime(DateTime* t)
56 void SkTime::GetDateTime(DateTime* t)
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 17 package org.apache.james.mime4j.field.datetime.parser;
19 import org.apache.james.mime4j.field.datetime.DateTime;
115 final public DateTime parseLine() throws ParseException {
116 DateTime dt;
131 final public DateTime parseAll() throws ParseException {
132 DateTime dt;
139 final public DateTime date_time() throws ParseException {
158 {if (true) return new DateTime(
DateTimeParserTokenManager.java 17 package org.apache.james.mime4j.field.datetime.parser;
18 import org.apache.james.mime4j.field.datetime.DateTime;
  /external/webkit/Source/WebCore/html/
DateComponents.h 45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
77 // The format argument is valid for DateTime, DateTimeLocal, and Time types.
114 // For DateTime type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
190 DateTime,
DateComponents.cpp 498 m_type = DateTime;
552 m_type = DateTime;
558 // 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/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...]
jhead.h 79 char DateTime [20];
exif.c 216 { TAG_DATETIME, "DateTime", FMT_STRING, 20},
635 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
640 if (!isdigit(ImageInfo.DateTime[0])){
643 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
    [all...]
main.c 567 if (ImageInfo.DateTime[0]) {
568 bufLen = addKeyValueString(&buf, bufLen, "DateTime", ImageInfo.DateTime);
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 77 'Date', 'DateTime', 'Delegator', 'Dir', 'EOFError', 'ERB',
rails.php 70 'Date', 'DateTime', 'Delegator', 'Dir', 'EOFError', 'ERB',
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 

Completed in 834 milliseconds

1 2