Home
last modified time | relevance | path

Searched defs:date (Results 26 – 50 of 222) sorted by relevance

123456789

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDateValueSanitizer.java72 final Date date = new Date(value.getDateValue()); in sanitize() local
H A DDateTransformation.java79 final Date date = new Date(value.getDateValue()); in apply() local
/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java499 Calendar date = mAdapter.mSelectedDate; in setMinDate() local
530 Calendar date = mAdapter.mSelectedDate; in setMaxDate() local
579 public void setDate(long date) { in setDate()
584 public void setDate(long date, boolean animate, boolean center) { in setDate()
603 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
793 private void goTo(Calendar date, boolean animate, boolean setSelected, in goTo()
945 private int getWeeksSinceMinDate(Calendar date) { in getWeeksSinceMinDate()
1373 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_calendar.cpp197 void I18nCalendar::Set(int32_t year, int32_t month, int32_t date) in Set()
283 bool I18nCalendar::IsWeekend(int64_t date, UErrorCode &status) in IsWeekend()
327 int32_t I18nCalendar::CompareDays(UDate date) in CompareDays()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp146 std::vector<uint8_t> date; in LoadKeyFromFile() local
166 …std::vector<uint8_t> date(reinterpret_cast<uint8_t *>(&time), reinterpret_cast<uint8_t *>(&time) +… in SaveKeyToFile() local
363 bool SecurityManager::IsKeyOutdated(const std::vector<uint8_t> &date) in IsKeyOutdated()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/
H A DPasteBoardDelayPerfJsunit.test.js22 var date = new Date(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.cpp63 auto date = GetCurrentDate(); in OnTitleBuilding() local
95 auto date = selectedDate_; in GetSelectedObject() local
235 auto date = GetCurrentDate(); in HandleSolarYearChange() local
298 auto date = GetCurrentDate(); in HandleSolarMonthChange() local
342 auto date = GetCurrentDate(); in HandleSolarDayChange() local
706 void PickerDateComponent::AdjustSolarDate(PickerDate& date, const PickerDate& start, const PickerDa… in AdjustSolarDate()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DAmbientBrightnessStatsTrackerTest.java199 LocalDate date = mTestInjector.getLocalDate(); in testReadAmbientBrightnessStats() local
236 LocalDate date = mTestInjector.getLocalDate(); in testFailedReadAmbientBrightnessStatsWithException() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp162 ErrCode AnsManagerProxy::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
248 uint64_t date = 0; in GetExcludeDates() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.cpp110 float date = date_->Get(); in onDraw() local
211 DrawingContext& context, const CometParam& cometParam, float orbitRadius, float date) in DrawOrbit()
444 auto date = weakDate.Upgrade(); in StartRecycle() local
470 auto date = weakDate.Upgrade(); in StartTransToRecycleAnimation() local
511 void LoadingProgressModifier::CloseAnimation(float date, float cometLen, float cometOpacity, float … in CloseAnimation()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DDateUtilsTest.java122 Date date = new Date(109, 0, 19, 3, 30, 15); in testFormatSameDayTime() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp62 ErrCode ReminderHelper::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate()
/ohos5.0/base/usb/usb_manager/test/native/js_unittest/
H A DDateAndTimeUtil.js65 concatDate(year, month, date) { argument
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp65 …sptr<Notification::NotificationDoNotDisturbDate> date = new Notification::NotificationDoNotDisturb… in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp109 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
910 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
925 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
940 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
955 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
1114 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
1130 sptr<NotificationDoNotDisturbDate> date = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddate_util.cpp24 Date date; in Current() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
H A Danssubscriberproxy_fuzzer.cpp54 …sptr<Notification::NotificationDoNotDisturbDate> date = new Notification::NotificationDoNotDisturb… in DoSomethingInterestingWithMyAPI() local
/aosp14/frameworks/base/core/java/android/app/admin/
H A DFreezePeriod.java185 LocalDate date = LocalDate.ofYearDay(SENTINEL_YEAR, dayOfYear); in dayOfYearToMonthDay() local
193 private static int dayOfYearDisregardLeapYear(LocalDate date) { in dayOfYearDisregardLeapYear()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_flow_controller.cpp191 std::string date = TimeUtil::TimestampFormatToDate(happenTimeInSecond, "%Y%m%d"); in HasCallOnceToday() local
208 std::string date = TimeUtil::TimestampFormatToDate(happenTimeInSecond, "%Y%m%d"); in RecordCaller() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ans_subscriber.h51 void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) override {}; in OnDoNotDisturbDateChange()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_resource_adapter_impl.cpp50 const ArkWebString& rawFile, uint16_t& date, uint16_t& time, bool isSys) in GetRawFileLastModTime()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddisturb_mode.h30 NotificationDoNotDisturbDate date; member
60 NotificationDoNotDisturbDate date; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp221 sptr<NotificationDoNotDisturbDate> date = variable
239 sptr<NotificationDoNotDisturbDate> date = variable
257 sptr<NotificationDoNotDisturbDate> date = variable
276 sptr<NotificationDoNotDisturbDate> date = variable
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h80 int64_t date = 0; member
117 int64_t date = 0; member
140 int64_t date = 0; member
151 int64_t date = 0; member
160 int64_t date = 0; member
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDocumentaryFilter.java81 Date date = new Date(); in DocumentaryFilter() local

123456789