/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);
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
DatePickerController.java | 17 package com.android.datetimepicker.date; 19 import com.android.datetimepicker.date.DatePickerDialog.OnDateChangedListener; 20 import com.android.datetimepicker.date.SimpleMonthAdapter.CalendarDay; 23 * Controller class to communicate among the various components of the date picker dialog.
|
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
DateHelper.java | 18 import java.util.Date; 21 * Converts ISO Dates (seconds since 1/1/1904) to Date and vice versa. 25 * Converts a long value with seconds since 1/1/1904 to Date. 28 * @return date the corresponding <code>Date</code> 30 static public Date convert(long secondsSince) { 31 return new Date((secondsSince - 2082844800L) * 1000L); 36 * Converts a date as long to a mac date as long 38 * @param date date to conver [all...] |
/external/valgrind/main/gdbserver_tests/ |
filter_make_empty | 6 # is copied to a file, together with date and process. 9 date >> garbage.filtered.out
|
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
DateTimeField.java | 32 import java.util.Date;
35 private Date date;
field in class:DateTimeField 38 protected DateTimeField(String name, String body, String raw, Date date, ParseException parseException) {
40 this.date = date;
44 public Date getDate() {
45 return date;
56 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/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
|
/libcore/benchmarks/src/benchmarks/regression/ |
DateToStringBenchmark.java | 24 import java.util.Date; 28 Date date; field in class:DateToStringBenchmark 34 date = new Date(0); 36 calendar.setTime(date); 42 date.toString(); 48 new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy").format(date); 54 ((SimpleDateFormat) format.clone()).format(date);
|
/packages/apps/Dialer/src/com/android/dialer/ |
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 353 Date date = format.parse(formattedCurrent); 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/bluetooth/bluedroid/tools/ |
gen-buildcfg.sh | 15 DATE=`/usr/bin/env date` 21 echo "/* Auto-generated from $1 on ${DATE} */" > $2
|