/aosp_15_r20/external/junit-params/ |
H A D | RELEASES.md | 3 ### 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
|
/aosp_15_r20/external/testng/src/main/java/org/testng/ |
H A D | TimeBombSkipException.java | 60 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()
|
/aosp_15_r20/external/mockito-kotlin/tests/src/test/kotlin/test/ |
H A D | ArgumentCaptorTest.kt | 14 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
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Date.java | 177 public Date(long date) { in Date() 196 public Date(int year, int month, int date) { in Date() 218 public Date(int year, int month, int date, int hrs, int min) { in Date() 241 public Date(int year, int month, int date, int hrs, int min, int sec) { in Date() 316 public static long UTC(int year, int month, int date, in UTC() 776 public void setDate(int date) { in setDate() 978 static final long getMillisOf(Date date) { in getMillisOf() 1053 BaseCalendar.Date date = normalize(); in toString() local 1145 BaseCalendar.Date date = in toGMTString() local 1239 private final BaseCalendar.Date normalize(BaseCalendar.Date date) { in normalize()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Date.java | 177 public Date(long date) { in Date() 196 public Date(int year, int month, int date) { in Date() 218 public Date(int year, int month, int date, int hrs, int min) { in Date() 241 public Date(int year, int month, int date, int hrs, int min, int sec) { in Date() 316 public static long UTC(int year, int month, int date, in UTC() 776 public void setDate(int date) { in setDate() 978 static final long getMillisOf(Date date) { in getMillisOf() 1053 BaseCalendar.Date date = normalize(); in toString() local 1145 BaseCalendar.Date date = in toGMTString() local 1239 private final BaseCalendar.Date normalize(BaseCalendar.Date date) { in normalize()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Date.java | 177 public Date(long date) { in Date() 196 public Date(int year, int month, int date) { in Date() 218 public Date(int year, int month, int date, int hrs, int min) { in Date() 241 public Date(int year, int month, int date, int hrs, int min, int sec) { in Date() 316 public static long UTC(int year, int month, int date, in UTC() 776 public void setDate(int date) { in setDate() 978 static final long getMillisOf(Date date) { in getMillisOf() 1053 BaseCalendar.Date date = normalize(); in toString() local 1145 BaseCalendar.Date date = in toGMTString() local 1239 private final BaseCalendar.Date normalize(BaseCalendar.Date date) { in normalize()
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
H A D | TCKJapaneseChronology.java | 446 ChronoLocalDate date = JapaneseChronology.INSTANCE.date(era, 1, 1, 1); in test_InvalidEras() local 735 JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, style); in test_resolve_yearOfEra_eraOnly_valid() local 746 JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, style); in test_resolve_yearOfEra_eraAndYearOfEraOnly_valid() local 758 JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, style); in test_resolve_yearOfEra_eraAndYearOnly_valid() local 779 JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, style); in test_resolve_yearOfEra_yearOfEraOnly_valid() local 790 JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, style); in test_resolve_yearOfEra_yearOfEraAndYearOnly_valid() local 885 … JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, ResolverStyle.LENIENT); in test_resolve_ymd_lenient() local 897 … JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, ResolverStyle.SMART); in test_resolve_ymd_smart() local 901 … JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, ResolverStyle.SMART); in test_resolve_ymd_smart() local 920 … JapaneseDate date = JapaneseChronology.INSTANCE.resolveDate(fieldValues, ResolverStyle.STRICT); in test_resolve_ymd_strict() local [all …]
|
H A D | TCKChronoLocalDate.java | 116 ChronoLocalDate date = chrono.date(refDate); in test_badWithAdjusterChrono() local 139 ChronoLocalDate date = chrono.date(refDate); in test_badPlusAdjusterChrono() local 162 ChronoLocalDate date = chrono.date(refDate); in test_badMinusAdjusterChrono() local 185 ChronoLocalDate date = chrono.date(refDate); in test_badPlusTemporalUnitChrono() local 209 ChronoLocalDate date = chrono.date(refDate); in test_badMinusTemporalUnitChrono() local 233 ChronoLocalDate date = chrono.date(refDate); in test_badTemporalFieldChrono() local 261 ChronoLocalDate date = chrono.date(LocalDate.of(2013, 1, 1)); in test_date_comparisons() local 314 ChronoLocalDate date = chrono.date(refDate); in test_from_TemporalAccessor() local
|
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/ |
H A D | LocalDateTime.java | 133 private final LocalDate date; field in LocalDateTime 206 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 229 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 252 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 275 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 298 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 321 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 333 public static LocalDateTime of(LocalDate date, LocalTime time) { in of() 380 LocalDate date = LocalDate.ofEpochDay(localEpochDay); in ofEpochSecond() local 408 LocalDate date = LocalDate.from(temporal); in from() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/time/ |
D | LocalDateTime.java | 156 private final LocalDate date; field in LocalDateTime 231 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 256 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 281 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 306 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 331 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 356 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 368 public static LocalDateTime of(LocalDate date, LocalTime time) { in of() 417 LocalDate date = LocalDate.ofEpochDay(localEpochDay); in ofEpochSecond() local 451 LocalDate date = LocalDate.from(temporal); in from() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/ |
D | LocalDateTime.java | 156 private final LocalDate date; field in LocalDateTime 231 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 256 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 281 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 306 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 331 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 356 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 368 public static LocalDateTime of(LocalDate date, LocalTime time) { in of() 417 LocalDate date = LocalDate.ofEpochDay(localEpochDay); in ofEpochSecond() local 451 LocalDate date = LocalDate.from(temporal); in from() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/ |
H A D | LocalDateTime.java | 156 private final LocalDate date; field in LocalDateTime 231 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 256 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 281 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 306 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 331 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 356 LocalDate date = LocalDate.of(year, month, dayOfMonth); in of() local 368 public static LocalDateTime of(LocalDate date, LocalTime time) { in of() 417 LocalDate date = LocalDate.ofEpochDay(localEpochDay); in ofEpochSecond() local 451 LocalDate date = LocalDate.from(temporal); in from() local [all …]
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/internal/bind/util/ |
H A D | ISO8601UtilsTest.java | 37 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/ |
D | date.rs | 59 date: NaiveDate, field 266 let date = self.date.checked_add_signed(rhs)?; in checked_add_signed() localVariable 276 let date = self.date.checked_sub_signed(rhs)?; in checked_sub_signed() localVariable 563 let date = NaiveDate::arbitrary(u)?; in arbitrary() localVariable 599 let date = Date::<Utc>::from_utc(naivedate, Utc); in test_date_add_assign() localVariable 606 let date = date.with_timezone(&timezone); in test_date_add_assign() localVariable 612 let date = date.with_timezone(&timezone); in test_date_add_assign() localVariable 623 let date = Local.from_utc_date(&naivedate); in test_date_add_assign_local() localVariable 633 let date = Date::<Utc>::from_utc(naivedate, Utc); in test_date_sub_assign() localVariable 640 let date = date.with_timezone(&timezone); in test_date_sub_assign() localVariable [all …]
|
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/chrono/ |
H A D | IsoChronology.java | 170 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
|
H A D | MinguoChronology.java | 162 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
|
H A D | ThaiBuddhistChronology.java | 162 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
|
H A D | HijrahChronology.java | 261 public HijrahDate date(Era era, int yearOfEra, int month, int dayOfMonth) { in date() method in HijrahChronology 266 public HijrahDate date(int prolepticYear, int month, int dayOfMonth) { in date() method in HijrahChronology 287 public HijrahDate date(TemporalAccessor temporal) { in date() method in HijrahChronology 444 HijrahDate date = date(y, moy, 1).plus((aw - 1) * 7 + (ad - 1), DAYS); in resolveDate() local 461 … HijrahDate date = date(y, moy, 1).plus(aw - 1, WEEKS).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local 488 HijrahDate date = date(y, 1, 1).plusDays((aw - 1) * 7 + (ad - 1)); in resolveDate() local 503 … HijrahDate date = date(y, 1, 1).plus(aw - 1, WEEKS).with(nextOrSame(DayOfWeek.of(dow))); in resolveDate() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
H A D | TestExampleCode.java | 100 ChronoLocalDate date = chrono.dateNow(); in test_chronoPackageExample() local 144 ChronoLocalDate date = chrono.dateNow(); in test_calendarPackageExample() local 181 ChronoLocalDate date = LocalDate.now(); in test_unknownChronologyWithDateTime() local 189 HijrahDate date = HijrahDate.now(); in test_library() local 203 private <D extends ChronoLocalDate> D next(D date) { in next() 215 private <D extends ChronoLocalDate> ChronoLocalDateTime<D> tomorrowNoon(D date) { in tomorrowNoon()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/time/chrono/ |
H A D | JapaneseDateTest.java | 52 JapaneseDate date = JapaneseDate.of(REIWA, 3, 5, 21); in minus_days() local 59 JapaneseDate date = JapaneseDate.of(REIWA, 3, 5, 21); in minus_negative_days() local 66 JapaneseDate date = JapaneseDate.of(REIWA, 1, 5, 1); in minus_days_crossEras() local 117 JapaneseDate date = JapaneseDate.of(REIWA, 3, 5, 21); in minus_japanesePeriod() local 125 JapaneseDate date = JapaneseDate.of(REIWA, 2, 5, 21); in minus_japanesePeriod_withNegative() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/ |
H A D | LocalGregorianCalendar.java | 58 long millis, sun.util.calendar.CalendarDate date) { in getCalendarDate() 77 public boolean validate(sun.util.calendar.CalendarDate date) { in validate() 86 public boolean normalize(sun.util.calendar.CalendarDate date) { in normalize() 90 void normalizeMonth(sun.util.calendar.CalendarDate date) { in normalizeMonth() 94 void normalizeYear(sun.util.calendar.CalendarDate date) { in normalizeYear() 106 public void getCalendarDateFromFixedDate(sun.util.calendar.CalendarDate date, long fixedDate) { in getCalendarDateFromFixedDate()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | deprecation.py | 43 def _add_deprecated_function_notice_to_docstring(doc, date, instructions): argument 58 def _add_deprecated_arg_notice_to_docstring(doc, date, instructions, argument 77 def _add_deprecated_arg_value_notice_to_docstring(doc, date, instructions, argument 99 def _validate_deprecation_args(date, instructions): argument 292 def deprecated(date, instructions, warn_once=True): argument 384 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, argument 570 def deprecated_arg_values(date, instructions, warn_once=True, argument
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapAppParams.java | 1230 Date date = new Date(mFilterPeriodBegin); in getFilterPeriodBeginString() local 1241 Date date = format.parse(filterPeriodBegin); in setFilterPeriodBegin() local 1252 Date date = new Date(mFilterPeriodBegin); in getFilterLastActivityBeginString() local 1263 Date date = format.parse(filterPeriodBegin); in setFilterLastActivityBegin() local 1278 Date date = new Date(mFilterPeriodEnd); in getFilterLastActivityEndString() local 1289 Date date = format.parse(filterPeriodEnd); in setFilterPeriodEnd() local 1296 Date date = new Date(mFilterPeriodEnd); in getFilterPeriodEndString() local 1307 Date date = format.parse(filterPeriodEnd); in setFilterLastActivityEnd() local 1512 Date date = new Date(mLastActivity); in getLastActivityString() local 1523 Date date = format.parse(lastActivity); in setLastActivity() local [all …]
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | time64.c | 196 Time64_T timegm64(const struct TM *date) { in timegm64() 493 struct TM date; in mktime64() local 516 Time64_T timelocal64(const struct TM *date) { in timelocal64() 738 static int valid_tm_wday( const struct TM* date ) { in valid_tm_wday() 745 static int valid_tm_mon( const struct TM* date ) { in valid_tm_mon() 753 char *asctime64_r( const struct TM* date, char *result ) { in asctime64_r() 785 struct TM date; in ctime64_r() local 801 char *asctime64( const struct TM* date ) { in asctime64()
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
H A D | DateFormatUtils.java | 275 public static String format(final Date date, final String pattern) { in format() 287 public static String format(final Date date, final String pattern, final Locale locale) { in format() 299 public static String format(final Date date, final String pattern, final TimeZone timeZone) { in format() 312 …public static String format(final Date date, final String pattern, final TimeZone timeZone, final … in format() 372 public static String formatUTC(final Date date, final String pattern) { in formatUTC() 384 public static String formatUTC(final Date date, final String pattern, final Locale locale) { in formatUTC()
|