HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 576 - 600 of 1610) sorted by null

<<21222324252627282930>>

  /external/eigen/lapack/
sladiv.f 86 *> \date November 2011
slapy2.f 59 *> \date November 2011
slapy3.f 64 *> \date November 2011
zlacgv.f 70 *> \date November 2011
zladiv.f 60 *> \date November 2011
  /external/icu/icu4c/source/i18n/
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);
  /external/icu/icu4c/source/i18n/unicode/
timezone.h 10 * Date Name Description
457 * account) as of a particular reference date. The reference date is used to determine
460 * at this particular date and time?). For the time zones produced by createTimeZone(),
461 * the reference data is specified according to the Gregorian calendar, and the date
468 * @param era The reference date's era
469 * @param year The reference date's year
470 * @param month The reference date's month (0-based; 0 is January)
471 * @param day The reference date's day-in-month (1-based)
472 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday
    [all...]
vtzone.h 134 * @param lastModified Receives the last modified date.
142 * @param lastModified The LAST-MODIFIED date.
158 * @param start The start date.
166 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
172 * around the specified date.
173 * @param time The date used for rule extraction.
191 * account) as of a particular reference date. The reference date is used to determine
194 * at this particular date and time?). For the time zones produced by createTimeZone(),
195 * the reference data is specified according to the Gregorian calendar, and the date
    [all...]
  /external/icu/icu4c/source/samples/
Makefile.in 22 SUBDIRS = date cal
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
MessageFormatTest.java 13 import java.util.Date;
22 private final String pattern = "Deleted {0,number} files at {1,time,short} on {1,date}.";
23 private final String altPattern = "Deleted {0, number } files at {1, time, short} on {1, date}.";
24 private final Date date = new Date(716698890835L); field in class:MessageFormatTest
26 private final Object[] args = { num, date };
27 private final Date dateOnly = new Date(716626800000L);
38 MessageFormat ne = new MessageFormat("Deleted (0, number, currency} files at {1, time} on {1, date}.")
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DeferredAuthentication.java 155 public void addDateHeader(String name, long date)
204 public void setDateHeader(String name, long date)
  /external/jetty/src/java/org/eclipse/jetty/util/
RolloverFileOutputStream.java 28 import java.util.Date;
40 * actual date when creating and rolling over the file.
67 * which is replaced with the actual date when creating and rolling over the file.
79 * which is replaced with the actual date when creating and rolling over the file.
92 * which is replaced with the actual date when creating and rolling over the file.
108 * which is replaced with the actual date when creating and rolling over the file.
126 * which is replaced with the actual date when creating and rolling over the file.
129 * @param dateFormat The format for the date file substitution. The default is "yyyy_MM_dd".
221 Date now=new Date();
275 long date = f.lastModified(); local
    [all...]
  /external/libdrm/tests/
dristat.c 60 printf(" Date: %s\n", version->date ? version->date : "?");
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
OkUrlFactoryTest.java 15 import java.util.Date;
183 return formatDate(new Date(System.currentTimeMillis() + timeUnit.toMillis(delta)));
186 private static String formatDate(Date date) {
189 return rfc1123.format(date);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.h 119 void operator<<(CJS_Date& date);
120 void operator>>(CJS_Date& date) const;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Chapter2_4Test.java 20 import java.util.Date;
87 assertEquals("Expect '2001-12-15T02:59:43.1Z' to be a Date.", Date.class,
98 Date date = cal.getTime(); local
99 assertEquals(date, map.get("canonical"));
100 assertEquals("Expect '2001-12-14t21:59:43.10-05:00' to be a Date.", Date.class,
102 assertEquals("Expect '2001-12-14 21:59:43.10 -5' to be a Date.", Date.class
    [all...]
  /external/testng/src/main/java/org/testng/internal/
ClonedMethod.java 253 public void setDate(long date) {
254 m_date = date;
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 65 /* suffix of the bugreport files - it's typically the date (when invoked with -d),
540 char network[PROPERTY_VALUE_MAX], date[80]; local
548 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&now));
551 printf("== dumpstate: %s\n", date);
1236 char date[80]; local
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
Timestamp.java 31 * <P>A thin wrapper around <code>java.util.Date</code> that allows
47 * <P><B>Note:</B> This type is a composite of a <code>java.util.Date</code> and a
49 * <code>java.util.Date</code> component. The fractional seconds - the nanos - are
53 * because the nanos component of a date is unknown.
56 * <code>java.util.Date.equals(Object)</code>
58 * <code>java.util.Date</code>
62 * and the <code>java.util.Date</code>
65 * <code>java.util.Date</code>. The
67 * and <code>java.util.Date</code> really
70 public class Timestamp extends java.util.Date {
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 64 * manipulating the calendar fields, such as getting the date of the next
78 * calendar fields have been initialized with the current date and time:
86 * needed to implement the date-time formatting for a particular language and
145 * When computing a date and time from the calendar fields, there
150 * calendar field values to determine the date and time in the
159 * <p><a name="date_resolution">For the date fields</a>:
198 * The date or time format strings are not part of the definition of a
226 * Calendar.SEPTEMBER)</code> sets the date to September 31,
230 * <code>getTime()</code> sets the date to September 30, 1999, since
296 * 1999, not March 28, 1999. By saving the original date and using eithe
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
mdate-sh 54 # Prevent date giving response in another language.
84 # To find the date, we split the line on spaces and iterate on words
89 # words should be skipped to get the date.
167 *:*) set `date`; eval year=\$$#
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 21 import java.util.Date;
90 Date date = new Date(mDateTime); local
91 return format.format(date); // Format to YYYYMMDDTHHMMSS local time
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapIMContentTest.java 13 import java.util.Date;
32 Date date = new Date(timestamp); local
33 return format.format(date); // Format to YYYYMMDDTHHMMSS local time
40 if(c.getColumnName(i).equals(BluetoothMapContract.MessageColumns.DATE) ||
75 cv.put(BluetoothMapContract.MessageColumns.DATE, System.currentTimeMillis());
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsr250-api-1.0.jar 
  /prebuilts/tools/common/m2/repository/javax/annotation/jsr250-api/1.0/
jsr250-api-1.0.jar 

Completed in 1447 milliseconds

<<21222324252627282930>>