/external/webkit/WebCore/bridge/qt/ |
qt_runtime.cpp | 95 Date, 108 const char *map[] = { "Variant", "Number", "Boolean", "String", "Date", 136 return Date; 185 case Date: 458 if (type == Date) { 459 DateInstance* date = static_cast<DateInstance*>(object); local 461 msToGregorianDateTime(exec, date->internalNumber(), true, gdt); 815 QDate date = QDate::currentDate(); local 819 date = variant.value<QDate>(); 824 date = dt.date() [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 261 * a start date). 262 * If you just want to verify that an instance exists in a given date 281 // Convert all the instance date strings to UTC milliseconds 332 String date = DateUtils.formatDateRange(mContext, begin, begin, flags); local 335 title, date); 349 * the given date range. 359 * contains a specific instance of an event (specified by "date"). 361 * @param startDate the beginning of the date range 362 * @param endDate the end of the date range 363 * @param date the date or date-time string of an event instanc 397 String date = DateUtils.formatDateRange(mContext, instance, instance, flags); local [all...] |
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimestampTest.java | 26 import java.util.Date; 84 // ...this is accepted despite being a crazy date specification 85 // ...it is treated as the correct format date 3000-06-08 12:40:06.875 !! 466 String date = "1970-01-01 22:17:59.0 "; local 467 Timestamp t = Timestamp.valueOf(date); 776 * @tests java.sql.Timestamp#compareTo(java.util.Date) 782 args = {java.util.Date.class} 785 Date theTest = new Timestamp(TIME_EARLY); 786 Date theTest2 = new Timestamp(TIME_LATE); 790 Date theTimestamp2 = new Timestamp(element) [all...] |
/external/icu4c/i18n/ |
vtzone.cpp | 151 static UnicodeString& appendMillis(UDate date, UnicodeString& str) { 157 if (date < MIN_MILLIS) { 159 } else if (date > MAX_MILLIS) { 162 number = (int64_t)date; 185 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME 211 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIM [all...] |
/external/opencore/tools_v2/build/make/ |
sdkinfo_nr.mk | 70 DATE := gnu_date 74 DATE := date 81 time_okay := $(shell $(DATE) -u +"$(header_date_format)") 96 header_time:= $(shell $(DATE) -u +"$(header_date_format)")
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 12 # date - 32 bit value in big endian order - seconds since 111 ATTRIBUTE Expiration 21 date
|
/external/quake/quake/src/WinQuake/ |
quake-rogue.spec.sh | 71 directions for Quake to date; and the most popular too!
|
/external/v8/ |
Android.v8common.mk | 135 src/date.js \
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
scm_unittest.py | 40 from datetime import date namespace 144 git_failure_message="Merge conflict during commit: Your file or directory 'WebCore/ChangeLog' is probably out-of-date: resource out of date; try updating at /usr/local/libexec/git-core//git-svn line 469" 146 svn: File or directory 'ChangeLog' is out of date; try updating 147 svn: resource out of date; try updating 291 # svn-apply will update ChangeLog entries with today's date. 292 return changelog_entry.replace('DATE_HERE', date.today().isoformat())
|
/frameworks/base/core/java/com/android/internal/widget/ |
ContactHeaderWidget.java | 566 long date = c.getLong(ContactQuery.CONTACT_STATUS_TIMESTAMP); local 568 // Set the date/time field by mixing relative and absolute 572 timestamp = DateUtils.getRelativeTimeSpanString(date,
|
/frameworks/base/media/libdrm/mobile1/src/parser/ |
parser_rel.c | 131 YMD_HMS_2_INT(year, mon, day, dateTime->date, hour, min, sec, 408 YMD_HMS_2_INT(year, mon, day, pConstraint->Interval.date, hour,
|
/hardware/libhardware_legacy/gps/ |
gps_qemu.c | 238 // no date yet, get current one 264 nmea_reader_update_date( NmeaReader* r, Token date, Token time ) 266 Token tok = date; 270 D("date not properly formatted: '%.*s'", tok.end-tok.p, tok.p); 278 D("date not properly formatted: '%.*s'", tok.end-tok.p, tok.p);
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 44 var:sdk.date ?></em></p><?cs 139 keep your development environment up-to-date. </li>
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Formatter.java | 136 * conversions are a single character, but date/time conversions all start with {@code t} and 143 * This table shows the available single-character (non-date/time) conversion types: 320 * As with the other conversions, date/time conversion has an uppercase format. Replacing 324 * This table shows the date/time conversions: 327 * <TD COLSPAN=4><B>Date/time conversions</B> 329 * Calendar, Date, and Long (representing milliseconds past the epoch) are all acceptable 330 * as date/time arguments. Any other type is an error. The epoch is 1970-01-01 00:00:00 UTC. 359 * <td width="25%">Locale-preferred date and time representation. (See {@link java.text.DateFormat} for more variations.)</td> 377 * <td width="25%">Ambiguous US date format (MM/DD/YY). Do not use.</td> 389 * <td width="25%">Full date in ISO 8601 format (YYYY-MM-DD).</td 1997 Date date = null; local [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
TimeZoneTest.java | 29 import java.util.Date; 223 public boolean inDaylightTime(Date date) {
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
X509Certificate2Test.java | 38 import java.util.Date; 102 args = {java.util.Date.class} 199 s.checkValidity(new Date()); 299 public void checkValidity(Date date) { 318 public Date getNotBefore() { 322 public Date getNotAfter() {
|
/external/webkit/WebKitTools/CodeCoverage/ |
regenerate-coverage-display | 88 date = time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(last_time)) 107 <td class="headerItem" width="20%%">Date:</td> 108 <td class="headerValue" width="20%%">%(date)s</td>
|
/frameworks/base/core/tests/coretests/src/com/android/internal/net/ |
DomainNameValidatorTest.java | 41 import java.util.Date; 277 public void checkValidity(Date date) throws CertificateExpiredException, 303 public Date getNotAfter() { 308 public Date getNotBefore() {
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventInfoActivity.java | 886 Time date = new Time(); local [all...] |
/frameworks/base/services/java/com/android/server/ |
DropBoxManagerService.java | 308 String date = time.format("%Y-%m-%d %H:%M:%S"); local 312 match = (date.contains(arg) || arg.equals(entry.tag)); 318 out.append(date).append(" ").append(entry.tag == null ? "(no tag)" : entry.tag); 579 // (Zero-length/lost files are trimmed by date from mAllFiles.)
|
/external/icu4c/test/cintltst/ |
ccaltst.c | 290 /*Testing the current time and date using ucal_getnow()*/ 293 /* open the date format and format the date to check the output */ 299 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) ); 463 /* this is supposed to open default date format, but later on it treats it like it is "en_US" 475 log_verbose("\nTesting the date and time fetched in millis for a calendar using getMillis\n"); 482 log_verbose("\nTesting the set date and time function using setMillis\n"); 488 /*testing if the calendar date is set properly or not */ 568 log_err("error in setting the calendar date : %s\n", u_errorName(status)); 570 /*checking if the calendar date is set properly or not * 1350 UDate date; local [all...] |
/external/icu4c/test/intltest/ |
tztest.cpp | 200 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne); 201 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne); 325 UDate d = date(97, UCAL_APRIL, 30); 595 // REFERENCE_DATA_VERSION is out of date - so we 605 // data is valid for the date after the reference year below. [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageList.java | 77 import java.util.Date; 1735 Date date = new Date(timestamp); local [all...] |
MessageView.java | 84 import java.util.Date; 357 mDateView = (TextView) findViewById(R.id.date); 399 mTimeFormat = android.text.format.DateFormat.getTimeFormat(this); // 12/24 date format 1336 Date date = new Date(message.mTimeStamp); local [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduPersister.java | 120 Mms.DATE, 259 LONG_COLUMN_INDEX_MAP.put(PduHeaders.DATE, PDU_COLUMN_DATE); 265 LONG_COLUMN_NAME_MAP.put(PduHeaders.DATE, Mms.DATE); 820 long date = sendReq.getDate(); local [all...] |