| /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/third_party/libc++/src/test/std/time/time.syn/ |
| D | formatter_tests.h | 112 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("a"), arg); in check_invalid_types() 113 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("A"), arg); in check_invalid_types() 114 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("b"), arg); in check_invalid_types() 115 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("B"), arg); in check_invalid_types() 116 …check_invalid_type(valid_types, "The supplied date time doesn't contain a date and time", STR("c")… in check_invalid_types() 117 check_invalid_type(valid_types, "The supplied date time doesn't contain a year", STR("C"), arg); in check_invalid_types() 118 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("d"), arg); in check_invalid_types() 119 check_invalid_type(valid_types, "The supplied date time doesn't contain a date", STR("D"), arg); in check_invalid_types() 120 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("e"), arg); in check_invalid_types() 122 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("f"), arg); in check_invalid_types() [all …]
|
| /external/rust/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/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/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/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/python/cpython2/Misc/NEWS.d/ |
| D | 2.6a1.rst | 2 .. date: 6793 4 .. release date: 29-Feb-2008 13 .. date: 6792 22 .. date: 6791 31 .. date: 6790 41 .. date: 6789 55 .. date: 6788 69 .. date: 6787 81 .. date: 6786 91 .. date: 6785 [all …]
|
| D | 2.7.4rc1.rst | 2 .. date: 9006 4 .. release date: 2013-03-23 12 .. date: 9005 21 .. date: 9004 31 .. date: 9003 41 .. date: 9002 51 .. date: 9001 60 .. date: 9000 69 .. date: 8999 79 .. date: 8998 [all …]
|
| D | 2.7a1.rst | 2 .. date: 7759 4 .. release date: 2009-12-05 13 .. date: 7758 24 .. date: 7757 34 .. date: 7756 45 .. date: 7755 54 .. date: 7754 63 .. date: 7753 72 .. date: 7752 86 .. date: 7751 [all …]
|
| D | 2.7.1rc1.rst | 2 .. date: 8273 4 .. release date: 2010-11-13 13 .. date: 8272 23 .. date: 8271 33 .. date: 8270 42 .. date: 8269 52 .. date: 8268 61 .. date: 8267 71 .. date: 8266 83 .. date: 8265 [all …]
|
| D | 2.6b1.rst | 2 .. date: 7017 4 .. release date: 18-June-2008 14 .. date: 7016 24 .. date: 7015 33 .. date: 7014 44 .. date: 7013 53 .. date: 7012 62 .. date: 7011 71 .. date: 7010 80 .. date: 7009 [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/python/cpython2/Modules/_ctypes/libffi/ |
| D | ChangeLog | 3 Date: Mon May 19 09:41:32 2014 -0400 5 Update date. Annoucing 3.1 today. 9 Date: Mon May 19 09:37:21 2014 -0400 15 Date: Sun May 11 10:30:22 2014 -0400 21 Date: Sun May 11 10:22:30 2014 -0400 27 Date: Sun May 11 09:56:40 2014 -0400 33 Date: Sun May 11 09:55:28 2014 -0400 39 Date: Sun May 11 09:52:47 2014 -0400 46 Date: Wed Apr 23 19:24:47 2014 -0400 54 Date: Tue Apr 22 21:17:52 2014 -0700 [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/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 …]
|