/external/icu4c/i18n/unicode/ |
timezone.h | 10 * Date Name Description 382 * account) as of a particular reference date. The reference date is used to determine 385 * at this particular date and time?). For the time zones produced by createTimeZone(), 386 * the reference data is specified according to the Gregorian calendar, and the date 393 * @param era The reference date's era 394 * @param year The reference date's year 395 * @param month The reference date's month (0-based; 0 is January) 396 * @param day The reference date's day-in-month (1-based) 397 * @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. 800 * Sets the GregorianCalendar change date. This is the point when the switch fro [all...] |
/external/icu4c/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/skia/tools/ |
update-doxygen.sh | 68 Generated on $(date) for skia by
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrameLoadDelegate.h | 145 @param date The fire date 150 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame;
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellMac.mm | 75 while ([(NSDate*)[NSDate date] compare:limitDate] == NSOrderedAscending &&
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
YearPickerView.java | 17 package com.android.datetimepicker.date; 34 import com.android.datetimepicker.date.DatePickerDialog.OnDateChangedListener;
|
TextViewWithCircularIndicator.java | 17 package com.android.datetimepicker.date;
|
/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);
|
/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);
|
/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/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...] |
/external/v8/test/mjsunit/ |
function-without-prototype.js | 48 var date = new Date(); 49 testPrototype(date.toString);
|
/ndk/build/tools/ |
dev-rebuild-ndk.sh | 36 OPTION_NDK_RELEASE=`date +%Y%m%d` 58 TODAY=`date '+%Y%m%d'`
|
rebuild-all-prebuilt.sh | 49 RELEASE=`date +%Y%m%d`
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastListItem.java | 55 mDateView = (TextView) findViewById(R.id.date); 92 // Speak the date first, then channel name, then message body
|
/packages/apps/Settings/src/com/android/settings/ |
ZonePicker.java | 222 final long date = Calendar.getInstance().getTimeInMillis(); local 238 addItem(myData, id, displayName, date); 256 List<HashMap<String, Object>> myData, String id, String displayName, long date) { 261 final 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. 63 # Qualifier is "v" followed by date/time in YYYYMMDDHHSS format and the optional 65 DATE=`date +v%Y%m%d%H%M` 66 QUALIFIER="$DATE" 83 # exclude date from build-zip name so it can be auto-calculated by continuous 84 # test process unless there's no build number, in which case the date is 86 ZIP_NAME="${BUILD_PREFIX}-${BUILD_NUMBER:-$DATE}.zip"
|
/system/core/init/ |
bootchart.c | 130 char date[32]; local 133 strftime(date, sizeof(date), "%x %X", &now); 152 fprintf(out, "title = Boot chart for Android ( %s )\n", date);
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
X509AttributeCertificateHolder.java | 7 import java.util.Date; 123 * Return the date before which this attribute certificate is not valid. 125 * @return the start date for the attribute certificate's validity period. 127 public Date getNotBefore() 133 * Return the date after which this attribute certificate is not valid. 135 * @return the final date for the attribute certificate's validity period. 137 public Date getNotAfter() 294 * Return whether or not this attribute certificate is valid on a particular date. 296 * @param date the date of interest [all...] |