HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 176 - 200 of 579) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/samples/date/
date.c 7 * File date.c
11 * Date Name Description
46 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status);
49 /* The version of date */
82 /* display date in gmt */
86 /* display date in gmt */
90 /* display date in long format */
94 /* display date in medium format */
98 /* display date in short format */
119 /* done with options, display date */
192 date(const UChar *tz, function
    [all...]
  /external/icu4c/test/intltest/
caltztst.cpp 11 * Date Name Description
136 // Tries to mimic the Java Date.toString() format.
178 // Utility methods to create a date. This is useful for converting Java constructs
179 // which create a Date object.
181 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) function in class:CalendarTimeZoneTest
186 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol
198 // Utility methods to create a date. The returned Date is UTC rather than local.
199 /*Date
205 Date dt = date(y, m, d, hr, min, sec)
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 228 pRights->DisplayConstraint.StartTime.date;
232 pRights->DisplayConstraint.EndTime.date;
236 pRights->DisplayConstraint.Interval.date;
244 pRights->PlayConstraint.StartTime.date;
248 pRights->PlayConstraint.EndTime.date;
252 pRights->PlayConstraint.Interval.date;
261 pRights->ExecuteConstraint.StartTime.date;
265 pRights->ExecuteConstraint.EndTime.date;
269 pRights->ExecuteConstraint.Interval.date;
278 pRights->PrintConstraint.StartTime.date;
390 int32_t year, mon, day, hour, min, sec, date, time; local
    [all...]
  /libcore/luni/src/main/java/javax/security/cert/
X509Certificate.java 32 import java.util.Date;
147 public void checkValidity(Date date)
151 cert.checkValidity(date);
175 public Date getNotBefore() {
179 public Date getNotAfter() {
243 * Checks whether the certificate is valid at the specified date.
245 * @param date
246 * the date to check the validity against.
253 public abstract void checkValidity(Date date
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallDetailHistoryAdapter.java 134 TextView dateView = (TextView) result.findViewById(R.id.date);
141 // Set the date.
142 CharSequence dateValue = DateUtils.formatDateRange(mContext, details.date, details.date,
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapStringTest.java 30 import java.util.Date;
95 final ImapString date = new ImapSimpleString("01-Jan-2009 11:34:56 -0100"); local
97 assertTrue(date.isDate());
98 Date d = date.getDateOrNull();
  /external/chromium/chrome/browser/resources/
crashes.js 43 var date = document.createElement('p');
44 date.textContent = localStrings.getStringF('crashTimeFormat',
46 crashBlock.appendChild(date);
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 37 import java.util.Date;
48 * SimpleDateFormat pattern for an ISO 8601 date
63 * Not-before date from the validity period
65 private final Date mValidNotBefore;
68 * Not-after date from the validity period
70 private final Date mValidNotAfter;
147 * @param validNotBefore The not-before date from the certificate
149 * @param validNotAfter The not-after date from the certificate
163 * @param validNotBefore The not-before date from the certificate validity period
164 * @param validNotAfter The not-after date from the certificate validity perio
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 30 import java.util.Date;
94 String date = dateFormat.format(new Date()); local
96 + "-" + date
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 25 import java.util.Date;
41 String date = format.format(new Date(System.currentTimeMillis())); local
42 out.println("<api-coverage generatedTime=\"" + date + "\">");
  /external/dhcpcd/mk/
dist.mk 14 _SNAP_SH= date -u +%Y%m%d%H%M
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 27 date +"%D %T $*" >>${LOGFILE}
  /external/markdown/markdown/extensions/
rss.py 27 month, date, year = heading.split()
30 return rdftime(" ".join((month, date, year, "12:00:00 AM")))
42 return "date"
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 43 * @version 1.2 $Revision: 1.21 $ $Date: 2009/10/18 13:46:37 $
137 String date = Long.toString(System.currentTimeMillis() + callIDCounter++ local
139 byte cid[] = digester.digest(date.getBytes());
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 690 QScriptValue date = eng.newDate(0); local
691 QCOMPARE(date.isValid(), true);
692 QCOMPARE(date.isDate(), true);
693 QCOMPARE(date.isObject(), true);
694 QVERIFY(!date.isFunction());
695 // prototype should be Date.prototype
696 QCOMPARE(date.prototype().isValid(), true);
697 QCOMPARE(date.prototype().isDate(), true);
698 QCOMPARE(date.prototype().strictlyEquals(eng.evaluate("Date.prototype")), true)
702 QScriptValue date = eng.newDate(dt); local
715 QScriptValue date = eng.newDate(dt); local
    [all...]
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 77 // get the entries for that date
330 // Test against date limit. Since the items are ordered newest to oldest, we can stop comparing
333 DATE lastVisitedTime;
462 /* [in] */ DATE* calendarDates)
477 m_orderedLastVisitedDays = adoptArrayPtr(new DATE[dateCount]);
483 sort(m_orderedLastVisitedDays.get(), m_orderedLastVisitedDays.get() + dateCount, greater<DATE>());
486 memcpy(calendarDates, m_orderedLastVisitedDays.get(), dateCount * sizeof(DATE));
493 /* [in] */ DATE calendarDate)
705 // Remove the item from date caches before changing its last visited date. Otherwise we might get duplicate entrie
858 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(day, timeZone.get()); local
959 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(time, timeZone); local
    [all...]
  /external/webkit/Tools/TestResultServer/model/
dashboardfile.py 43 date = db.DateTimeProperty(auto_now_add=True) variable in class:DashboardFile
50 return query.order("-date").fetch(limit)
102 file.date = datetime.now()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 31 import java.util.Date;
91 Date now = new Date();
93 CharSequence date = DateFormat.getLongDateFormat(context).format(now); local
94 setText(context.getString(R.string.status_bar_date_formatter, dow, date));
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 33 * default to the date the Gregorian calendar was instituted (October 15, 1582
34 * in some countries, later in others). The cutover date may be changed by the
54 * date, leap year rules were applied irregularly, and before 45 BC the Julian
125 * // and the current date and time
127 * Date trialTime = new Date();
136 * System.out.println("DATE: " + calendar.get(Calendar.DATE));
161 * System.out.println("DATE: " + calendar.get(Calendar.DATE));
508 int date = dayOfYear - daysInYear(leapYear, month); local
1213 int date = dayOfYear - daysInYear(leapYear, month); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 24 test $(COPYRIGHT_YEAR) = `date +%Y` || \
  /external/icu4c/i18n/
olsontz.cpp 220 // Note: Setting finalStartYear to the finalZone is problematic. When a date is around
370 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); local
372 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
379 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff,
384 if (finalZone != NULL && date >= finalStartMillis) {
385 finalZone->getOffset(date, local, rawoff, dstoff, ec);
387 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
392 OlsonTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
397 if (finalZone != NULL && date >= finalStartMillis) {
398 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 37 * Date: 09 September 2003
80 date=formfield.value;
83 year=date.substring(0,4);
84 hy1=date.charAt(4);
85 month=date.substring(5,7);
86 hy2=date.charAt(7);
87 day=date.substring(8,10);
88 today=new Date();
93 if(date.match(/^\s*$/)) {return true; }
115 date=formfield.value
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java 32 import java.util.Date;
64 String date = DateFormat.getInstance().format(new Date()); local
65 new SslCertificate("c=129", "e=weji", date, date);
80 public void checkValidity(Date date) throws CertificateExpiredException,
105 public Date getNotAfter() {
106 return new Date(System.currentTimeMillis());
110 public Date getNotBefore()
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimeZoneTest.java 22 import java.util.Date;
201 Date date = new Date(07, 2, 24); local
202 assertEquals(300, date.getTimezoneOffset());
203 date = new Date(99, 8, 1);
204 assertEquals(240, date.getTimezoneOffset());
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509AttributeCertificate.java 14 import java.util.Date;
37 * Return the date before which the certificate is not valid.
39 * @return the "not valid before" date.
41 public Date getNotBefore();
44 * Return the date after which the certificate is not valid.
46 * @return the "not valid afer" date.
48 public Date getNotAfter();
84 public void checkValidity(Date date)

Completed in 1307 milliseconds

1 2 3 4 5 6 78 91011>>