Home
last modified time | relevance | path

Searched defs:date (Results 501 – 525 of 3737) sorted by relevance

1...<<21222324252627282930>>...150

/aosp_15_r20/external/perfetto/ui/src/base/
H A Dtime.ts125 const date = Time.toDate(time, offset); constant
346 const date = new Date(); constant
/aosp_15_r20/frameworks/native/libs/ui/
H A DDisplayIdentification.cpp90 DeviceProductInfo::ManufactureYear date; in buildDeviceProductInfo() local
94 DeviceProductInfo::ManufactureWeekAndYear date; in buildDeviceProductInfo() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/
H A DChineseTest.java104 Date date = grego.getTime(); in TestMapping() local
138 Date date = cal.getTime(); in TestMapping() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DTimeZoneTest.java97 Date date = sdf.parse("1902-11-01T00:00:00.000+0800"); in testPreHistoricInDaylightTime_old() local
154 Date date = sdf.parse(isoTime); in parseIsoTime() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/
H A DCalendarDate.java88 public sun.util.calendar.CalendarDate setDayOfMonth(int date) { in setDayOfMonth()
208 public boolean isSameDate(sun.util.calendar.CalendarDate date) { in isSameDate()
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/text/
H A DDateFormat.annotated.java56 public abstract java.lang.StringBuffer format(java.util.Date date, java.lang.StringBuffer toAppendT… in format()
58 public final java.lang.String format(java.util.Date date) { throw new RuntimeException("Stub!"); } in format()
/aosp_15_r20/external/googleapis/google/maps/places/v1/
H A Dplace.proto98 google.type.Date date = 6; field
165 google.type.Date date = 1; field
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DChineseTest.java107 Date date = grego.getTime(); in TestMapping() local
141 Date date = cal.getTime(); in TestMapping() local
/aosp_15_r20/external/mtools/
H A Dmcopy.c291 time_t date; in writeit() local
405 time_t date; in dos_copydir() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DDateFormat.java361 public abstract StringBuffer format(Date date, StringBuffer toAppendTo, in format()
370 public final String format(Date date) in format()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DTimeZoneFormat.java294 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date) { throw new Run… in format()
313 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date, android.icu.uti… in format()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DTimeZoneFormat.java294 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date) { throw new Run… in format()
313 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date, android.icu.uti… in format()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/text/
DDateFormat.java361 public abstract StringBuffer format(Date date, StringBuffer toAppendTo, in format()
370 public final String format(Date date) in format()
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
H A DFastDatePrinterTest.java135 final Date date = calendar.getTime(); in testAppendableOptions() local
398 final Date date = calendar.getTime(); in testStringBufferOptions() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DTimeZoneFormat.java294 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date) { throw new Run… in format()
313 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date, android.icu.uti… in format()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DTimeZoneFormat.java294 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date) { throw new Run… in format()
313 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date, android.icu.uti… in format()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DTimeZoneFormat.java294 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date) { throw new Run… in format()
313 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date, android.icu.uti… in format()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DTimeZoneFormat.java294 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date) { throw new Run… in format()
313 …roid.icu.text.TimeZoneFormat.Style style, android.icu.util.TimeZone tz, long date, android.icu.uti… in format()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/calendar/
H A DCalendarDate.java189 public CalendarDate setDayOfMonth(int date) { in setDayOfMonth()
377 public boolean isSameDate(CalendarDate date) { in isSameDate()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/text/
H A DDateFormat.java59 java.util.Date date, in format()
63 public final java.lang.String format(java.util.Date date) { in format()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java361 public abstract StringBuffer format(Date date, StringBuffer toAppendTo, in format()
370 public final String format(Date date) in format()
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/
Dmonth.rs320 let date = Utc.with_ymd_and_hms(2019, 10, 28, 9, 10, 11).unwrap(); in test_month_enum_try_from() localVariable
341 let date = Utc.with_ymd_and_hms(2019, 10, 28, 9, 10, 11).unwrap(); in test_month_enum_primitive_parse() localVariable
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.kt136 val date: TextView = v.findViewById(R.id.top_button_date) as TextView in getView() constant
200 val date: TextView? = v?.findViewById(R.id.button_date) as? TextView in getDropDownView() constant
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSyncSettings.java427 Date date = new Date(); in setFeedsState() local
596 private static String formatSyncDate(Context context, Date date) { in formatSyncDate()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test.cpp289 UDate date = cal->getTime(errorCode); in testAPISimple() local
336 UDate date = cal->getTime(errorCode); in testAPI() local

1...<<21222324252627282930>>...150