/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPDateHeader.java | 35 * Date Header. 37 *@version 1.2 $Revision: 1.6 $ $Date: 2009/07/17 18:57:37 $ 50 /** date field 52 protected SIPDate date; field in class:SIPDateHeader 57 super(DATE); 64 return date.encode(); 68 * Set the date member 72 date = d; 77 * Sets date of DateHeader. The date is repesented by the Calendar object [all...] |
/external/webkit/LayoutTests/http/tests/resources/ |
file-last-modified.php | 5 echo date("U", filemtime($filePath));
|
last-modified.php | 2 $date = $_GET['date']; variable 3 header("Last-Modified: $date");
|
/external/webkit/Source/WebCore/html/ |
MonthInputType.cpp | 61 DateComponents date; local 62 if (!parseToDateComponents(element()->value(), &date)) 64 double msec = date.millisecondsSinceEpoch(); 71 DateComponents date; local 72 if (!date.setMillisecondsSinceEpochForMonth(value)) { 76 element()->setValue(date.toString()); 87 DateComponents date; local 88 date.setMillisecondsSinceEpochForMonth(current); 89 double months = date.monthsSinceEpoch(); 121 DateComponents date; local [all...] |
DateInputType.cpp | 53 return InputTypeNames::date(); 88 bool DateInputType::setMillisecondToDateComponents(double value, DateComponents* date) const 90 ASSERT(date); 91 return date->setMillisecondsSinceEpochForDate(value);
|
TimeInputType.cpp | 67 DateComponents date; local 68 date.setMillisecondsSinceMidnight(current); 69 double milliseconds = date.millisecondsSinceEpoch(); 106 bool TimeInputType::setMillisecondToDateComponents(double value, DateComponents* date) const 108 ASSERT(date); 109 return date->setMillisecondsSinceMidnight(value);
|
DateTimeInputType.cpp | 94 bool DateTimeInputType::setMillisecondToDateComponents(double value, DateComponents* date) const 96 ASSERT(date); 97 return date->setMillisecondsSinceEpochForDateTime(value);
|
WeekInputType.cpp | 94 bool WeekInputType::setMillisecondToDateComponents(double value, DateComponents* date) const 96 ASSERT(date); 97 return date->setMillisecondsSinceEpochForWeek(value);
|
/external/chromium/base/ |
time_mac.cc | 64 CFGregorianDate date; local 65 date.second = exploded.second + 67 date.minute = exploded.minute; 68 date.hour = exploded.hour; 69 date.day = exploded.day_of_month; 70 date.month = exploded.month; 71 date.year = exploded.year; 75 CFAbsoluteTime seconds = CFGregorianDateGetAbsoluteTime(date, time_zone) + 88 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(seconds, time_zone); local 90 exploded->year = date.year [all...] |
/external/bluetooth/glib/glib/ |
gdate.h | 43 * Date calculations (not time for now, to be resolved). These are a 46 * date routines (written for in-house software). Written by Havoc 55 /* enum used to specify order of appearance in parsed date strings */ 118 /* g_date_new() returns an invalid date, you then have to _set() stuff 127 void g_date_free (GDate *date); 134 gboolean g_date_valid (const GDate *date); 144 GDateWeekday g_date_get_weekday (const GDate *date); 145 GDateMonth g_date_get_month (const GDate *date); 146 GDateYear g_date_get_year (const GDate *date); 147 GDateDay g_date_get_day (const GDate *date); [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/ |
DateTimeField.java | 31 import java.util.Date;
34 private Date date;
field in class:DateTimeField 37 protected DateTimeField(String name, String body, String raw, Date date, ParseException parseException) {
39 this.date = date;
43 public Date getDate() {
44 return date;
55 Date date = null; local [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
InvalidityDate.java | 21 import java.util.Date; 26 * CRL Entry's Invalidity Date Extension (OID = 2.5.29.24). 35 /** invalidity date value */ 36 private final Date date; field in class:InvalidityDate 43 date = (Date) ASN1.decode(encoding); 47 * Returns the invalidity date. 49 public Date getDate() { 50 return date; [all...] |
/external/bluetooth/glib/debian/ |
build | 19 my @date = localtime; 21 my $datestr = sprintf("%d%.2d%.2d", $date[5] + 1900, $date[4] + 1, $date[3]); 43 print NEWCHANGELOG "$package ($new_version) unstable; urgency=low\n\n * CVS snapshot build at " . scalar localtime() . "\n\n -- $maintainer " . `date -R` . "\n";
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_SimpleDateFormat.java | 25 import java.util.Date; 55 Date date = cal.getTime(); local 75 t_FormatWithField(0, format, date, null, Field.ERA, 0, 2); 76 t_FormatWithField(1, format, date, null, Field.YEAR, 15, 17); 77 t_FormatWithField(2, format, date, null, Field.MONTH, 26, 27); 78 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 45, 47); 79 t_FormatWithField(4, format, date, null, Field.HOUR_OF_DAY1, 55, 57); 80 t_FormatWithField(5, format, date, null, Field.HOUR_OF_DAY0, 65, 67); 81 t_FormatWithField(6, format, date, null, Field.HOUR1, 75, 76) 142 Date date = cal.getTime(); local [all...] |
/external/nist-sip/java/javax/sip/header/ |
DateHeader.java | 6 String NAME = "Date"; 9 void setDate(Calendar date);
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/ |
osx_last_crash.rb | 13 date='' 19 if line =~ /^Date.*(200.*)/ 20 date = $1 40 puts File.basename(filename) + " - " + date
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
osx_last_crash.rb | 28 date='' 34 if line =~ /^Date.*(200.*)/ 35 date = $1 55 puts File.basename(filename) + " - " + date
|
/packages/apps/Contacts/src/com/android/contacts/ |
PhoneCallDetails.java | 41 /** The date of the call, in milliseconds since the epoch. */ 42 public final long date; field in class:PhoneCallDetails 63 String countryIso, String geocode, int[] callTypes, long date, long duration) { 64 this(number, formattedNumber, countryIso, geocode, callTypes, date, duration, "", 0, "", 70 String countryIso, String geocode, int[] callTypes, long date, long duration, 78 this.date = date;
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDateFormatTest.java | 25 import java.util.Date; 40 public Date parse(String source, ParsePosition pos) { 46 public StringBuffer format(Date date, StringBuffer toAppendTo, 84 * java.text.DateFormat#format(java.util.Date) Test of method 85 * java.text.DateFormat#format(java.util.Date). 91 Date current = new Date(); 94 assertTrue("Incorrect date format", sdf.format(current).equals(dtf)); 109 Date current = new Date() 219 Date date = format.parse(format.format(current).toString()); local 252 Date date = format.parse(format.format(current).toString()); local 280 Date date = format.parse(format.format(current).toString()); local 294 Date date = format.parse(format.format(current).toString()); local 308 Date date = format.parse(format.format(current).toString()); local 327 Date date = format.parse(format.format(current).toString()); local 354 Date date = format.parse(format.format(current).toString()); local [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
SunCalculator.java | 56 * Computes the sunrise time for the given zenith at the given date. 60 * @param date <code>Calendar</code> object representing the date to 64 public double computeSunriseTime(double solarZenith, Calendar date) { 65 return computeSolarEventTime(solarZenith, date, true); 69 * Computes the sunset time for the given zenith at the given date. 73 * @param date <code>Calendar</code> object representing the date to compute 77 public double computeSunsetTime(double solarZenith, Calendar date) { 78 return computeSolarEventTime(solarZenith, date, false) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
DateParser.java | 32 * Parser for SIP Date field. Converts from SIP Date to the 35 * @version 1.2 $Revision: 1.11 $ $Date: 2009/07/17 18:57:59 $ 41 * @param date message to parse to set 43 public DateParser(String date) { 44 super(date); 54 * @return the parsed Date header/ 60 headerName(TokenTypes.DATE); 64 Calendar cal = date();
|
/external/webkit/Source/WebKit/chromium/src/ |
WebIDBKey.cpp | 58 WebIDBKey WebIDBKey::createDate(double date) 61 key.assignDate(date); 106 void WebIDBKey::assignDate(double date) 108 m_private = IDBKey::createDate(date); 138 double WebIDBKey::date() const function in class:WebKit::WebIDBKey 140 return m_private->date();
|
/external/v8/test/mjsunit/regress/ |
regress-91.js | 28 var date = new Date(); 29 var year = date.getYear(); 30 date.setMilliseconds(Number.NaN); 31 date.setYear(1900 + year); 32 assertEquals(year, date.getYear()); 33 assertEquals(0, date.getMonth()); 34 assertEquals(1, date.getDate()); 35 assertEquals(0, date.getHours()); 36 assertEquals(0, date.getMinutes()) [all...] |
/external/apache-http/src/org/apache/http/client/ |
CookieStore.java | 4 * $Date: 2007-12-15 06:45:48 -0800 (Sat, 15 Dec 2007) $ 33 import java.util.Date; 65 * the specified {@link java.util.Date date}. 69 boolean clearExpired(Date date);
|
/external/apache-http/src/org/apache/http/cookie/ |
Cookie.java | 4 * $Date: 2007-09-22 03:56:04 -0700 (Sat, 22 Sep 2007) $ 34 import java.util.Date; 76 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt> 81 * @return Expiration {@link Date}, or <tt>null</tt>. 83 Date getExpiryDate(); 132 * @param date Current time 136 boolean isExpired(final Date date);
|