HomeSort by relevance Sort by last modified time
    Searched refs:dates (Results 26 - 50 of 62) sorted by null

12 3

  /external/v8/test/webkit/
date-constructor.js 71 // Our results are even worse, though, as the dates are clipped: (new Date(1111, 1201).getTime()) == (new Date(1111, 601).getTime())
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 242 UDate dates [] = { local
265 UDate exp = dates[i];
827 UDate dates [] = { local
842 UDate exp = dates[i];
    [all...]
dtfmttst.cpp 4044 const ChineseCalTestDate dates[NUM_TEST_DATES] = { local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 329 long[] dates; local
330 dates = rp.expand(eventTime, recur, begin, end);
341 for (long date : dates) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 155 dates outside the specified month.
199 dates = list(self.itermonthdates(year, month))
200 return [ dates[i:i+7] for i in range(0, len(dates), 7) ]
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 155 dates outside the specified month.
199 dates = list(self.itermonthdates(year, month))
200 return [ dates[i:i+7] for i in range(0, len(dates), 7) ]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 155 dates outside the specified month.
199 dates = list(self.itermonthdates(year, month))
200 return [ dates[i:i+7] for i in range(0, len(dates), 7) ]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 155 dates outside the specified month.
199 dates = list(self.itermonthdates(year, month))
200 return [ dates[i:i+7] for i in range(0, len(dates), 7) ]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 195 Date dates[] = {d1, d2, d3, d4}; local
201 Date exp = dates[i];
563 Date dates[] = {cal.getTime(), new Date(-1), new Date(-1)}; local
567 Date exp = dates[i];
800 Date DATES[] = {d0, d1, d2, d3, d4, d5, FAIL_DATE, d7};
806 Date expected = DATES[i];
    [all...]
DateFormatTest.java 4125 final ChineseCalTestDate[] dates = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 191 Date dates[] = {d1, d2, d3, d4}; local
197 Date exp = dates[i];
559 Date dates[] = {cal.getTime(), new Date(-1), new Date(-1)}; local
563 Date exp = dates[i];
796 Date DATES[] = {d0, d1, d2, d3, d4, d5, FAIL_DATE, d7};
802 Date expected = DATES[i];
    [all...]
DateFormatTest.java 4121 final ChineseCalTestDate[] dates = { local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_connection.py     [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 112 fixed a bug in regular expressions that dates (so help me) from 1977;
    [all...]
  /external/elfutils/tests/
run-strings-test.sh 338 testfile8: 7bbf preserve-dates
407 testfile9: 3419 preserve-dates
  /external/v8/test/mjsunit/
date-parse.js 28 // Test that we can parse dates in all the different formats that we
287 // (Dates from 1970 to ~2070 with 150h steps.)
  /external/chromium-trace/catapult/third_party/flot/
NEWS.md 138 - Fixed a regression in the time plugin, introduced in 0.8, that caused dates
192 the dates are displayed. If null, the dates are displayed as UTC. If
193 "browser", the dates are displayed in the time zone of the user's browser.
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 358 public VerifyAllInstances(String startDate, String endDate, String[] dates) {
365 if (dates == null) {
370 int len = dates.length;
373 for (String instance : dates) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1112 dates = date variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1112 dates = date variable
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 1669 const TestWeekendDates * dates; member in struct:__anon13462
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time_test.go 417 // Selected dates and corner cases
  /prebuilts/go/linux-x86/src/time/
time_test.go 417 // Selected dates and corner cases
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
layer1.py     [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 1001 milliseconds

12 3