/external/icu4c/i18n/ |
olsontz.h | 178 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 184 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 213 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const; 285 void getHistoricalOffset(UDate date, UBool local, 355 * A SimpleTimeZone that governs the behavior for date >= finalMillis. 360 * For date >= finalMillis, the finalZone will be used.
|
zonemeta.h | 52 static UnicodeString& U_EXPORT2 getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result);
|
cecal.cpp | 110 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) 126 + date - 1 // number of days for present month (1 based)
|
/external/icu4c/i18n/unicode/ |
gregocal.h | 10 * Date Name Description 18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 94 * // and the current date and time 103 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl; 125 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl; 231 * Constructs a GregorianCalendar with the given AD date set in the default time 237 * @param date The value used to set the DATE time field in the calendar [all...] |
ucurr.h | 248 * given locale and date. 251 * @param date the date for which to retrieve the 255 * given locale and date. If 0, currency 262 UDate date, 266 * Finds a currency code for the given locale and date 270 * @param date the date for which to retrieve a currency code for 273 * for the given locale on the given date. 286 UDate date, [all...] |
/external/icu4c/samples/date/ |
Makefile.in | 1 ## Makefile.in for ICU - samples/date 15 subdir = samples/date 26 OBJECTS = uprint.o date.o
|
/external/icu4c/test/intltest/ |
tzbdtest.cpp | 92 logln("Date Before: " + showDate(min)); 93 logln("Date After: " + showDate(max)); 159 return showDate(new Date(l)); 324 UDate d = date(97, UCAL_APRIL, 6); 341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG); 343 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END); 351 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), TRUE, 859653000000.0, z); 353 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), FALSE, 877797000000.0, z); 361 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), FALSE, PST_1997_BEG); 363 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END) [all...] |
dtfmttst.cpp | 151 * Instantiate a date so we can display the time zone name. 493 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42)); 512 UDate date = format->parse(str, status); local 513 if (U_FAILURE(status) || date == null) 521 ((DateFormat*)format)->format(date, f); 522 logln(UnicodeString(" parse(") + str + ") -> " + dateToString(date)); 525 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected); 590 testIt917(fmt, myDate, date(97, 2 - 1, 3)); 594 testIt917(fmt, myDate, date(97, 3 - 1, 4)); 642 UDate june = date(97, UCAL_JUNE, 15) 887 UDate date; local 998 UDate date; local 1141 DateFormat *date=0, *time=0, *full=0; local 1298 UDate date = -9896080848000.0; local 1707 UDate date = ref.parse(ctou(datestr), ec); local 1728 UDate date = ref.parse(ctou(datestr), ec); local 1746 UDate date = ref.parse(ctou(datestr), ec); local 1808 UDate date = ref.parse(ctou(datestr), ec); local [all...] |
/external/iproute2/ |
Makefile | 73 echo "static const char SNAPSHOT[] = \""`date +%y%m%d`"\";" \
|
/external/webkit/Source/WebKit/mac/History/ |
WebHistory.mm | 154 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(interval, timeZone); 155 date.hour = 0; 156 date.minute = 0; 157 date.second = 0; 158 beginningOfDay = CFGregorianDateGetAbsoluteTime(date, timeZone); 159 date.day += 1; 160 beginningOfNextDay = CFGregorianDateGetAbsoluteTime(date, timeZone); 164 static inline NSTimeInterval beginningOfDay(NSTimeInterval date) 168 if (!(date >= cachedBeginningOfDay && date < cachedBeginningOfNextDay) [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
Time.java | 12 import java.util.Date; 41 * creates a time object from a given date - if the date is between 1950 46 Date date) 53 String d = dateF.format(date) + "Z"; 97 public Date getDate() 112 throw new IllegalStateException("invalid date string: " + e.getMessage());
|
/external/qemu/distrib/ |
make-distrib.sh | 16 DATE=$(date +%Y%m%d) 17 PACKAGE=android-emulator-$DATE
|
/external/v8/tools/visual_studio/ |
js2c.cmd | 6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %SOURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-debugger.js %SOURCE_DIR%\liveedit-debugger.js %SOURCE_DIR%\mirror-debugger.js %SOURCE_DIR%\date.js %SOURCE_DIR%\regexp.js %SOURCE_DIR%\json.js
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
recentstatus.py | 44 self._last_status = QueueStatus.all().filter("queue_name =", queue.name()).order("-date").get() 56 return self._last_status.date 61 return max(self._last_status_date(), self._work_items.date)
|
/libcore/luni/src/main/java/java/sql/ |
Date.java | 21 * A class which can consume and produce dates in SQL {@code Date} format. 23 * Dates are represented in SQL as {@code yyyy-MM-dd}. Note that this date 27 * This is unlike the familiar {@code java.util.Date} object, which also includes 32 * java.sql.Date} class are "normalized" to the time 00:00:00.000 GMT on the 33 * date implied by the time value. 36 public class Date extends java.util.Date { 41 * Constructs a {@code Date} object corresponding to the supplied year, 44 * @deprecated Use the constructor {@link #Date(long)}. 55 public Date(int theYear, int theMonth, int theDay) [all...] |
Time.java | 20 import java.util.Date; 26 public class Time extends Date { 33 * <i>Day</i> elements of the {@code Time} object are set to the date 70 * {@code Time} object does not have a {@code Date} component. 126 * {@code Time} object does not have a {@code Date} component. 202 private void format(int date, int digits, StringBuilder sb) { 203 String str = String.valueOf(date);
|
/external/v8/src/ |
date.js | 35 // This file contains date support implemented in JavaScript. 41 const $Date = global.Date; 45 throw new $TypeError('this is not a Date object.'); 339 // Compute number of days given a year, month, date. 340 // Note that month and date can lie outside the normal range. 345 function MakeDay(year, month, date) { 346 if (!$isFinite(year) || !$isFinite(month) || !$isFinite(date)) return $NaN; 351 date = TO_INTEGER_MAP_MINUS_ZERO(date); [all...] |
/external/v8/test/mjsunit/regress/ |
regress-399.js | 30 var date = new Date(1.009804e12); 31 var year = String(date).match(/.*(200\d)/)[1]; 32 assertEquals(year, date.getFullYear());
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
CallLogActivityTests.java | 48 import java.util.Date; 455 * @param date In millisec since epoch. Use NOW to use the current time. 462 private void insertWithCachedValues(String number, long date, int duration, int type, 464 insert(number, date, duration, type); 484 * @param date In millisec since epoch. Use NOW to use the current time. 488 private void insert(String number, long date, int duration, int type) { 489 insertValues(getValuesToInsert(number, date, duration, type)); 503 * @param date In millisec since epoch. Use NOW to use the current time. 507 private Object[] getValuesToInsert(String number, long date, int duration, int type) { 511 values[CallLogQuery.DATE] = date == NOW ? new Date().getTime() : date [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 8 Date.prototype.formatDate = function (input,time) { 10 // a PHP date like function, for formatting date strings 11 // See: http://www.php.net/date 17 // the current "this" date object's set time. 158 // RFC 822 formatted date 201 var ny = new Date("January 1 " + Y() + " 00:00:00"); 210 // of the previous year, as the date, and then just 212 var prevNY = new Date("December 31 " + (Y()-1) + " 00:00:00"); 238 var newDate = new Date("January 1 2001 00:00:00 +0000") [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
date-format-tofte.js | 8 Date.prototype.formatDate = function (input,time) { 10 // a PHP date like function, for formatting date strings 11 // See: http://www.php.net/date 17 // the current "this" date object's set time. 158 // RFC 822 formatted date 201 var ny = new Date("January 1 " + Y() + " 00:00:00"); 210 // of the previous year, as the date, and then just 212 var prevNY = new Date("December 31 " + (Y()-1) + " 00:00:00"); 238 var newDate = new Date("January 1 2001 00:00:00 +0000") [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
RecurrenceProcessor.java | 111 // last "until" date or "rdate". 621 * value. Returns an array of longs where each element is a date in UTC 632 * @return an array of dates, each date is in UTC milliseconds 645 // do so) because the "until" date string is specified in UTC and that 714 * strings containing the start date/times of the occurrences; the output 721 * @param dtstart the dtstart date as defined in RFC2445. This 724 * @param rangeStartDateValue the first date-time you care about, inclusive 725 * @param rangeEndDateValue the last date-time you care about, not inclusive (so 836 // Ensure that the "until" date string is specified in UTC. 838 // 15 is length of date-time without trailing Z e.g. "20090204T075959 [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 344 * Generate a time in milliseconds from a date string that represents a date/time in GMT 345 * @param date string in format 20090211T180303Z (rfc2445, iCalendar). 348 public static long parseDateTimeToMillis(String date) { 349 GregorianCalendar cal = parseDateTimeToCalendar(date); 354 * Generate a GregorianCalendar from a date string that represents a date/time in GMT 355 * @param date string in format 20090211T180303Z (rfc2445, iCalendar). 358 public static GregorianCalendar parseDateTimeToCalendar(String date) { 359 GregorianCalendar cal = new GregorianCalendar(Integer.parseInt(date.substring(0, 4)) [all...] |
/system/core/toolbox/ |
ls.c | 164 char date[32]; local 191 strftime(date, 32, "%Y-%m-%d %H:%M", localtime((const time_t*)&s.st_mtime)); 192 date[31] = 0; 203 date, name); 207 mode, user, group, s.st_size, date, name); 226 mode, user, group, date, name, linkto); 231 mode, user, group, date, name);
|
/frameworks/base/core/java/android/provider/ |
Telephony.java | 92 * The date the message was received 95 public static final String DATE = "date"; 98 * The date the message was sent 204 public static final String DEFAULT_SORT_ORDER = "date DESC"; 214 * @param date the timestamp for the message 221 Long date, boolean read, boolean deliveryReport) { 223 date, read, deliveryReport, -1L); 234 * @param date the timestamp for the message 242 Long date, boolean read, boolean deliveryReport, long threadId) [all...] |