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

1 2

  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 162 MockDate.setCurrent("Tue Mar 03 2009");
173 MockDate.setCurrent("Tue Mar 03 2009 GMT");
185 MockDate.setCurrent("Mar 03 2009");
190 MockDate.setCurrent("Mar 03 2009 GMT");
195 MockDate.setCurrent("Mar 03 2009");
200 MockDate.setCurrent("Mar 03 2009");
201 t.expectEquals(true, dateRange(3, "MAR"));
202 MockDate.setCurrent("Mar 03 2014");
203 t.expectEquals(true, dateRange(3, "MAR"));
205 //t.expectEquals(false, dateRange(2, "MAR"));
    [all...]
  /external/libmicrohttpd/doc/
mdate-sh 125 Mar) month=March; nummonth=3;;
169 Mar) month=March; nummonth=3;;
193 Mar) nummonthtod=3;;
  /external/python/cpython2/Modules/_ctypes/libffi/
mdate-sh 125 Mar) month=March; nummonth=3;;
169 Mar) month=March; nummonth=3;;
193 Mar) nummonthtod=3;;
  /external/python/cpython3/Modules/_ctypes/libffi/
mdate-sh 125 Mar) month=March; nummonth=3;;
169 Mar) month=March; nummonth=3;;
193 Mar) nummonthtod=3;;
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_test.go 85 "Sun, 31 Mar 1918 01:59:59 -0800 (PST)",
86 "Sun, 31 Mar 1918 03:00:00 -0700 (PDT)",
example_test.go 187 t, err := time.Parse(time.UnixDate, "Sat Mar 7 11:06:39 PST 2015")
233 do("Basic", "Mon Jan 2 15:04:05 MST 2006", "Sat Mar 7 11:06:39 PST 2015")
254 do("Unix", time.UnixDate, "Sat Mar 7 11:06:39 PST 2015")
265 t, err = time.Parse(time.UnixDate, "Sat Mar 7 11:06:39.1234 PST 2015")
271 do("No fraction", time.UnixDate, "Sat Mar 7 11:06:39 PST 2015")
284 // Unix format: Sat Mar 7 11:06:39 PST 2015
285 // Same, in UTC: Sat Mar 7 19:06:39 UTC 2015
289 // Basic "Mon Jan 2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
294 // Unix "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
296 // No fraction "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015
    [all...]
mono_test.go 30 tp, _ := Parse(UnixDate, "Sat Mar 7 11:06:39 PST 2015")
31 no(`Parse(UnixDate, "Sat Mar 7 11:06:39 PST 2015")`, tp)
format_test.go 207 {"Thu Mar 31 21:00:57 2010", true},
208 {"Thu Mar 32 21:00:57 2010", false},
  /prebuilts/go/linux-x86/src/time/
zoneinfo_test.go 85 "Sun, 31 Mar 1918 01:59:59 -0800 (PST)",
86 "Sun, 31 Mar 1918 03:00:00 -0700 (PDT)",
example_test.go 187 t, err := time.Parse(time.UnixDate, "Sat Mar 7 11:06:39 PST 2015")
233 do("Basic", "Mon Jan 2 15:04:05 MST 2006", "Sat Mar 7 11:06:39 PST 2015")
254 do("Unix", time.UnixDate, "Sat Mar 7 11:06:39 PST 2015")
265 t, err = time.Parse(time.UnixDate, "Sat Mar 7 11:06:39.1234 PST 2015")
271 do("No fraction", time.UnixDate, "Sat Mar 7 11:06:39 PST 2015")
284 // Unix format: Sat Mar 7 11:06:39 PST 2015
285 // Same, in UTC: Sat Mar 7 19:06:39 UTC 2015
289 // Basic "Mon Jan 2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
294 // Unix "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
296 // No fraction "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015
    [all...]
mono_test.go 30 tp, _ := Parse(UnixDate, "Sat Mar 7 11:06:39 PST 2015")
31 no(`Parse(UnixDate, "Sat Mar 7 11:06:39 PST 2015")`, tp)
format_test.go 207 {"Thu Mar 31 21:00:57 2010", true},
208 {"Thu Mar 32 21:00:57 2010", false},
  /hardware/intel/bootstub/
bootstub.spec 42 * Thu Mar 12 2009 Alek Du <alek.du@intel.com> - 0.5
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 223 Header{"Set-Cookie": {".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"}},
229 RawExpires: "Wed, 07-Mar-2012 14:25:06 GMT",
231 Raw: ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly",
283 // Header{"Set-Cookie": {"ASP.NET_SessionId=foo; path=/; HttpOnly, .ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"}},
467 ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly",
486 RawExpires: "Wed, 07-Mar-2012 14:25:06 GMT",
488 Raw: ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly",
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 223 Header{"Set-Cookie": {".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"}},
229 RawExpires: "Wed, 07-Mar-2012 14:25:06 GMT",
231 Raw: ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly",
283 // Header{"Set-Cookie": {"ASP.NET_SessionId=foo; path=/; HttpOnly, .ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"}},
467 ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly",
486 RawExpires: "Wed, 07-Mar-2012 14:25:06 GMT",
488 Raw: ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly",
  /external/expat/
expat.spec 69 * Wed Mar 2 2016 Sebastian Pipping <sebastian@pipping.org>
73 * Sat Mar 3 2012 Karl Waclawek <karl@waclawek.net>
  /external/strace/
strace.spec 165 * Fri Mar 06 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.10-1
214 * Mon Mar 14 2011 Dmitry V. Levin <ldv@altlinux.org> - 4.6-1
328 * Tue Mar 22 2005 Roland McGrath <roland@redhat.com> - 4.5.11-1
332 * Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 4.5.10-1
378 * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 4.5.2-1.1
381 * Mon Mar 1 2004 Roland McGrath <roland@redhat.com> 4.5.2-1
414 * Sun Mar 30 2003 Roland McGrath <roland@redhat.com> 4.4.96-1
469 * Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
527 * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
530 * Tue Mar 21 2000 Michael K. Johnson <johnsonm@redhat.com
    [all...]
  /external/gptfdisk/
current.spec 84 * Sun Mar 2 2014 R Smith <rodsmith@rodsbooks.com> - 0.8.10
  /hardware/intel/common/libva/
libva.spec 136 * Mon Mar 23 2009 Anas Nashif <anas.nashif@intel.com> 0.30~20090323
  /external/one-true-awk/
FIXES 125 Mar 31, 2007:
257 Mar 21, 2003:
261 Mar 14, 2003:
444 Mar 24, 1999:
449 Mar 5, 1999:
493 Mar 12, 1998:
    [all...]
  /external/syslinux/
syslinux.spec 138 * Thu Mar 15 2007 H. Peter Anvin <hpa@zytor.com>
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/third_party/svg/
svgpan.go 35 * 1.2, Sat Mar 20 08:42:50 GMT 2010, Zeng Xiaohui
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/third_party/svg/
svgpan.go 35 * 1.2, Sat Mar 20 08:42:50 GMT 2010, Zeng Xiaohui
  /external/zlib/src/contrib/masmx86/
inffas32.asm 11 ; * Mar-13-2003 -- Most of this is derived from inffast.S which is derived from
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
inffas32.asm 11 ; * Mar-13-2003 -- Most of this is derived from inffast.S which is derived from

Completed in 703 milliseconds

1 2