Home
last modified time | relevance | path

Searched defs:date (Results 1 – 25 of 2121) sorted by relevance

12345678910>>...85

/external/rust/android-crates-io/crates/config/tests/legacy/
Ddatetime.rs71 let date: String = s.get("json_datetime").unwrap(); in test_datetime_string() localVariable
76 let date: String = s.get("toml_datetime").unwrap(); in test_datetime_string() localVariable
81 let date: String = s.get("yaml_datetime").unwrap(); in test_datetime_string() localVariable
86 let date: String = s.get("hjson_datetime").unwrap(); in test_datetime_string() localVariable
91 let date: String = s.get("ini_datetime").unwrap(); in test_datetime_string() localVariable
96 let date: String = s.get("ron_datetime").unwrap(); in test_datetime_string() localVariable
106 let date: DateTime<Utc> = s.get("json_datetime").unwrap(); in test_datetime() localVariable
111 let date: DateTime<Utc> = s.get("toml_datetime").unwrap(); in test_datetime() localVariable
116 let date: DateTime<Utc> = s.get("yaml_datetime").unwrap(); in test_datetime() localVariable
121 let date: DateTime<Utc> = s.get("hjson_datetime").unwrap(); in test_datetime() localVariable
[all …]
/external/rust/android-crates-io/crates/config/tests/
Ddatetime.rs57 let date: String = s.get("json_datetime").unwrap(); in test_datetime_string() localVariable
62 let date: String = s.get("toml_datetime").unwrap(); in test_datetime_string() localVariable
67 let date: String = s.get("yaml_datetime").unwrap(); in test_datetime_string() localVariable
72 let date: String = s.get("ini_datetime").unwrap(); in test_datetime_string() localVariable
77 let date: String = s.get("ron_datetime").unwrap(); in test_datetime_string() localVariable
87 let date: DateTime<Utc> = s.get("json_datetime").unwrap(); in test_datetime() localVariable
92 let date: DateTime<Utc> = s.get("toml_datetime").unwrap(); in test_datetime() localVariable
97 let date: DateTime<Utc> = s.get("yaml_datetime").unwrap(); in test_datetime() localVariable
102 let date: DateTime<Utc> = s.get("ini_datetime").unwrap(); in test_datetime() localVariable
107 let date: DateTime<Utc> = s.get("ron_datetime").unwrap(); in test_datetime() localVariable
/external/threetenbp/src/test/java/org/threeten/bp/temporal/
DTestTemporalAdjusters.java68 LocalDate date = date(2007, month, i); in test_firstDayOfMonth_nonLeap() local
81 LocalDate date = date(2008, month, i); in test_firstDayOfMonth_leap() local
102 LocalDate date = date(2007, month, i); in test_lastDayOfMonth_nonLeap() local
115 LocalDate date = date(2008, month, i); in test_lastDayOfMonth_leap() local
136 LocalDate date = date(2007, month, i); in test_firstDayOfNextMonth_nonLeap() local
149 LocalDate date = date(2008, month, i); in test_firstDayOfNextMonth_leap() local
170 LocalDate date = date(2007, month, i); in test_firstDayOfYear_nonLeap() local
183 LocalDate date = date(2008, month, i); in test_firstDayOfYear_leap() local
204 LocalDate date = date(2007, month, i); in test_lastDayOfYear_nonLeap() local
217 LocalDate date = date(2008, month, i); in test_lastDayOfYear_leap() local
[all …]
DTestJulianFields.java83 public void test_samples_get(TemporalField field, LocalDate date, long expected) { in test_samples_get()
88 public void test_samples_set(TemporalField field, LocalDate date, long value) { in test_samples_set()
89 assertEquals(field.adjustInto(LocalDate.MAX, value), date); in test_samples_set() local
90 assertEquals(field.adjustInto(LocalDate.MIN, value), date); in test_samples_set() local
91 assertEquals(field.adjustInto(JAN01_1970, value), date); in test_samples_set() local
92 assertEquals(field.adjustInto(DEC31_1969, value), date); in test_samples_set() local
93 assertEquals(field.adjustInto(NOV12_1945, value), date); in test_samples_set() local
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
DDateUtils.java382 public static Date addYears(final Date date, final int amount) { in addYears()
395 public static Date addMonths(final Date date, final int amount) { in addMonths()
408 public static Date addWeeks(final Date date, final int amount) { in addWeeks()
421 public static Date addDays(final Date date, final int amount) { in addDays()
434 public static Date addHours(final Date date, final int amount) { in addHours()
447 public static Date addMinutes(final Date date, final int amount) { in addMinutes()
460 public static Date addSeconds(final Date date, final int amount) { in addSeconds()
473 public static Date addMilliseconds(final Date date, final int amount) { in addMilliseconds()
487 private static Date add(final Date date, final int calendarField, final int amount) { in add()
505 public static Date setYears(final Date date, final int amount) { in setYears()
[all …]
/external/pigweed/seed/
Dseed_metadata.json5 "date": "2022-10-31", string
15 "date": "2022-11-30", string
25 "date": "2023-02-06", string
35 "date": "2023-02-10", string
45 "date": "2023-08-16", string
55 "date": "2023-06-12", string
65 "date": "2023-07-10", string
75 "date": "2023-07-13", string
85 "date": "2023-07-19", string
95 "date": "2023-06-24", string
[all …]
/external/junit-params/
DRELEASES.md3 ### Deprecated $ method
6 ### Automatic class name to class object conversion
19 ### Support custom annotations for parameter conversion
69 ### CustomParameters
103 ### @CombinedParameters
130 ### Bug fixes and improvements
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/gregorian/
Dgreg_date.hpp38 class BOOST_SYMBOL_VISIBLE date : public date_time::date<date, gregorian_calendar, date_duration> class
51 BOOST_CXX14_CONSTEXPR date(): in date() function in boost::gregorian::date
56 BOOST_CXX14_CONSTEXPR date(year_type y, month_type m, day_type d) in date() function in boost::gregorian::date
64 BOOST_CXX14_CONSTEXPR explicit date(const ymd_type& ymd) in date() function in boost::gregorian::date
68 BOOST_CXX14_CONSTEXPR explicit date(const date_int_type& rhs): in date() function in boost::gregorian::date
72 BOOST_CXX14_CONSTEXPR explicit date(date_rep_type rhs): in date() function in boost::gregorian::date
76 BOOST_CXX14_CONSTEXPR explicit date(special_values sv): in date() function in boost::gregorian::date
/external/gson/gson/src/test/java/com/google/gson/internal/bind/util/
DISO8601UtilsTest.java37 Date date = calendar.getTime(); in testDateFormatString() local
46 Date date = new Date(time); in testDateFormatWithMilliseconds() local
55 Date date = new Date(time); in testDateFormatWithTimezone() local
64 Date date = ISO8601Utils.parse(dateStr, new ParsePosition(0)); in testDateParseWithDefaultTimezone() local
92 Date date = ISO8601Utils.parse(dateStr, new ParsePosition(0)); in testDateParseWithTimezone() local
102 Date date = ISO8601Utils.parse(dateStr, new ParsePosition(0)); in testDateParseSpecialTimezone() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DDateSerializationTest.java38 public Date date; field in DateSerializationTest.DateAsNumberBean
44 public Date date; field in DateSerializationTest.DateAsStringBean
50 public Date date; field in DateSerializationTest.DateAsDefaultStringBean
56 public Date date; field in DateSerializationTest.DateInCETBean
70 public Date date; field in DateSerializationTest.DateAsDefaultBean
76 public Date date; field in DateSerializationTest.DateAsDefaultBeanWithEmptyJsonFormat
82 public Date date; field in DateSerializationTest.DateAsDefaultBeanWithPattern
88 public Date date; field in DateSerializationTest.DateAsDefaultBeanWithLocale
94 public Date date; field in DateSerializationTest.DateAsDefaultBeanWithTimezone
380 private void serialize(ObjectMapper mapper, Object date, String expected) throws IOException { in serialize()
[all …]
/external/mockito-kotlin/tests/src/test/kotlin/test/
DSpyTest.kt67 val date = spy(Date()) in doReturnWithSpy() constant
74 val date = spy(Date(0)) in doNothingWithSpy() constant
82 val date = spy(Date(0)) in doThrowWithSpy() constant
89 val date = spy(Date(0)) in doCallRealMethodWithSpy() constant
DArgumentCaptorTest.kt14 val date: Date = mock() in argumentCaptor_withSingleValue() constant
28 val date: Date = mock() in argumentCaptor_destructuring2() constant
44 val date: Date = mock() in argumentCaptor_destructuring3() constant
63 val date: Date = mock() in argumentCaptor_destructuring4() constant
83 val date: Date = mock() in argumentCaptor_destructuring5() constant
132 val date: Date = mock() in argumentCaptor_multipleValues() constant
201 val date: Date = mock() in argumentCaptor_withSingleValue_lambda() constant
216 val date: Date = mock() in argumentCaptor_withSingleValue_lambda_properlyFails() constant
/external/icu/icu4c/source/test/testdata/message2/icu4j/
Dicu-test-functions.json7 "params": {"exp": { "date": 1722746637000 } } number
12 "params": {"exp": { "date": 1722746637000 } } number
17 "params": {"exp": { "date": 1722746637000 } }, number
23 "params": {"exp": { "date": 1722746637000 } } number
28 "params": {"exp": { "date": 1722746637000 } } number
33 "params": {"exp": { "date": 1722746637000 } } number
38 "params": {"exp": { "date": 1722746637000 } } number
43 "params": {"exp": { "date": 1722746637000 } } number
48 "params": {"exp": { "date": 1722746637000 } } number
53 "params": {"exp": { "date": 1722746637000 } } number
[all …]
/external/testng/src/main/java/org/testng/
DTimeBombSkipException.java60 public TimeBombSkipException(String msg, String date) { in TimeBombSkipException()
73 public TimeBombSkipException(String msg, String date, String format) { in TimeBombSkipException()
86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) { in TimeBombSkipException()
136 public TimeBombSkipException(String msg, String date, Throwable cause) { in TimeBombSkipException()
153 public TimeBombSkipException(String msg, String date, String format, Throwable cause) { in TimeBombSkipException()
170 …public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable… in TimeBombSkipException()
182 private void initExpireDate(String date) { in initExpireDate()
/external/rust/android-crates-io/crates/chrono/tests/
Ddateutils.rs38 let date = NaiveDate::from_ymd_opt(dt.year(), dt.month(), dt.day()).unwrap(); in verify_against_date_command_local() localVariable
96 let mut date = NaiveDate::from_ymd_opt(*year, 1, 1).unwrap().and_time(NaiveTime::MIN); in try_verify_against_date_command() localVariable
143 let date = NaiveDate::from_ymd_opt(dt.year(), dt.month(), dt.day()).unwrap(); in verify_against_date_command_format_local() localVariable
160 let mut date = NaiveDate::from_ymd_opt(1970, 1, 1).unwrap().and_hms_opt(12, 11, 13).unwrap(); in try_verify_against_date_command_format() localVariable
/external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/resources/software/amazon/awssdk/benchmark/
Dbaseline.json10 "date": "2020-03-18T20:11:42.308-07:00[America/Los_Angeles]" string
30 "date": "2020-03-18T20:11:42.314-07:00[America/Los_Angeles]" string
50 "date": "2020-03-18T20:11:42.314-07:00[America/Los_Angeles]" string
70 "date": "2020-03-18T20:11:42.314-07:00[America/Los_Angeles]" string
90 "date": "2020-03-18T20:11:42.315-07:00[America/Los_Angeles]" string
110 "date": "2020-03-18T20:11:42.315-07:00[America/Los_Angeles]" string
130 "date": "2020-03-18T20:11:42.315-07:00[America/Los_Angeles]" string
150 "date": "2020-03-18T20:11:42.315-07:00[America/Los_Angeles]" string
170 "date": "2020-03-18T20:11:42.315-07:00[America/Los_Angeles]" string
190 "date": "2020-03-18T20:11:42.316-07:00[America/Los_Angeles]" string
[all …]
/external/threetenbp/src/main/java/org/threeten/bp/chrono/
DIsoChronology.java170 public LocalDate date(Era era, int yearOfEra, int month, int dayOfMonth) { in date() method in IsoChronology
187 public LocalDate date(int prolepticYear, int month, int dayOfMonth) { in date() method in IsoChronology
236 public LocalDate date(TemporalAccessor temporal) { in date() method in IsoChronology
467 LocalDate date = LocalDate.of(y, moy, 1).plusDays((aw - 1) * 7 + (ad - 1)); in resolveDate() local
484 … LocalDate date = LocalDate.of(y, moy, 1).plusWeeks(aw - 1).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local
511 LocalDate date = LocalDate.of(y, 1, 1).plusDays((aw - 1) * 7 + (ad - 1)); in resolveDate() local
526 … LocalDate date = LocalDate.of(y, 1, 1).plusWeeks(aw - 1).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local
DMinguoChronology.java162 public MinguoDate date(Era era, int yearOfEra, int month, int dayOfMonth) { in date() method in MinguoChronology
167 public MinguoDate date(int prolepticYear, int month, int dayOfMonth) { in date() method in MinguoChronology
188 public MinguoDate date(TemporalAccessor temporal) { in date() method in MinguoChronology
362 MinguoDate date = date(y, moy, 1).plus((aw - 1) * 7 + (ad - 1), DAYS); in resolveDate() local
379 … MinguoDate date = date(y, moy, 1).plus(aw - 1, WEEKS).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local
406 MinguoDate date = date(y, 1, 1).plusDays((aw - 1) * 7 + (ad - 1)); in resolveDate() local
421 … MinguoDate date = date(y, 1, 1).plus(aw - 1, WEEKS).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local
DThaiBuddhistChronology.java162 public ThaiBuddhistDate date(Era era, int yearOfEra, int month, int dayOfMonth) { in date() method in ThaiBuddhistChronology
167 public ThaiBuddhistDate date(int prolepticYear, int month, int dayOfMonth) { in date() method in ThaiBuddhistChronology
188 public ThaiBuddhistDate date(TemporalAccessor temporal) { in date() method in ThaiBuddhistChronology
362 ThaiBuddhistDate date = date(y, moy, 1).plus((aw - 1) * 7 + (ad - 1), DAYS); in resolveDate() local
379 … ThaiBuddhistDate date = date(y, moy, 1).plus(aw - 1, WEEKS).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local
406 ThaiBuddhistDate date = date(y, 1, 1).plusDays((aw - 1) * 7 + (ad - 1)); in resolveDate() local
421 … ThaiBuddhistDate date = date(y, 1, 1).plus(aw - 1, WEEKS).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DMockDateBeanConstructorTest.java39 private MockDate date; field in MockDateBeanConstructorTest.DateBean
53 public void setDate(MockDate date) { in setDate()
67 public MockDate(long date) { in MockDate()
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Ddate.hpp54 class BOOST_SYMBOL_VISIBLE date : private class
71 BOOST_CXX14_CONSTEXPR date(year_type y, month_type m, day_type d) in date() function in boost::date_time::date
74 BOOST_CXX14_CONSTEXPR date(const ymd_type& ymd) in date() function in boost::date_time::date
195 BOOST_CONSTEXPR explicit date(date_int_type days) : days_(days) {} in date() function in boost::date_time::date
196 BOOST_CXX14_CONSTEXPR explicit date(date_rep_type days) : days_(days.as_number()) {} in date() function in boost::date_time::date
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DTimestampTagTest.java73 Date date = cal.getTime(); in testTimestampOut() local
82 Date date = cal.getTime(); in testTimestampOutMap() local
138 Date date = (Date) getMapValue(yaml, key); in getText() local
154 Date date = (Date) getMapValue("Time: 2001-11-23 15:01:42 -5", "Time"); in testTimestampReadWrite() local
162 java.sql.Date date = new java.sql.Date(1000000000000L); in testSqlDate() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/
DGcParam.java32 private final Date date; field in GcParam
34 private GcParam(Code code, Date date) { in GcParam()
42 public static GcParam expiresAt(Date date) { in expiresAt()
/external/threetenbp/src/test/java/org/threeten/bp/
DUsabilityChrono.java85 ChronoLocalDate date = chrono.dateNow(); in newPackagePluggable() local
114 protected static void output(LocalDate date) { in output()
152 ChronoLocalDate date = chrono.dateNow(); in example1() local
173 private static void printMonthCal(ChronoLocalDate date, PrintStream out) { in printMonthCal()
/external/python/typing/scripts/
Dtyping-summary.py49 def fetch_issues(since: datetime.date) -> list[Issue]:
80 issues: Iterable[Issue], since: datetime.date
95 since: datetime.date, new: Sequence[Issue], changed: Sequence[Issue]

12345678910>>...85