HomeSort by relevance Sort by last modified time
    Searched refs:Date (Results 426 - 450 of 661) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_SimpleDateFormat.java 25 import java.util.Date;
55 Date date = cal.getTime(); local
75 t_FormatWithField(0, format, date, null, Field.ERA, 0, 2);
76 t_FormatWithField(1, format, date, null, Field.YEAR, 15, 17);
77 t_FormatWithField(2, format, date, null, Field.MONTH, 26, 27);
78 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 45, 47);
79 t_FormatWithField(4, format, date, null, Field.HOUR_OF_DAY1, 55, 57);
80 t_FormatWithField(5, format, date, null, Field.HOUR_OF_DAY0, 65, 67);
81 t_FormatWithField(6, format, date, null, Field.HOUR1, 75, 76)
142 Date date = cal.getTime(); local
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 4 * $Date: 2008-07-16 04:25:47 -0700 (Wed, 16 Jul 2008) $
33 import java.util.Date;
268 Date deadline = null;
270 deadline = new Date
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 19 import java.util.Date;
237 public Date getThisUpdate()
242 public Date getNextUpdate()
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 23 import java.util.Date;
431 Date date = new Date(); local
432 final String filePath = location + dateFormat.format(date) +
  /libcore/luni/src/main/java/java/util/
Calendar.java 31 * {@code Date} object and a set of integer fields such as
33 * {@code HOUR}, and so on. (A {@code Date} object represents a
34 * specific instant in time with millisecond precision. See {@link Date} for
35 * information about the {@code Date} class.)
38 * Subclasses of {@code Calendar} interpret a {@code Date}
46 * have been initialized with the current date and time: <blockquote>
54 * to implement the date-time formatting for a particular language and calendar
95 * When computing a {@code Date} from time fields, two special
97 * {@code Date} (such as only year and month but no day in the month), or
105 * of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStore.java 34 import java.util.Date;
209 public Date getCreationDate(String alias) {
223 return new Date(time);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 477 public void checkValidity(Date date)
498 public Date getNotAfter() {
502 public Date getNotBefore() {
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 769 psPrint(ps, "Date: " + df.format(new Date()));
790 psPrint(ps, "Last Modified: " + (new Date(
814 Date(Support_TestWebData.testParams[testNum].testLastModified)));
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 42 import java.util.Date;
52 // Used for showing the current date format, which looks like "12/31/2010", "2010/12/13", etc.
53 // The date value is dummy (independent of actual date).
106 mDatePref = findPreference("date");
175 Date dummyDate = mDummyDate.getTime();
367 boolean daylight = tz.inDaylightTime(new Date());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 527 * Convert the incoming date into a javascript date.
528 * @param {String} rfc3339 The rfc date in string format as following
532 * @return {Date} The javascript date format of the incoming date.
543 var d = new Date();
556 return new Date(d.getTime() + tzOffsetFeedMin * 60 * 1000);
561 return new Date(parts[1], parseInt(parts[2], 10) - 1, parts[3]);
567 * Sorts all the events by date and time
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 20 @ $Date: 2006-12-11 14:33:26 -0800 (Mon, 11 Dec 2006) $
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 20 @ $Date: 2006-12-11 14:33:26 -0800 (Mon, 11 Dec 2006) $
  /external/webkit/LayoutTests/fast/js/resources/
getOwnPropertyDescriptor.js 23 descriptorShouldBe("Date.prototype", "'toISOString'", {writable: true, enumerable: false, configurable: true, value: "Date.prototype.toISOString"});
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.24-1.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
81 var DateCase = new Date( startms );
83 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
15.9.5.24-2.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
80 var DateCase = new Date( startms );
82 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
15.9.5.24-3.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
79 var DateCase = new Date( startms );
81 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
15.9.5.24-4.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
78 var DateCase = new Date( startms );
80 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
15.9.5.24-5.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
71 var DateCase = new Date( startms );
73 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
15.9.5.24-6.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
70 var DateCase = new Date( startms );
72 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
15.9.5.24-7.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
69 var DateCase = new Date( startms );
71 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
15.9.5.24-8.js 24 ECMA Section: 15.9.5.24 Date.prototype.setTime(time)
26 1. If the this value is not a Date object, generate a runtime error.
32 Date: 12 november 1997
35 var TITLE = "Date.prototype.setTime"
40 writeHeaderToLog( SECTION + " Date.prototype.setMilliseconds(ms)");
65 var DateCase = new Date( startms );
67 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.3.js 36 Date: june 30, 1997
82 testcases[testcases.length] = new TestCase( SECTION, "typeof(new Date())", "object", typeof(new Date()) );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
shell.js 211 * have to be careful to use a date not subject to Daylight Savings Time...
215 return -((new Date(2000, 1, 1)).getTimezoneOffset())/60;
  /external/webkit/Source/WebCore/html/
DateComponents.cpp 47 // Date in ECMAScript can't represent dates later than 275760-09-13T00:00Z.
375 m_type = Date;
537 m_type = Date;
658 case Date:
707 case Date:
  /frameworks/base/core/java/android/net/http/
CertificateChainValidator.java 34 import java.util.Date;

Completed in 1052 milliseconds

<<11121314151617181920>>