/external/eigen/lapack/ |
dsecnd_NONE.f | 33 *> \date November 2011
|
second_NONE.f | 33 *> \date November 2011
|
/external/icu/icu4c/source/i18n/ |
vzone.h | 111 * @param lastModified Receives the last modified date. 120 * @param lastModified The LAST-MODIFIED date. 139 * @param start The start date. 148 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date. 154 * around the specified date. 156 * @param time The date used for rule extraction. 166 * account) as of a particular reference date. The reference date is used to determine 169 * at this particular date and time?). For the time zones produced by createTimeZone(), 170 * the reference data is specified according to the Gregorian calendar, and the date [all...] |
/external/jsilver/src/org/clearsilver/ |
DelegatedHdf.java | 21 import java.util.Date; 123 String hdfname, TimeZone timeZone, Date date) { 124 getHdf().exportDate(hdfname, timeZone, date);
|
/external/ksoap2/kobjects/org/ksoap2/kobjects/isodate/ |
IsoDate.java | 27 public static final int DATE = 1; 36 public static String dateToString(Date date, int type) { 40 c.setTime(date); 44 if ((type & DATE) != 0) { 75 public static Date stringToDate(String text, int type) { 79 if ((type & DATE) != 0) { 102 c.setTime(new Date(0));
|
/external/snakeyaml/src/test/java/examples/jodatime/ |
JodaTimeFlowStylesTest.java | 18 import java.util.Date; 76 * 'date' must be used only with the explicit '!!timestamp' tag. 77 * Implicit tag will not work because 'date' is the JavaBean property 84 * provided JodaTimeContructor will be ignored because 'date' is a 107 * because 'date' is the JavaBean property. 128 "!!examples.jodatime.MyBean {date: !!timestamp '2001-09-09T01:46:40Z', id: id123}\n", 145 Date date = (Date) dateConstructor.construct(nnode); local 146 return new DateTime(date, DateTimeZone.UTC) [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
TypeSafeCollectionsTest.java | 18 import java.util.Date; 58 Map<MyWheel, Date> wheels = car.getWheels(); 63 Date date = wheels.get(wheel); local 64 long time = date.getTime(); 70 Map<MyWheel, Date> wheels = new TreeMap<MyWheel, Date>(); 76 wheels.put(mw, new Date(time + i)); 92 for (Date d : car.getWheels().values()) { 94 assertTrue(d.before(new Date(time + 1000 * 60 * 60 * 24))) [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
DelegatingX509Certificate.java | 33 import java.util.Date; 73 public void checkValidity(Date date) throws CertificateExpiredException, 75 mDelegate.checkValidity(date); 99 public Date getNotAfter() { 104 public Date getNotBefore() {
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
YearPickerView.java | 17 package com.android.datetimepicker.date; 32 import com.android.datetimepicker.date.DatePickerDialog.OnDateChangedListener;
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/ |
WizardNewPaymentStepFragment.java | 144 long date = ((GuidedDatePickerAction) dateAction).getDate(); local 146 c.setTimeInMillis(date);
|
/libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/ |
X509V1CertImpl.java | 39 import java.util.Date; 168 checkValidity(new Date()); 172 * Checks that the specified date is within the certificate's 174 * valid at the specified date/time. 176 * @param date the Date to check against to see if this certificate 177 * is valid at that date/time. 179 public void checkValidity(Date date) throws 182 wrappedCert.checkValidity(date); [all...] |
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/ |
FileURLConnection.java | 132 Date date = new Date(lastModified); local 136 properties.add(LAST_MODIFIED, fo.format(date));
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSmsPdu.java | 29 import java.util.Date; 226 public void cdmaChangeToDeliverPdu(long date){ 359 Date date = new Date(time); local 360 String timeStr = format.format(date); // Format to YYMMDDTHHMMSS UTC time 396 * @param date the time stamp to include (The value is the number of milliseconds since Jan. 1, 1970 GMT.) 400 public void gsmChangeToDeliverPdu(long date, String originator) 422 gsmWriteDate(newPdu, date); 570 * for CDMA the date can be omitted (and will be ignored if supplied [all...] |
/packages/apps/Camera2/src/com/android/camera/session/ |
PlaceholderManager.java | 196 long date = cursor.getLong(dateIndex); local 203 return new Placeholder(name, uri, date);
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Storage.java | 52 public static Uri addImage(ContentResolver resolver, String title, long date, 74 values.put(ImageColumns.DATE_TAKEN, date);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
FileUtil.java | 33 import java.util.Date; 40 final Date date = new Date(System.currentTimeMillis()); local 42 final String numberedFileNameFormat = dateFormat.format(date) + "_%02d" + "." + extension;
|
/packages/services/Telephony/src/com/android/phone/ |
CallLogger.java | 59 final long date = c.getCreateTime(); local 83 logCall(ci, logNumber, presentation, callLogType, date, duration);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/ |
doxia-sink-api-1.0-alpha-7.jar | |
/tools/test/connectivity/acts/framework/acts/ |
logger.py | 43 An iterable of date and time elements in the order of month, day, hour, 46 date, time = t.split(' ') 47 month, day = date.split('-')
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyProtectionTest.java | 26 import java.util.Date; 55 Date keyValidityStartDate = new Date(System.currentTimeMillis() - 2222222); 56 Date keyValidityEndDateForOrigination = new Date(System.currentTimeMillis() + 11111111); 57 Date keyValidityEndDateForConsumption = new Date(System.currentTimeMillis() + 33333333); 95 Date date = new Date(System.currentTimeMillis() + 555555) local [all...] |
/external/autotest/tko/ |
frontend.py | 107 'time_daily' : 'DATE(test_finished_time)' 118 ## make None comparable with timestamp datetime or date 126 elif field == 'DATE(test_finished_time)': 127 def convert_None_to_date(date): 128 if not date: 129 return datetime.date(1970, 1, 1) 131 return date
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509V3CertificateGenerator.java | 16 import java.util.Date; 109 Date date) 111 tbsGen.setStartDate(new Time(date)); 115 Date date) 117 tbsGen.setEndDate(new Time(date));
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
bisect_stats.py | 122 today = datetime.date.today()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
extra_types.py | 40 """Field definition for Date values.""" 58 type = datetime.date 282 """Encoder for datetime.date objects.""" 291 date = datetime.datetime.strptime(value, '%Y-%m-%d').date() 292 return encoding.CodecResult(value=date, complete=True)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/ |
git-release-notes.py | 14 :date: {date} 73 date=datetime.datetime.now().strftime('%Y/%m/%d'), variable
|