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

1 23 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
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/JavaScriptCore/tests/mozilla/ecma/Date/
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...]
15.9.5.3-2.js 24 ECMA Section: 15.9.5.3-2 Date.prototype.valueOf
30 its this value is not a Date object. Therefore it cannot be transferred
34 Date: 12 november 1997
40 var TITLE = "Date.prototype.valueOf";
48 var now = (new Date()).valueOf();
64 "(new Date("+t+").valueOf()",
66 (new Date(t)).valueOf() );
69 "(new Date("+(t+1)+").valueOf()",
71 (new Date(t+1)).valueOf() );
74 "(new Date("+(t-1)+").valueOf()"
    [all...]
  /external/webkit/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/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/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...]
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 23 import java.util.Date;
37 * SimpleDateFormat pattern for an ISO 8601 date
52 * Not-before date from the validity period
54 private Date mValidNotBefore;
57 * Not-after date from the validity period
59 private Date mValidNotAfter;
111 * @param validNotBefore The not-before date from the certificate validity period in ISO 8601 format
112 * @param validNotAfter The not-after date from the certificate validity period in ISO 8601 format
113 * @deprecated Use {@link #SslCertificate(String, String, Date, Date)}
    [all...]
  /dalvik/libcore/sql/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.
35 public class Date extends java.util.Date {
40 * Constructs a {@code Date} object corresponding to the supplied year,
43 * @deprecated Use the constructor {@link #Date(long)}.
54 public Date(int theYear, int theMonth, int theDay)
    [all...]
  /external/dnsmasq/contrib/Suse/
README 2 included in Suse proper, and up-to-date packages are now available
  /external/ppp/pppd/
patchlevel.h 4 #define DATE "13 November 2004"
  /packages/providers/ContactsProvider/tests/assets/test1/
expected_calls.txt 4 4 date=1249177360040
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_calls.txt 4 4 date=1249177360040
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_calls.txt 4 4 date=1249177360040
  /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
30 date
45 cd <icu directory>/source/samples/date
    [all...]
  /external/icu4c/data/xml/rbnf/
af.xml 9 <generation date="$Date: 2009/03/24 17:39:13 $"/>
am.xml 9 <generation date="$Date: 2009/03/24 17:39:14 $"/>
ar.xml 9 <generation date="$Date: 2009/03/24 17:39:15 $"/>
az.xml 9 <generation date="$Date: 2009/03/24 17:39:17 $"/>
bs.xml 9 <generation date="$Date: 2009/03/24 17:39:21 $"/>
cs.xml 9 <generation date="$Date: 2009/03/24 17:39:23 $"/>
el.xml 9 <generation date="$Date: 2009/03/24 17:39:29 $"/>
eo.xml 9 <generation date="$Date: 2009/03/24 17:39:32 $"/>

Completed in 212 milliseconds

1 23 4 5 6 7 8 91011>>