HomeSort by relevance Sort by last modified time
    Searched full:date (Results 51 - 75 of 10589) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.11-4.js 25 Description: Date.prototype.getUTCDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getUTCDate()";
56 "(new Date("+t+")).getUTCDate()",
58 (new Date(t)).getUTCDate() );
61 "(new Date("+(t+1)+")).getUTCDate()",
63 (new Date(t+1)).getUTCDate() );
66 "(new Date("+(t-1)+")).getUTCDate()",
68 (new Date(t-1)).getUTCDate() );
71 "(new Date("+(t-TZ_ADJUST)+")).getUTCDate()"
    [all...]
15.9.5.11-5.js 25 Description: Date.prototype.getUTCDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getUTCDate()";
56 "(new Date("+t+")).getUTCDate()",
58 (new Date(t)).getUTCDate() );
61 "(new Date("+(t+1)+")).getUTCDate()",
63 (new Date(t+1)).getUTCDate() );
66 "(new Date("+(t-1)+")).getUTCDate()",
68 (new Date(t-1)).getUTCDate() );
71 "(new Date("+(t-TZ_ADJUST)+")).getUTCDate()"
    [all...]
15.9.5.11-6.js 25 Description: Date.prototype.getUTCDate
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getUTCDate()";
57 "(new Date("+t+")).getUTCDate()",
59 (new Date(t)).getUTCDate() );
62 "(new Date("+(t+1)+")).getUTCDate()",
64 (new Date(t+1)).getUTCDate() );
67 "(new Date("+(t-1)+")).getUTCDate()",
69 (new Date(t-1)).getUTCDate() );
72 "(new Date("+(t-TZ_ADJUST)+")).getUTCDate()"
    [all...]
15.9.5.34-1.js 24 ECMA Section: 15.9.5.34 Date.prototype.setMonth(mon [, date ] )
26 If date is not specified, this behaves as if date were specified with the
30 2. Call ToNumber(date).
31 3. If date is not specified, compute DateFromTime(t); otherwise, call ToNumber(date).
38 Date: 12 november 1997
44 writeHeaderToLog( SECTION + " Date.prototype.setMonth(mon [, date ] )");
    [all...]
15.9.5.5.js 25 Description: Date.prototype.getYear
36 Date: 12 november 1997
42 var TITLE = "Date.prototype.getYear()";
51 var now = (new Date()).valueOf();
65 "(new Date(NaN)).getYear()",
67 (new Date(NaN)).getYear() );
70 "Date.prototype.getYear.length",
72 Date.prototype.getYear.length );
77 "(new Date("+t+")).getYear()",
79 (new Date(t)).getYear() )
    [all...]
15.9.5.6.js 25 Description: Date.prototype.getFullYear
31 Date: 12 november 1997
37 var TITLE = "Date.prototype.getFullYear()";
46 var now = (new Date()).valueOf();
66 "(new Date(NaN)).getFullYear()",
68 (new Date(NaN)).getFullYear() );
71 "Date.prototype.getFullYear.length",
73 Date.prototype.getFullYear.length );
78 "(new Date("+t+")).getFullYear()",
80 (new Date(t)).getFullYear() )
    [all...]
15.9.5.7.js 25 Description: Date.prototype.getUTCFullYear
31 Date: 12 november 1997
37 var TITLE = "Date.prototype.getUTCFullYear()";
46 var now = (new Date()).valueOf();
66 "(new Date(NaN)).getUTCFullYear()",
68 (new Date(NaN)).getUTCFullYear() );
71 "Date.prototype.getUTCFullYear.length",
73 Date.prototype.getUTCFullYear.length );
78 "(new Date("+t+")).getUTCFullYear()",
80 (new Date(t)).getUTCFullYear() )
    [all...]
15.9.5.8.js 25 Description: Date.prototype.getMonth
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getMonth()";
47 var now = (new Date()).valueOf();
67 "(new Date(NaN)).getMonth()",
69 (new Date(NaN)).getMonth() );
72 "Date.prototype.getMonth.length",
74 Date.prototype.getMonth.length );
82 "(new Date("+t+")).getMonth()",
84 (new Date(t)).getMonth() )
    [all...]
15.9.5.9.js 25 Description: Date.prototype.getUTCMonth
32 Date: 12 november 1997
38 var TITLE = "Date.prototype.getUTCMonth()";
47 var now = (new Date()).valueOf();
67 "(new Date(NaN)).getUTCMonth()",
69 (new Date(NaN)).getUTCMonth() );
72 "Date.prototype.getUTCMonth.length",
74 Date.prototype.getUTCMonth.length );
82 "(new Date("+t+")).getUTCMonth()",
84 (new Date(t)).getUTCMonth() )
    [all...]
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
26 object is set to the original Date prototype object,
27 the one that is the initial value of Date.prototype.
33 3. Call ToNumber(date)
50 Date object.
53 Date: 7 july 1997
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
73 var DATE = 11
    [all...]
15.9.5.1.js 24 ECMA Section: 15.9.5.1 Date.prototype.constructor
26 The initial value of Date.prototype.constructor is the built-in Date
30 Date: 12 november 1997
36 var TITLE = "Date.prototype.constructor";
43 "Date.prototype.constructor == Date",
45 Date.prototype.constructor == Date );
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
26 object is set to the original Date prototype object,
27 the one that is the initial value of Date.prototype.
33 3. Call ToNumber(date)
50 Date object.
53 Date: 7 july 1997
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
73 var DATE = 11
    [all...]
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
26 object is set to the original Date prototype object,
27 the one that is the initial value of Date.prototype.
33 3. Call ToNumber(date)
50 Date object.
53 Date: 7 july 1997
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
73 var DATE = 11
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
InvalidityDate.java 21 import java.util.Date;
26 * CRL Entry's Invalidity Date Extension (OID = 2.5.29.24).
35 /** invalidity date value */
36 private final Date date; field in class:InvalidityDate
43 date = (Date) ASN1.decode(encoding);
47 * Returns the invalidity date.
49 public Date getDate() {
50 return date;
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/
DateTimeField.java 32 import java.util.Date;
35 private Date date; field in class:DateTimeField
38 protected DateTimeField(String name, String body, String raw, Date date, ParseException parseException) {
40 this.date = date;
44 public Date getDate() {
45 return date;
56 Date date = null; local
    [all...]
  /external/bluetooth/glib/glib/
gdate.h 43 * Date calculations (not time for now, to be resolved). These are a
46 * date routines (written for in-house software). Written by Havoc
55 /* enum used to specify order of appearance in parsed date strings */
118 /* g_date_new() returns an invalid date, you then have to _set() stuff
127 void g_date_free (GDate *date);
134 gboolean g_date_valid (const GDate *date);
144 GDateWeekday g_date_get_weekday (const GDate *date);
145 GDateMonth g_date_get_month (const GDate *date);
146 GDateYear g_date_get_year (const GDate *date);
147 GDateDay g_date_get_day (const GDate *date);
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 4 * $Date: 2008-07-16 04:25:47 -0700 (Wed, 16 Jul 2008) $
38 import java.util.Date;
55 * Date format pattern used to parse HTTP date headers in RFC 1123 format.
60 * Date format pattern used to parse HTTP date headers in RFC 1036 format.
65 * Date format pattern used to parse HTTP date headers in ANSI C
76 private static final Date DEFAULT_TWO_DIGIT_YEAR_START;
89 * Parses a date value. The formats used for parsing the date value are retrieved fro
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
date-002.js 2 File Name: date-002.js
5 Description: Date.prototype.setTime
7 1. If the this value is not a Date object, generate a runtime error.
14 Date: 12 november 1997
16 var SECTION = "date-002";
18 var TITLE = "Date.prototype.setTime()";
49 this.setTime = Date.prototype.setTime;
date-004.js 2 File Name: date-004.js
4 ECMA Section: 15.9.5.4-1 Date.prototype.getTime
7 1. If the this value is not an object whose [[Class]] property is "Date",
11 Date: 12 november 1997
13 var SECTION = "date-004";
15 var TITLE = "Date.prototype.getTime";
46 this.getTime = Date.prototype.getTime;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 14 Date.parseFunctions = {count:0};
15 Date.parseRegexes = [];
16 Date.formatFunctions = {count:0};
18 Date.prototype.dateFormat = function(format) {
19 if (Date.formatFunctions[format] == null) {
20 Date.createNewFormat(format);
22 var func = Date.formatFunctions[format];
26 Date.createNewFormat = function(format) {
27 var funcName = "format" + Date.formatFunctions.count++;
28 Date.formatFunctions[format] = funcName
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 14 Date.parseFunctions = {count:0};
15 Date.parseRegexes = [];
16 Date.formatFunctions = {count:0};
18 Date.prototype.dateFormat = function(format) {
19 if (Date.formatFunctions[format] == null) {
20 Date.createNewFormat(format);
22 var func = Date.formatFunctions[format];
26 Date.createNewFormat = function(format) {
27 var funcName = "format" + Date.formatFunctions.count++;
28 Date.formatFunctions[format] = funcName
    [all...]
  /external/icu4c/samples/date/
readme.txt 2 icudate: a sample program which displays the current date
5 Formatting a date
10 date.c Main source file
13 date.sln Windows MSVC workspace. Double-click this to get started.
14 date.vcproj Windows MSVC project file
18 2. In MSVC, open the workspace file icu\samples\date\date.sln
28 cd c:\icu\source\samples\date\debug
29 4. Run it (Warning: Be careful, 'date' is also a system command on many systems)
30 .\date
    [all...]
  /external/icu4c/test/intltest/
caltztst.h 33 // Tries to mimic the Java Date.toString() format.
38 // Utility methods to create a date. This is useful for converting Java constructs
39 // which create a Date object. Returns a Date in the current local time.
40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
42 // Utility methods to create a date. Returns a Date in UTC. This will differ
43 // from local dates returned by date() by the current default zone offset.
44 // Date utcDate(int y, int m, int d, int hr=0, int min=0, int sec=0);
46 // Utility method to get the fields of a date; similar to Date.getYear() etc
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_script.h 124 " var date = new Date();\n" \
131 " wday = date.getUTCDay();\n" \
133 " wday = date.getDay();\n" \
148 " var date = new Date();\n" \
162 " return ((isGMT ? date.getUTCMonth() : date.getMonth()) ==\n" \
165 " return ((isGMT ? date.getUTCDate() : date.getDate()) == tmp);\n"
    [all...]
  /libcore/luni/src/main/java/java/sql/
Date.java 21 * A class which can consume and produce dates in SQL {@code Date} format.
23 * Dates are represented in SQL as {@code yyyy-MM-dd}. Note that this date
27 * This is unlike the familiar {@code java.util.Date} object, which also includes
32 * java.sql.Date} class are "normalized" to the time 00:00:00.000 GMT on the
33 * date implied by the time value.
36 public class Date extends java.util.Date {
41 * Constructs a {@code Date} object corresponding to the supplied year,
44 * @deprecated Use the constructor {@link #Date(long)}.
55 public Date(int theYear, int theMonth, int theDay)
    [all...]

Completed in 220 milliseconds

1 23 4 5 6 7 8 91011>>