/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
X509V1CertificateGenerator.java | 17 import java.util.Date; 105 Date date) 107 tbsGen.setStartDate(new Time(date)); 111 Date date) 113 tbsGen.setEndDate(new Time(date));
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 80 void set_date_added(const base::Time& date) { date_added_ = date; } 88 void set_date_folder_modified(const base::Time& date) { 89 date_folder_modified_ = date; 153 // Date we were created. 277 // Adds a url with a specific creation date. 295 // Sets the date modified time of the specified node. 298 // Resets the 'date modified' time of the node to 0. This is used during
|
/external/icu4c/i18n/unicode/ |
ucal.h | 40 * with the current date and time. We need to specify the type of 57 * needed to implement the date-time formatting for a particular language 123 * The date or time format strings are not part of the definition of a 131 * month up in the date <code>December 12, <b>1996</b></code> results in 135 * <code>Calendar</code> also provides a date arithmetic function for 137 * For example, subtracting 5 days from the date <code>September 12, 1996</code> 398 * the date-related fields. 602 * Get the current date and time. 604 * @return The current date and time. 746 * Sets the GregorianCalendar change date. This is the point when the switch fro [all...] |
simpletz.h | 11 * Date Name Description 275 * the exact starting date. Their exact meaning depend on their respective signs, 319 * the exact starting date. Their exact meaning depend on their respective signs, 361 * Sets the DST start rule to a fixed date within a month. 364 * @param dayOfMonth The date in that month (1-based). 374 * Sets the DST start rule to a fixed date within a month. 377 * @param dayOfMonth The date in that month (1-based). 390 * Sets the DST start rule to a weekday before or after a give date within 394 * @param dayOfMonth A date within that month (1-based). 408 * Sets the DST start rule to a weekday before or after a give date withi [all...] |
/external/icu4c/i18n/ |
vzone.cpp | 130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, 132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec); 151 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) { 152 return ((VTimeZone*)zone)->VTimeZone::inDaylightTime(date, status);
|
/external/icu4c/test/intltest/ |
dtfmttst.h | 53 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
|
loctest.h | 98 static UDate date(int32_t y, int32_t m, int32_t d, int32_t hr = 0, int32_t min = 0, int32_t sec = 0);
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 124 date = "(J?[0-9]+|M[0-9]+\.[0-9]+\.[0-9]+)" 125 datetime = "," date "(/" time ")?" 245 # Use the proposed TZ to output the current date relative to UTC. 252 TZdate=$(LANG=C TZ="$TZ_for_date" date) 253 UTdate=$(LANG=C TZ=UTC0 date)
|
/external/jsilver/src/org/clearsilver/ |
HDF.java | 21 import java.util.Date; 97 * Export a date to a clearsilver tree using a specified timezone 99 void exportDate(String hdfName, TimeZone timeZone, Date date); 102 * Export a date to a clearsilver tree using a specified timezone
|
/external/libffi/src/ |
types.c | 72 # error FFI_TYPE_LONGDOUBLE out of date
|
/external/qemu-pc-bios/vgabios/ |
Makefile | 12 RELDATE = `date '+%d %b %Y'`
|
/external/v8/test/mjsunit/regress/ |
regress-396.js | 30 function DateYear(date) { 31 var string = date.getYear() + ''; 38 assertEquals('1995', DateYear(new Date('Dec 25, 1995'))); 39 assertEquals('2005', DateYear(new Date('Dec 25, 2005')));
|
/external/webkit/Source/WebKit/chromium/public/ |
WebIDBKey.h | 80 WEBKIT_API double date() const; // Only valid for DateType.
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundlePageLoaderClient.h | 67 void willPerformClientRedirectForFrame(WebPage*, WebFrame*, const String& url, double delay, double date);
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
dashboard.py | 47 "status_date": queue_status.date if queue_status else None,
|
updateworkitems.py | 58 work_items.date = datetime.now()
|
/external/webkit/Tools/QueueStatusServer/model/ |
workitems.py | 37 date = db.DateTimeProperty(auto_now_add=True) variable in class:WorkItems
|
/external/webkit/Tools/wx/packaging/ |
build-mac-installer.py | 52 date = str(datetime.date.today()) variable 56 pkgname = "wxWebKit-%s-wx%s-py%s-%s" % (platform, wx_version[:3], py_version, date) 150 '--version ' + date.strip(),
|
/external/webkit/WebKitLibraries/win/tools/scripts/ |
auto-version.sh | 87 BUILD_DATE=$(date)
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
ObjectViewer.java | 39 import java.util.Date; 141 Date date = new Date(info.getDateCreated() * 1000); local 142 view.setText(date.toString()); 144 date = new Date(info.getDateModified() * 1000); 145 view.setText(date.toString());
|
/libcore/luni/src/main/java/java/security/cert/ |
X509Certificate.java | 24 import java.util.Date; 103 * Checks whether the certificate is valid at the specified date. 105 * @param date 106 * the date to check the validity against. 113 public abstract void checkValidity(Date date) 254 * Returns the {@code notBefore} date from the validity period of the 259 public abstract Date getNotBefore(); 262 * Returns the {@code notAfter} date of the validity period of the 267 public abstract Date getNotAfter() [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
Duration.java | 25 import java.util.Date; 89 * @version $Revision: 759828 $, $Date: 2009-03-29 18:26:29 -0700 (Sun, 29 Mar 2009) $ 96 * <p>Return the name of the XML Schema date/time type that this instance 104 * Required fields for XML Schema 1.0 Date/Time Datatypes.<br/> 105 * <i>(timezone is optional for all date/time datatypes)</i> 154 * @throws IllegalStateException If the combination of set fields does not match one of the XML Schema date/time datatypes. 198 + " this Duration does not match one of the XML Schema date/time datatypes:" 344 * For example, for any <code>Date</code> value <code>x</code>,</p> 351 * Note that this method uses the {@link #addTo(Date)} method, 353 * very large values in its fields. See the {@link #addTo(Date)} [all...] |
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DownloadAdapter.java | 38 import java.util.Date; 118 Date date = new Date(mCursor.getLong(mDateColumnId)); local 119 if (date.before(getStartOfToday())) { 120 return mDateFormat.format(date); 122 return mTimeFormat.format(date); 126 private Date getStartOfToday() {
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CRLSelectorTest.java | 36 import java.util.Date; 59 private Date thisUpdate = null; 60 private Date nextUpdate = null; 66 public TestCRL(Date thisUpdate, Date nextUpdate) { 74 public void setUpdateDates(Date thisUpdate, Date nextUpdate) { 142 public Date getThisUpdate() { 146 public Date getNextUpdate() { 394 * setDateAndTime(Date dateAndTime) method testing 533 Date date = new Date(200); local 562 Date date = new Date(200); local 589 Date date = new Date(200); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 397 Time date = new Time(); local 399 date.timezone = Time.TIMEZONE_UTC; 401 date.set(mStartMillis); 402 date.second--; 403 date.normalize(false); 407 date.switchTimezone(Time.TIMEZONE_UTC); 408 eventRecurrence.until = date.format2445();
|