HomeSort by relevance Sort by last modified time
    Searched refs:January (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/v8/test/webkit/fast/js/
date-toisostring.js 41 shouldBe("new Date('1 January 1500 UTC').toISOString()", "'1500-01-01T00:00:00.000Z'");
42 shouldBe("new Date('1 January 2000 UTC').toISOString()", "'2000-01-01T00:00:00.000Z'");
43 shouldBe("new Date('1 January 4000 UTC').toISOString()", "'4000-01-01T00:00:00.000Z'");
44 shouldBe("new Date('1 January 100000 UTC').toISOString()", "'+100000-01-01T00:00:00.000Z'");
45 shouldBe("new Date('1 January -1 UTC').toISOString()", "'-000001-01-01T00:00:00.000Z'");
  /frameworks/rs/api/
rs_time.spec 27 summary: Seconds since January 1, 1970
30 January 1, 1970, Coordinated Universal Time (UTC)).
44 field: int tm_mon, "Months since January. This ranges from 0 to 11."
47 field: int tm_yday, "Days since January 1. This ranges from 0 to 365."
65 arg: const rs_time_t* timer, "Input time as a number of seconds since January 1, 1970."
79 summary: Seconds since January 1, 1970
81 Returns the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970).
  /external/bison/build-aux/
mdate-sh 50 1 January 1970
123 Jan) month=January; nummonth=1;;
167 Jan) month=January; nummonth=1;;
  /external/libmicrohttpd/doc/
mdate-sh 50 1 January 1970
123 Jan) month=January; nummonth=1;;
167 Jan) month=January; nummonth=1;;
  /ndk/sources/host-tools/make-3.81/config/
mdate-sh 103 Jan) month=January; nummonth=1;;
145 Jan) month=January; nummonth=1;;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 36 January = 1
68 # January 1, 2001, was a Monday.
229 for i in range(January, January+12)
242 for i in range(January, January+12)
254 for i in range(January, January+12)
452 for i in range(January, January+12, width)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 36 January = 1
68 # January 1, 2001, was a Monday.
229 for i in range(January, January+12)
242 for i in range(January, January+12)
254 for i in range(January, January+12)
452 for i in range(January, January+12, width)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 36 January = 1
68 # January 1, 2001, was a Monday.
229 for i in range(January, January+12)
242 for i in range(January, January+12)
254 for i in range(January, January+12)
452 for i in range(January, January+12, width)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 36 January = 1
68 # January 1, 2001, was a Monday.
229 for i in range(January, January+12)
242 for i in range(January, January+12)
254 for i in range(January, January+12)
452 for i in range(January, January+12, width)
    [all...]
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 19 Last Modified Date: 12 January 2009
93 12 January 2009 Ian Romanick - Added language about implicit flush
  /prebuilts/go/darwin-x86/src/time/
time.go 23 // The zero value of type Time is January 1, year 1, 00:00:00.000000000 UTC.
41 // January 1, year 1 00:00:00 UTC.
76 // A Month specifies a month of the year (January = 1, ...).
80 January Month = 1 + iota
95 "January",
109 // String returns the English name of the month ("January", "February", ...).
141 // January 1, year 1, 00:00:00.000000000 UTC
240 // January 1, year 1, 00:00:00 UTC.
320 // January 1 of the absolute year, like January 1 of 2001, was a Monday
    [all...]
format_test.go 58 {"Janet", "Hi Janet, the Month is January", "Hi Janet, the Month is February"},
93 time := Date(y, January, 1, 0, 0, 0, 0, UTC)
152 {"Janet", "Hi Janet, the Month is January: Jan _2 15:04:05 2006", "Hi Janet, the Month is February: Feb 4 21:00:57 2010", false, true, 1, 0},
396 noon := Date(0, January, 1, 12, 0, 0, 0, UTC)
409 midnight := Date(0, January, 1, 0, 0, 0, 0, UTC)
time_test.go 50 {0, parsedTime{1970, January, 1, 0, 0, 0, 0, Thursday, 0, "UTC"}},
53 {-11644473600, parsedTime{1601, January, 1, 0, 0, 0, 0, Monday, 0, "UTC"}},
59 {0, parsedTime{1970, January, 1, 0, 0, 0, 1e8, Thursday, 0, "UTC"}},
230 {Date(-1, January, 1, 12, 15, 30, 5e8, UTC), 3},
231 {Date(-1, January, 1, 12, 15, 31, 5e8, UTC), 3},
232 {Date(2012, January, 1, 12, 15, 30, 5e8, UTC), Second},
233 {Date(2012, January, 1, 12, 15, 31, 5e8, UTC), Second},
429 if y, w := Date(year, January, 4, 0, 0, 0, 0, UTC).ISOWeek(); y != year || w != 1 {
586 {2012, int(January - 2), 18, 7, 56, 35, 0, Local, 1321631795}, // (Jan-2) 18 7:56:35 2012
631 {2011, 1, 31}, // January, first month, 31 day
    [all...]
zoneinfo.go 27 // since January 1, 1970 UTC, to match the argument
102 // instant in time expressed as seconds since January 1, 1970 00:00:00 UTC.
  /prebuilts/go/linux-x86/src/time/
time.go 23 // The zero value of type Time is January 1, year 1, 00:00:00.000000000 UTC.
41 // January 1, year 1 00:00:00 UTC.
76 // A Month specifies a month of the year (January = 1, ...).
80 January Month = 1 + iota
95 "January",
109 // String returns the English name of the month ("January", "February", ...).
141 // January 1, year 1, 00:00:00.000000000 UTC
240 // January 1, year 1, 00:00:00 UTC.
320 // January 1 of the absolute year, like January 1 of 2001, was a Monday
    [all...]
format_test.go 58 {"Janet", "Hi Janet, the Month is January", "Hi Janet, the Month is February"},
93 time := Date(y, January, 1, 0, 0, 0, 0, UTC)
152 {"Janet", "Hi Janet, the Month is January: Jan _2 15:04:05 2006", "Hi Janet, the Month is February: Feb 4 21:00:57 2010", false, true, 1, 0},
396 noon := Date(0, January, 1, 12, 0, 0, 0, UTC)
409 midnight := Date(0, January, 1, 0, 0, 0, 0, UTC)
time_test.go 50 {0, parsedTime{1970, January, 1, 0, 0, 0, 0, Thursday, 0, "UTC"}},
53 {-11644473600, parsedTime{1601, January, 1, 0, 0, 0, 0, Monday, 0, "UTC"}},
59 {0, parsedTime{1970, January, 1, 0, 0, 0, 1e8, Thursday, 0, "UTC"}},
230 {Date(-1, January, 1, 12, 15, 30, 5e8, UTC), 3},
231 {Date(-1, January, 1, 12, 15, 31, 5e8, UTC), 3},
232 {Date(2012, January, 1, 12, 15, 30, 5e8, UTC), Second},
233 {Date(2012, January, 1, 12, 15, 31, 5e8, UTC), Second},
429 if y, w := Date(year, January, 4, 0, 0, 0, 0, UTC).ISOWeek(); y != year || w != 1 {
586 {2012, int(January - 2), 18, 7, 56, 35, 0, Local, 1321631795}, // (Jan-2) 18 7:56:35 2012
631 {2011, 1, 31}, // January, first month, 31 day
    [all...]
zoneinfo.go 27 // since January 1, 1970 UTC, to match the argument
102 // instant in time expressed as seconds since January 1, 1970 00:00:00 UTC.
  /external/v8/test/mjsunit/
mirror-date.js 63 d.setUTCMonth(0); // January.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 238 getbaseclasses(January)
433 'jan ' : January,
AppleScript_Suite.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 238 getbaseclasses(January)
433 'jan ' : January,
AppleScript_Suite.py     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 340 // since Epoch (00:00:00 UTC, January 1, 1970).
342 // 100-nanosecond intervals since January 1, 1601
344 // change starting time to the Epoch (00:00:00 UTC, January 1, 1970)
354 // change starting time to January 1, 1601
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 340 // since Epoch (00:00:00 UTC, January 1, 1970).
342 // 100-nanosecond intervals since January 1, 1601
344 // change starting time to the Epoch (00:00:00 UTC, January 1, 1970)
354 // change starting time to January 1, 1601

Completed in 3499 milliseconds

1 2 3