HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 276 - 300 of 414) sorted by null

<<11121314151617

  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h 157 __le16 time,date,start; member in struct:msdos_dir_entry
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h 157 __le16 time,date,start; member in struct:msdos_dir_entry
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
msdos_fs.h 157 __le16 time,date,start; member in struct:msdos_dir_entry
  /ndk/build/tools/
build-gcc.sh 34 RELEASE=`date +%Y%m%d`
rebuild-all-prebuilt.sh 192 RELEASE=`date +%Y%m%d`
make-release.sh 28 # the default release name (use today's date)
29 RELEASE=`date +%Y%m%d`
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountSyncSettings.java 56 import java.util.Date;
306 Date date = new Date(); local
346 date.setTime(successEndTime);
347 final String timeString = mDateFormat.format(date) + " "
348 + mTimeFormat.format(date);
  /dalvik/libcore/luni/src/main/java/java/util/
Calendar.java 30 * {@code Date} object and a set of integer fields such as
32 * {@code HOUR}, and so on. (A {@code Date} object represents a
33 * specific instant in time with millisecond precision. See {@link Date} for
34 * information about the {@code Date} class.)
37 * Subclasses of {@code Calendar} interpret a {@code Date}
45 * have been initialized with the current date and time: <blockquote>
53 * to implement the date-time formatting for a particular language and calendar
94 * When computing a {@code Date} from time fields, two special
96 * {@code Date} (such as only year and month but no day in the month), or
104 * of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc
    [all...]
  /external/bluetooth/glib/tests/
makefile.msc.in 31 date-test.exe \
  /external/icu4c/test/cintltst/
cdattst.c 16 /* C API TEST FOR DATE FORMAT */
87 /* this is supposed to open default date format, but later on it treats it like it is "en_US"
93 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
100 log_err("FAIL: error in creating the dateformat using medium date style with italian locale\n %s\n",
107 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n",
115 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
127 log_verbose("The number of locales for which date/time formatting patterns are available is %d\n", numlocales);
134 log_data_err("FAIL: date format %s (getAvailable(%d)) is not instantiable: %s\n", udat_getAvailable(i), i, u_errorName(subStatus));
140 log_verbose("\nTesting the udat_clone() function of date format\n");
149 log_verbose("\nTesting the udat_format() function of date format\n")
768 UDateFormat *date=0, *time=0, *full=0; local
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 175 my $date = localtime;
192 $html = $date;
  /external/webkit/WebCore/loader/
CachedResource.cpp 130 double dateValue = m_response.date();
149 double dateValue = m_response.date();
FTPDirectoryParser.cpp 48 QDate date(input.date());
49 result.tm_year = date.year() - 1900;
50 result.tm_mon = date.month();
51 result.tm_mday = date.day();
52 result.tm_wday = date.dayOfWeek();
53 result.tm_yday = date.dayOfYear();
345 isASCIIDigit(*tokens[2]) && /* date */
597 * Filename FileType Fm Format Lrecl Records Blocks Date Time
676 /* There may be Y2K bugs in the date. Don't simplify t
    [all...]
  /external/webkit/WebKit/win/
MarshallingHelpers.cpp 132 CFAbsoluteTime MarshallingHelpers::DATEToCFAbsoluteTime(DATE date)
135 // DATE: This is the same numbering system used by most spreadsheet programs,
137 // set January 1, 1900 to 1.0. The date can be converted to and from an MS-DOS
142 // to the absolute reference date of 1 Jan 2001 00:00:00 GMT.
144 // date and the specified date. Negative values indicate dates/times before
145 // the reference date. Positive values indicate dates/times after the
146 // reference date.
148 return round((date + windowsEpochAbsoluteTime()) * secondsPerDay)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
Rfc822Output.java 44 import java.util.Date;
57 // In MIME, en_US-like date format should be used. In other words "MMM" should be encoded to
134 String date = mDateFormat.format(new Date(message.mTimeStamp)); local
135 writeHeader(writer, "Date", date);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 139 long date = cursor.getLong(columnsMap.mColumnSmsDate); local
141 MessageUtils.formatTimeStampString(context, date));
311 // to show "Sending..." or the sent date.
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RRuleTest.java 36 for (long date : dates) {
37 time.set(date);
50 // Use this date as end of recurrence unlessotherwise specified.
69 * so this is faked by expanding until the endAt date, and then taking limit results.
71 * @param advanceTo The starting date for expansion. dtstartStr is used if null is passed in.
72 * @param endAt The ending date. DEFAULT_END is used if null is passed in.
113 boolean truncate = dtstartStr.length() <= 8; // Just date, not date-time
236 // if UNTIL date does not match start date, then until date treated a
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java 30 import java.util.Date;
58 * <li>file last changed date
209 * closed without modifying it, but updating the file date and time.
212 * modified date of the file cannot be set. Also, as from v1.3 this method
542 * Copies a file to a directory preserving the file date.
562 * Copies a file to a directory optionally preserving the file date.
571 * @param preserveFileDate true if the file date of the copy
591 * Copies a file to a new location preserving the file date.
620 * @param preserveFileDate true if the file date of the copy
661 * @param preserveFileDate whether to preserve the file date
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
jsref.js 243 * Date functions used by tests in Date suite
470 print( new Date( UTC(dst_start + LocalTZA())) );
553 function MakeDay( year, month, date ) {
554 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
559 date = ToInteger(date );
594 return ( (Day(t)) + date - 1 );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 203 * Date functions used by tests in Date suite
430 print( new Date( UTC(dst_start + LocalTZA())) );
514 function MakeDay( year, month, date ) {
515 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
520 date = ToInteger(date );
555 return ( (Day(t)) + date - 1 );
  /external/icu4c/i18n/
zonemeta.cpp 215 * Convert a date string used by metazone mappings to UDate.
282 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY local
284 return date;
916 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) {
922 if (mzm->from <= date && mzm->to > date) {
    [all...]
  /external/tcpdump/
smbutil.c 32 * interpret a 32 bit dos packed date/time to some parameters
35 interpret_dos_date(u_int32_t date, struct tm *tp)
39 p0 = date & 0xFF;
40 p1 = ((date & 0xFF00) >> 8) & 0xFF;
41 p2 = ((date & 0xFF0000) >> 16) & 0xFF;
42 p3 = ((date & 0xFF000000) >> 24) & 0xFF;
54 * create a unix date from a dos date
73 * create a unix date from a dos date
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 24 import java.util.Date;
80 this.checkValidity(new Date());
84 Date date)
87 if (date.after(this.getNotAfter()))
92 if (date.before(this.getNotBefore()))
152 public Date getNotBefore()
157 public Date getNotAfter()
630 buf.append(" Start Date: ").append(this.getNotBefore()).append(nl);
631 buf.append(" Final Date: ").append(this.getNotAfter()).append(nl)
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 29 import java.util.Date;
208 Date date = new Date(109, 0, 19, 3, 30, 15); local
209 long fixedTime = date.getTime();
212 Date dateWithCurrentYear = new Date(currentYear - 1900, 0, 19, 3, 30, 15);

Completed in 460 milliseconds

<<11121314151617