/external/apache-xml/test/tests/perf/basic/ |
D | basic-datetranscode.xml | 2 <date>13 January 1974</date> 3 <date>14 January 1974</date> 4 <date>1 February 1974</date> 5 <date>2 March 1974</date> 6 <date>3 April 1974</date> 7 <date>4 May 1974</date> 8 <date>5 June 1974</date> 9 <date>6 July 1974</date> 10 <date>7 August 1974</date> 11 <date>8 September 1974</date> [all …]
|
/external/python/dateutil/dateutil/test/ |
D | test_easter.py | 4 from datetime import date 9 date(1990, 4, 15), date(1991, 3, 31), date(1992, 4, 19), date(1993, 4, 11), 10 date(1994, 4, 3), date(1995, 4, 16), date(1996, 4, 7), date(1997, 3, 30), 11 date(1998, 4, 12), date(1999, 4, 4), 13 date(2000, 4, 23), date(2001, 4, 15), date(2002, 3, 31), date(2003, 4, 20), 14 date(2004, 4, 11), date(2005, 3, 27), date(2006, 4, 16), date(2007, 4, 8), 15 date(2008, 3, 23), date(2009, 4, 12), 17 date(2010, 4, 4), date(2011, 4, 24), date(2012, 4, 8), date(2013, 3, 31), 18 date(2014, 4, 20), date(2015, 4, 5), date(2016, 3, 27), date(2017, 4, 16), 19 date(2018, 4, 1), date(2019, 4, 21), [all …]
|
/external/apache-xml/test/tests/perf-gold/basic/ |
D | basic-datetranscode.out | 2 <date orginal="13 January 1974"> 6 </date> 7 <date orginal="14 January 1974"> 11 </date> 12 <date orginal="1 February 1974"> 16 </date> 17 <date orginal="2 March 1974"> 21 </date> 22 <date orginal="3 April 1974"> 26 </date> [all …]
|
/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/ |
D | testdate_iterator.cpp | 13 void test_month_decrement_iterator(const boost::gregorian::date *Answers, int array_len){ in test_month_decrement_iterator() 15 typedef boost::date_time::month_functor<date> mfg; in test_month_decrement_iterator() 17 boost::date_time::date_itr<mfg, date> ditr(Answers[array_len-1]); in test_month_decrement_iterator() 34 void test_base_iterator(boost::gregorian::date end, in test_base_iterator() 49 day_iterator di(date(2002,Jan,1)); in main() 51 test_base_iterator(date(2002,Jan,3),di,data); in main() 52 month_iterator di2(date(2002,Jan,3)); in main() 53 test_base_iterator(date(2002,Mar,1),di2,data); in main() 59 typedef boost::date_time::day_functor<date> dfg; in main() 62 const date DayAnswers[] = {date(2000,Jan,20),date(2000,Jan,22),date(2000,Jan,24)}; in main() [all …]
|
D | testdate.cpp | 17 sdesc << "should" << (allowed ? "" : " not") << " be able to make a date in year " << yr; in test_yearlimit() 20 boost::gregorian::date chkyr(yr, 1, 1); in test_yearlimit() 34 date def; in main() 35 check("Default constructor", def == date(not_a_date_time)); in main() 43 constexpr date d1(1900,1,1); in main() 47 constexpr date d2 = date(2000,12,31); in main() 48 constexpr date d3(d2); in main() 57 date d1(1900,1,1); in main() 58 date d2 = date(2000,1,1); in main() 59 date d3(d2); in main() [all …]
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
D | DateUtils.java | 22 import java.util.Date; 34 * {@link java.util.Calendar} and {@link java.util.Date} object. 40 * This way date-fields will be ignored in bottom-up order. 42 * With these methods the Date-fields will be ignored in top-down order. 43 * Since a date without a year is not a valid date, you have to decide in what 44 * kind of date-field you want your result, for instance milliseconds or days. 47 * Several methods are provided for adding to {@link Date} objects, of the form 48 * {@code addXXX(Date date, int amount)}. It is important to note these methods 79 * This is half a month, so this represents whether a date is in the top 89 {Calendar.DATE, Calendar.DAY_OF_MONTH, Calendar.AM_PM [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/time/time.syn/ |
D | formatter_tests.h | 99 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("a"), arg); in check_invalid_types() 100 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("A"), arg); in check_invalid_types() 101 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("b"), arg); in check_invalid_types() 102 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("B"), arg); in check_invalid_types() 103 …check_invalid_type(valid_types, "The supplied date time doesn't contain a date and time", STR("c")… in check_invalid_types() 104 check_invalid_type(valid_types, "The supplied date time doesn't contain a year", STR("C"), arg); in check_invalid_types() 105 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("d"), arg); in check_invalid_types() 106 check_invalid_type(valid_types, "The supplied date time doesn't contain a date", STR("D"), arg); in check_invalid_types() 107 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("e"), arg); in check_invalid_types() 109 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("f"), arg); in check_invalid_types() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/time/time.syn/ |
D | formatter_tests.h | 99 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("a"), arg); in check_invalid_types() 100 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("A"), arg); in check_invalid_types() 101 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("b"), arg); in check_invalid_types() 102 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("B"), arg); in check_invalid_types() 103 …check_invalid_type(valid_types, "The supplied date time doesn't contain a date and time", STR("c")… in check_invalid_types() 104 check_invalid_type(valid_types, "The supplied date time doesn't contain a year", STR("C"), arg); in check_invalid_types() 105 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("d"), arg); in check_invalid_types() 106 check_invalid_type(valid_types, "The supplied date time doesn't contain a date", STR("D"), arg); in check_invalid_types() 107 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("e"), arg); in check_invalid_types() 109 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("f"), arg); in check_invalid_types() [all …]
|
/external/rust/android-crates-io/crates/chrono/src/ |
D | date.rs | 4 //! ISO 8601 calendar date with time zone. 24 /// ISO 8601 calendar date with time zone. 35 /// There are some guarantees on the usage of `Date<Tz>`: 38 /// the corresponding local date should exist for at least a moment. 42 /// local date, as long as that offset did occur in given day. 48 /// - Once constructed as a full `DateTime`, [`DateTime::date`] and other associated 49 /// methods should return those for the original `Date`. For example, if `dt = 50 /// tz.ymd_opt(y,m,d).unwrap().hms(h,n,s)` were valid, `dt.date() == tz.ymd_opt(y,m,d).unwrap()`. 52 /// - The date is timezone-agnostic up to one day (i.e. practically always), 53 /// so the local date and UTC date should be equal for most cases [all …]
|
/external/threetenbp/src/test/java/org/threeten/bp/temporal/ |
D | TestChronoUnit.java | 64 {date(1939, SEPTEMBER, 2), date(1939, SEPTEMBER, 1), 0}, in data_yearsBetween() 65 {date(1939, SEPTEMBER, 2), date(1939, SEPTEMBER, 2), 0}, in data_yearsBetween() 66 {date(1939, SEPTEMBER, 2), date(1939, SEPTEMBER, 3), 0}, in data_yearsBetween() 68 {date(1939, SEPTEMBER, 2), date(1940, SEPTEMBER, 1), 0}, in data_yearsBetween() 69 {date(1939, SEPTEMBER, 2), date(1940, SEPTEMBER, 2), 1}, in data_yearsBetween() 70 {date(1939, SEPTEMBER, 2), date(1940, SEPTEMBER, 3), 1}, in data_yearsBetween() 72 {date(1939, SEPTEMBER, 2), date(1938, SEPTEMBER, 1), -1}, in data_yearsBetween() 73 {date(1939, SEPTEMBER, 2), date(1938, SEPTEMBER, 2), -1}, in data_yearsBetween() 74 {date(1939, SEPTEMBER, 2), date(1938, SEPTEMBER, 3), 0}, in data_yearsBetween() 76 {date(1939, SEPTEMBER, 2), date(1945, SEPTEMBER, 3), 6}, in data_yearsBetween() [all …]
|
/external/cronet/stable/third_party/icu/source/test/testdata/ |
D | calendar.txt | 31 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw 32 "ERA=1,YEAR=1912,MONTH=,DATE=" // greg 36 "ERA=1,YEAR=3,MONTH=FEBRUARY,DATE=12", // tw 37 "ERA=1,YEAR=1914,MONTH=,DATE=" // greg 41 "ERA=1,YEAR=96,MONTH=FEBRUARY,DATE=12", // tw 42 "ERA=1,YEAR=2007,MONTH=,DATE=" // greg 48 "ERA=0,YEAR=2,MONTH=JANUARY,DATE=24", // tw 49 "ERA=1,YEAR=1910,MONTH=JANUARY,DATE=24", // greg 56 "EXTENDED_YEAR=4601,MONTH=6,DATE=28,IS_LEAP_MONTH=0", // ch 57 "YEAR=1964,MONTH=8,DATE=4", // greg [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | calendar.txt | 31 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw 32 "ERA=1,YEAR=1912,MONTH=,DATE=" // greg 36 "ERA=1,YEAR=3,MONTH=FEBRUARY,DATE=12", // tw 37 "ERA=1,YEAR=1914,MONTH=,DATE=" // greg 41 "ERA=1,YEAR=96,MONTH=FEBRUARY,DATE=12", // tw 42 "ERA=1,YEAR=2007,MONTH=,DATE=" // greg 48 "ERA=0,YEAR=2,MONTH=JANUARY,DATE=24", // tw 49 "ERA=1,YEAR=1910,MONTH=JANUARY,DATE=24", // greg 56 "EXTENDED_YEAR=4601,MONTH=6,DATE=28,IS_LEAP_MONTH=0", // ch 57 "YEAR=1964,MONTH=8,DATE=4", // greg [all …]
|
/external/cronet/tot/third_party/icu/source/test/testdata/ |
D | calendar.txt | 31 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw 32 "ERA=1,YEAR=1912,MONTH=,DATE=" // greg 36 "ERA=1,YEAR=3,MONTH=FEBRUARY,DATE=12", // tw 37 "ERA=1,YEAR=1914,MONTH=,DATE=" // greg 41 "ERA=1,YEAR=96,MONTH=FEBRUARY,DATE=12", // tw 42 "ERA=1,YEAR=2007,MONTH=,DATE=" // greg 48 "ERA=0,YEAR=2,MONTH=JANUARY,DATE=24", // tw 49 "ERA=1,YEAR=1910,MONTH=JANUARY,DATE=24", // greg 56 "EXTENDED_YEAR=4601,MONTH=6,DATE=28,IS_LEAP_MONTH=0", // ch 57 "YEAR=1964,MONTH=8,DATE=4", // greg [all …]
|
/external/pytorch/test/forward_backward_compatibility/ |
D | check_forward_backward_compatibility.py | 25 # The date specifies how long the allowlist exclusion should apply to. 28 # date arbitrarily far in the future. 29 # - Otherwise, pick a date that is far enough in the future that you 32 # Allowlist entries can be removed after the date listed on them passes. 37 # 1: date until which the allowlist entry is valid 43 ("c10_experimental", datetime.date(9999, 1, 1)), 45 ("static", datetime.date(9999, 1, 1)), 46 ("prim::ModuleDictIndex", datetime.date(9999, 1, 1)), 47 ("prim::MKLDNNRelu6", datetime.date(9999, 1, 1)), 48 ("prim::MKLDNNRelu6_", datetime.date(9999, 1, 1)), [all …]
|
/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/ |
D | Date.hpp | 4 #include "Date.d.hpp" 27 …typedef struct icu4x_Date_from_iso_in_calendar_mv1_result {union {icu4x::capi::Date* ok; icu4x::ca… 30 …typedef struct icu4x_Date_from_codes_in_calendar_mv1_result {union {icu4x::capi::Date* ok; icu4x::… 33 …typedef struct icu4x_Date_from_string_mv1_result {union {icu4x::capi::Date* ok; icu4x::capi::Calen… 36 …icu4x::capi::Date* icu4x_Date_to_calendar_mv1(const icu4x::capi::Date* self, const icu4x::capi::Ca… 38 icu4x::capi::IsoDate* icu4x_Date_to_iso_mv1(const icu4x::capi::Date* self); 40 uint16_t icu4x_Date_day_of_year_mv1(const icu4x::capi::Date* self); 42 uint8_t icu4x_Date_day_of_month_mv1(const icu4x::capi::Date* self); 44 icu4x::capi::Weekday icu4x_Date_day_of_week_mv1(const icu4x::capi::Date* self); 46 …uint8_t icu4x_Date_week_of_month_mv1(const icu4x::capi::Date* self, icu4x::capi::Weekday first_wee… [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.3rc1.rst | 1 .. release date: 2017-01-02 3 .. date: 9755 15 .. date: 9753 25 .. date: 9898 34 .. date: 9897 43 .. date: 9896 53 .. date: 9895 63 .. date: 9894 72 .. date: 9893 82 .. date: 9892 [all …]
|
D | 3.5.0a1.rst | 2 .. date: 8948 4 .. release date: 2015-02-08 12 .. date: 8947 22 .. date: 8946 32 .. date: 8945 42 .. date: 8944 52 .. date: 8943 64 .. date: 8942 74 .. date: 8941 84 .. date: 8940 [all …]
|
D | 3.6.0a1.rst | 1 .. release date: 2016-05-16 3 .. date: 9135 15 .. date: 9102 26 .. date: 9076 36 .. date: 9253 45 .. date: 9252 54 .. date: 9251 63 .. date: 9250 73 .. date: 9249 82 .. date: 9248 [all …]
|
D | 3.5.2rc1.rst | 2 .. date: 9636 4 .. release date: 2016-06-12 13 .. date: 9635 24 .. date: 9629 36 .. date: 9597 48 .. date: 9581 59 .. date: 9561 69 .. date: 9673 79 .. date: 9672 88 .. date: 9671 [all …]
|
D | 3.6.0b1.rst | 2 .. date: 9619 4 .. release date: 2016-09-12 15 .. date: 9618 25 .. date: 9617 34 .. date: 9616 44 .. date: 9615 57 .. date: 9614 66 .. date: 9613 75 .. date: 9612 85 .. date: 9611 [all …]
|
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
D | Date.java | 25 /** Represents a Date without time, such as 2017-03-17. Date is timezone independent. */ 27 public final class Date implements Comparable<Date>, Serializable { class 29 // Date format "yyyy-mm-dd" 35 private Date(int year, int month, int dayOfMonth) { in Date() method in Date 45 * Constructs a new Date instance. 51 public static Date fromYearMonthDay(int year, int month, int dayOfMonth) { in fromYearMonthDay() 52 return new Date(year, month, dayOfMonth); in fromYearMonthDay() 55 /** @param date Data in RFC 3339 date format (yyyy-mm-dd). */ 56 public static Date parseDate(String date) { in parseDate() argument 57 Preconditions.checkNotNull(date); in parseDate() [all …]
|
/external/gson/gson/src/test/java/com/google/gson/internal/bind/ |
D | DefaultDateTypeAdapterTest.java | 33 import java.util.Date; 65 DateType.DATE.createDefaultsAdapterFactory()); in assertFormattingAlwaysEmitsUsLocale() 66 assertFormatted("1/1/70", DateType.DATE.createAdapterFactory(DateFormat.SHORT)); in assertFormattingAlwaysEmitsUsLocale() 67 assertFormatted("Jan 1, 1970", DateType.DATE.createAdapterFactory(DateFormat.MEDIUM)); in assertFormattingAlwaysEmitsUsLocale() 68 assertFormatted("January 1, 1970", DateType.DATE.createAdapterFactory(DateFormat.LONG)); in assertFormattingAlwaysEmitsUsLocale() 70 DateType.DATE.createAdapterFactory(DateFormat.SHORT, DateFormat.SHORT)); in assertFormattingAlwaysEmitsUsLocale() 72 DateType.DATE.createAdapterFactory(DateFormat.MEDIUM, DateFormat.MEDIUM)); in assertFormattingAlwaysEmitsUsLocale() 74 DateType.DATE.createAdapterFactory(DateFormat.LONG, DateFormat.LONG)); in assertFormattingAlwaysEmitsUsLocale() 76 DateType.DATE.createAdapterFactory(DateFormat.FULL, DateFormat.FULL)); in assertFormattingAlwaysEmitsUsLocale() 90 Date date = new Date(0); in testParsingDatesFormattedWithSystemLocale() local [all …]
|
/external/apache-commons-compress/src/changes/ |
D | changes.xml | 45 <release version="1.19" date="not released, yet" 47 <action type="fix" date="2018-09-07"> 52 <release version="1.18" date="2018-08-16" 54 <action type="fix" date="2018-06-15" due-to="DidierLoiseau"> 60 <action issue="COMPRESS-456" type="fix" date="2018-06-19"> 64 <action issue="COMPRESS-457" type="fix" date="2018-07-01"> 69 <action issue="COMPRESS-455" type="fix" date="2018-07-01"> 74 <action issue="COMPRESS-459" type="fix" date="2018-07-11" 79 <action issue="COMPRESS-460" type="add" date="2018-07-28" 84 <action issue="COMPRESS-463" type="fix" date="2018-08-09"> [all …]
|
/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/ |
D | DateTest.java | 30 /** Unit tests for {@link Date}. */ 45 verifyDate("2000-04-31", 2000, 4, 31); // Not a valid date. in parseDate() 49 Date date = Date.parseDate(input); in verifyDate() local 50 assertThat(date.getYear()).isEqualTo(year); in verifyDate() 51 assertThat(date.getMonth()).isEqualTo(month); in verifyDate() 52 assertThat(date.getDayOfMonth()).isEqualTo(day); in verifyDate() 80 Date.parseDate(input); in parseInvalidDate() 83 assertThat(e.getMessage()).contains("Invalid date"); in parseInvalidDate() 89 Date.parseDate(input); in parseInvalidYear() 98 Date.parseDate(input); in parseInvalidMonth() [all …]
|
/external/apache-xml/test/tests/contrib/xsltc/schemasoft/ |
D | log10.xml | 6 <total date="may 1" value="3"/> 7 <total date="may 2" value="13"/> 8 <total date="may 3" value="12"/> 9 <total date="may 4" value="22"/> 10 <total date="may 5" value="5"/> 11 <total date="may 6" value="8"/> 12 <total date="may 7" value="2"/> 13 <total date="may 8" value="4"/> 14 <total date="may 9" value="1"/> 18 <total date="may 1" value="0"/> [all …]
|