/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/icu4c/i18n/ |
olsontz.cpp | 325 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); local 327 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff); 334 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, 340 // for the case in which finalMillis == DBL_MAX, date == DBL_MAX, 342 if (date >= finalMillis && finalZone != 0) { 343 finalZone->getOffset(date, local, rawoff, dstoff, ec); 345 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff); 350 OlsonTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 355 if (date >= finalMillis && finalZone != 0) { 356 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec) [all...] |
zonemeta.h | 62 static UnicodeString& U_EXPORT2 getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result);
|
/external/webkit/WebKit/win/ |
WebHistory.cpp | 79 // get the entries for that date 332 // Test against date limit. Since the items are ordered newest to oldest, we can stop comparing 335 DATE lastVisitedTime; 464 /* [in] */ DATE* calendarDates) 479 m_orderedLastVisitedDays.set(new DATE[dateCount]); 485 sort(m_orderedLastVisitedDays.get(), m_orderedLastVisitedDays.get() + dateCount, greater<DATE>()); 488 memcpy(calendarDates, m_orderedLastVisitedDays.get(), dateCount * sizeof(DATE)); 495 /* [in] */ DATE calendarDate) 707 // Remove the item from date caches before changing its last visited date. Otherwise we might get duplicate entrie 860 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(day, timeZone.get()); local 961 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(time, timeZone); local [all...] |
/external/webkit/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...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
X509Certificate.java | 24 import java.util.Date; 106 * Checks whether the certificate is valid at the specified date. 108 * @param date 109 * the date to check the validity against. 116 public abstract void checkValidity(Date date) 258 * Returns the {@code notBefore} date from the validity period of the 263 public abstract Date getNotBefore(); 266 * Returns the {@code notAfter} date of the validity period of the 271 public abstract Date getNotAfter() [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/ |
X509V1CertificateGenerator.java | 15 import java.util.Date; 100 Date date) 102 tbsGen.setStartDate(new Time(date)); 106 Date date) 108 tbsGen.setEndDate(new Time(date));
|
X509V2CRLGenerator.java | 16 import java.util.Date; 101 Date date) 103 tbsGen.setThisUpdate(new DERUTCTime(dateF.format(date) + "Z")); 107 Date date) 109 tbsGen.setNextUpdate(new DERUTCTime(dateF.format(date) + "Z")); 116 public void addCRLEntry(BigInteger userCertificate, Date revocationDate, int reason)
|
X509V3CertificateGenerator.java | 16 import java.util.Date; 99 Date date) 101 tbsGen.setStartDate(new Time(date)); 105 Date date) 107 tbsGen.setEndDate(new Time(date));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
X509AttributeCertificate.java | 14 import java.util.Date; 38 * Return the date before which the certificate is not valid. 40 * @return the "not valid before" date. 42 public Date getNotBefore(); 45 * Return the date after which the certificate is not valid. 47 * @return the "not valid afer" date. 49 public Date getNotAfter(); 89 public void checkValidity(Date date)
|
X509V1CertificateGenerator.java | 16 import java.util.Date; 104 Date date) 106 tbsGen.setStartDate(new Time(date)); 110 Date date) 112 tbsGen.setEndDate(new Time(date));
|
X509V2AttributeCertificateGenerator.java | 13 import java.util.Date; 92 Date date) 94 acInfoGen.setStartDate(new DERGeneralizedTime(date)); 98 Date date) 100 acInfoGen.setEndDate(new DERGeneralizedTime(date));
|
X509V3CertificateGenerator.java | 17 import java.util.Date; 107 Date date) 109 tbsGen.setStartDate(new Time(date)); 113 Date date) 115 tbsGen.setEndDate(new Time(date));
|
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
Duration.java | 25 import java.util.Date; 90 * @version $Revision: 759828 $, $Date: 2009-03-29 18:26:29 -0700 (Sun, 29 Mar 2009) $ 97 * <p>Return the name of the XML Schema date/time type that this instance 105 * Required fields for XML Schema 1.0 Date/Time Datatypes.<br/> 106 * <i>(timezone is optional for all date/time datatypes)</i> 155 * @throws IllegalStateException If the combination of set fields does not match one of the XML Schema date/time datatypes. 199 + " this Duration does not match one of the XML Schema date/time datatypes:" 345 * For example, for any <code>Date</code> value <code>x</code>,</p> 352 * Note that this method uses the {@link #addTo(Date)} method, 354 * very large values in its fields. See the {@link #addTo(Date)} [all...] |
/external/icu4c/test/intltest/ |
dtfmttst.h | 53 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
|
loctest.h | 95 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/libffi/src/ |
types.c | 72 # error FFI_TYPE_LONGDOUBLE out of date
|
/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/WebKitLibraries/win/tools/scripts/ |
auto-version.sh | 87 BUILD_DATE=$(date)
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBackupAgent.java | 141 mark.date = in.readLong(); 193 public long date; field in class:BrowserBackupAgent.Bookmark 209 BookmarkColumns.DATE, BookmarkColumns.CREATED, 227 long date = cursor.getLong(2); local 235 bout.writeLong(date);
|
/packages/apps/Settings/src/com/android/settings/ |
ZoneList.java | 159 long date = Calendar.getInstance().getTimeInMillis(); local 175 addItem(myData, id, displayName, date); 193 long date) { 198 int offset = tz.getOffset(date);
|
/sdk/eclipse/scripts/ |
build_server.sh | 6 # $2: Optional build number. If present, will be appended to the date qualifier. 71 # Qualifier is "v" followed by date/time in YYYYMMDDHHSS format and the optional 73 DATE=`date +v%Y%m%d%H%M` 74 QUALIFIER="$DATE" 85 # exclude date from build-zip name so it can be auto-calculated by continuous 86 # test process unless there's no build number, in which case the date is 88 ZIP_NAME="${BUILD_PREFIX}-${BUILD_NUMBER:-$DATE}.zip"
|