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

<<31323334353637383940>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 19 import java.util.Date;
254 String date = (new Date()).toString();
255 characteristic.setValue(date);
  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 40 import java.util.Date;
160 private Date activeDateTime;
161 private Date originationExpireDateTime;
162 private Date usageExpireDateTime;
169 private Date creationDateTime;
325 private static String formatDate(Date date) {
326 return DateFormat.getDateTimeInstance().format(date);
424 public Date getActiveDateTime() {
428 public Date getOriginationExpireDateTime()
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
descriptors.py 2 date,
192 return converter(prop, parse_date, serialize_date, 'HTTP date')
245 if isinstance(value, (datetime, date)):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 26 import java.util.Date;
116 // Static information for time and date
215 * Return the build date as yyyyMMddHHmm.
218 * @return The date as a string.
225 * Return the build date as yyyyMMddHHmm.
229 * @return The date as a string.
245 // Try with date format
246 int length = buildName.length() - 12 /* length of date */;
251 return substring; // if no exception is raised then the substring has a correct date format => return it
260 * Returns the date of the milestone corresponding at the given index
464 Date date = calendar.getTime(); local
    [all...]
  /external/eigen/lapack/
slarfg.f 102 *> \date November 2011
  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 34 import java.util.Date;
252 final Date result = new Date();
256 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)) , mockTypeConverter(result));
262 assertSame(result, injector.getInstance(DateHolder.class).date);
264 Binding<Date> binding = injector.getBinding(Key.get(Date.class, NumericValue.class));
275 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)), failingTypeConverter());
291 getDeclaringSourcePart(getClass()), "to java.util.Date",
292 "using BrokenConverter which matches only(java.util.Date) ",
    [all...]
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 82 @echo All targets are up to date (mode $(PKGMODE))
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
SimpleDateFormatICU.java 17 import java.util.Date;
75 public StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition pos) {
76 return fIcuSdf.format(date, toAppendTo, pos);
129 public Date get2DigitYearStart() {
144 public Date parse(String text, ParsePosition pos) {
149 public void set2DigitYearStart(Date startDate) {
  /external/libdrm/tests/
drmstat.c 72 printf( " Date: %s\n", version->date ? version->date : "?" );
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 218 return strftime.format(new Date(toMillis(false)));
349 * Create an instance of this date formatting class
359 * Create an instance of this date formatting class
370 * Format the date according to the strftime-style string given in the constructor.
372 * @param date the date to format
373 * @return the formatted date
375 public String format(Date date) {
376 return simpleDateFormat.format(date);
    [all...]
  /external/toybox/
Android.mk 158 toys/posix/date.c \
258 date \
  /external/v8/build/android/gyp/
java_cpp_enum.py 8 from datetime import date namespace
289 'YEAR': str(date.today().year)
java_cpp_enum_tests.py 12 from datetime import date namespace
48 self.assertEqual(expected % (date.today().year, GetScriptName()), output)
  /external/v8/src/js/
array-iterator.js 37 // section numbers below are already out of date as of the May 2014
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m 147 NSDate *startTime = [NSDate date];
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 33 import java.util.Date;
190 Date date = new Date(mTimeMillis); local
198 tz.mDisplayName = tz.mTz.getDisplayName(tz.mTz.inDaylightTime(date),
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 538 String date = Utils.formatDateRange(context, millis, millis, local
542 accessEvent.getText().add(date);
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 34 import java.util.Date;
71 * Confirms that setSentDate() correctly set the "Date" header of a Mime message.
74 * MimeMessage depends on the date formatter, which may emit wrong date format
92 Date date = new Date(expectedTime); local
94 message.setSentDate(date);
95 String[] headers = message.getHeader("Date");
101 Date result = format.parse(headers[0])
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
PrintUtils.java 162 final String date = dateBuilder.formatDateTimeForPrinting(when); local
165 fromAddress == null ? "" : fromAddress.getAddress(), date,
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 99 private static class Date {
104 public Date(String year, int month, int day) {
140 Date d; Time t;
156 d = date();
202 final public Date date() throws ParseException { method in class:DateTimeParser
207 {if (true) return new Date(y, m, d);}
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 99 private static class Date {
104 public Date(String year, int month, int day) {
140 Date d; Time t;
156 d = date();
202 final public Date date() throws ParseException { method in class:DateTimeParser
207 {if (true) return new Date(y, m, d);}
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 221 getbaseclasses(date)
416 'ldt ' : date,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 221 getbaseclasses(date)
416 'ldt ' : date,
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 2808 milliseconds

<<31323334353637383940>>