/external/compiler-rt/make/ |
options.mk | 3 # This list of such variables should be kept up to date with AvailableOptions in
|
/external/icu4c/i18n/ |
ethpccal.cpp | 206 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date) 208 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
|
ucal.cpp | 268 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { 287 gregocal->setGregorianChange(date, *pErrorCode); 407 int32_t date, 413 ((Calendar*)cal)->set(year, month, date); 421 int32_t date, 429 ((Calendar*)cal)->set(year, month, date, hour, minute, second); 617 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) 622 return ((Calendar*)cal)->isWeekend(date, *status);
|
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/icu4c/i18n/unicode/ |
timezone.h | 10 * Date Name Description 380 * account) as of a particular reference date. The reference date is used to determine 383 * at this particular date and time?). For the time zones produced by createTimeZone(), 384 * the reference data is specified according to the Gregorian calendar, and the date 391 * @param era The reference date's era 392 * @param year The reference date's year 393 * @param month The reference date's month (0-based; 0 is January) 394 * @param day The reference date's day-in-month (1-based) 395 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday [all...] |
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> 404 * the date-related fields. 655 * Get the current date and time. 657 * @return The current date and time. 818 * Sets the GregorianCalendar change date. This is the point when the switch fro [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/skia/tools/tests/ |
run.sh | 75 # correct and up to date, and we don't download them again. 121 START_TIMESTAMP=$(date +%s) 124 END_TIMESTAMP=$(date +%s)
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
YearPickerView.java | 17 package com.android.datetimepicker.date; 34 import com.android.datetimepicker.date.DatePickerDialog.OnDateChangedListener;
|
/libcore/luni/src/main/java/java/util/logging/ |
XMLFormatter.java | 21 import java.util.Date; 52 // format to date 53 String date = MessageFormat.format("{0, date} {0, time}", new Object[] { new Date(time) }); local 58 append(sb, 1, "date", date);
|
/ndk/build/tools/ |
dev-rebuild-ndk.sh | 36 OPTION_NDK_RELEASE=`date +%Y%m%d` 79 TODAY=`date '+%Y%m%d'`
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSmsPdu.java | 29 import java.util.Date; 226 public void cdmaChangeToDeliverPdu(long date){ 348 Date date = new Date(time); local 349 String timeStr = format.format(date); // Format to YYMMDDTHHMMSS UTC time 385 * @param date the time stamp to include (The value is the number of milliseconds since Jan. 1, 1970 GMT.) 389 public void gsmChangeToDeliverPdu(long date, String originator) 411 gsmWriteDate(newPdu, date); 559 * for CDMA the date can be omitted (and will be ignored if supplied [all...] |
/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);
|
/cts/tests/tests/text/src/android/text/format/cts/ |
DateUtilsTest.java | 24 import java.util.Date; 170 Date date = new Date(109, 0, 19, 3, 30, 15); local 171 long fixedTime = date.getTime(); 174 Date dateWithCurrentYear = new Date(currentYear - 1900, 0, 19, 3, 30, 15); 210 Date date = new Date(109, 0, 19, 3, 30, 15) local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
DateTest.java | 21 import java.util.Date; 27 static class MockDate extends Date{ 44 * @tests java.util.Date#Date() 47 // Test for method java.util.Date() 51 long now = new Date().getTime(); 52 assertTrue("Created incorrect date: " + oldTime + " now: " + now, 57 * @tests java.util.Date#Date(int, int, int) 60 // Test for method java.util.Date(int, int, int 68 Date date = new Date(99, 5, 22); local 110 Date date = new MockDate(1000L); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509V3CertificateGenerator.java | 16 import java.util.Date; 110 Date date) 112 tbsGen.setStartDate(new Time(date)); 116 Date date) 118 tbsGen.setEndDate(new Time(date));
|
/external/chromium/base/win/ |
scoped_variant.h | 118 // Special setter for DATE since DATE is a double and we already have 120 void SetDate(DATE date);
|
scoped_variant_unittest.cc | 117 DATE date; local 118 ::SystemTimeToVariantTime(&sys_time, &date); 120 var.SetDate(date); 122 EXPECT_EQ(date, V_DATE(&var));
|
/external/chromium_org/base/win/ |
scoped_variant.h | 117 // Special setter for DATE since DATE is a double and we already have 119 void SetDate(DATE date);
|
scoped_variant_unittest.cc | 117 DATE date; local 118 ::SystemTimeToVariantTime(&sys_time, &date); 120 var.SetDate(date); 122 EXPECT_EQ(date, V_DATE(&var));
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model.h | 95 void set_date_added(const base::Time& date) { date_added_ = date; } 102 void set_date_folder_modified(const base::Time& date) { 103 date_folder_modified_ = date; 172 // Date of when this node was created. 175 // Date of the last modification. Only used for folders. 318 // Sets the date added time of |node|. 361 // Adds a url with a specific creation date. 379 // Sets the date when the folder was modified. 382 // Resets the 'date modified' time of the node to 0. This is used durin [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
ui_unittests.js | 136 'date', 142 var tenMinutesAgo = new Date(); 146 equal(time.date().getTime(), tenMinutesAgo.getTime());
|
/external/chromium_org/v8/test/mjsunit/ |
function-without-prototype.js | 48 var date = new Date(); 49 testPrototype(date.toString);
|
/external/icu4c/test/intltest/ |
dtfmttst.h | 58 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
|
/external/jsilver/src/org/clearsilver/jni/ |
JniHdf.java | 24 import java.util.Date; 213 /** Export a date to a clearsilver tree using a specified timezone */ 214 public void exportDate(String hdfname, TimeZone timeZone, Date date) { 220 cal.setTime(date); 262 /** Export a date to a clearsilver tree using a specified timezone */ 274 Date date = new Date((long)tt * 1000); 276 exportDate(hdfname, timeZone, date); [all...] |