Home
last modified time | relevance | path

Searched defs:time (Results 251 – 275 of 1149) sorted by relevance

1...<<11121314151617181920>>...46

/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomControlView.java102 final long time = System.currentTimeMillis(); in reportFrame() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h79 void SetShowTime(int64_t time) in SetShowTime()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/datetime_manager/src/
H A Ddatetime_manager_proxy.cpp44 int32_t DatetimeManagerProxy::SetDateTime(AppExecFwk::ElementName &admin, int64_t time, in SetDateTime()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediaavsessionadapterimpl_fuzzer/
H A Dmediaavsessionadapterimpl_fuzzer.cpp44 int64_t time = 100; in MediaAVSessionAdapterImplFuzzTest() local
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
H A Dhisysevent_adapter.cpp34 int64_t time = AccessToken::TimeUtil::GetCurrentTimestamp(); in ReportSysEventPerformance() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java682 private void handleLightSensorEvent(long time, float lux) { in handleLightSensorEvent()
694 private void applyLightSensorMeasurement(long time, float lux) { in applyLightSensorMeasurement()
815 private long nextAmbientLightBrighteningTransition(long time) { in nextAmbientLightBrighteningTransition()
827 private long nextAmbientLightDarkeningTransition(long time) { in nextAmbientLightDarkeningTransition()
840 long time = mClock.uptimeMillis(); in updateAmbientLux() local
845 private void updateAmbientLux(long time) { in updateAmbientLux()
1456 public void push(long time, float lux) { in push()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings.cpp115 RetError AccessibilitySettings::SetMouseAutoClick(const int32_t time) in SetMouseAutoClick()
349 RetError AccessibilitySettings::SetContentTimeout(const uint32_t time) in SetContentTimeout()
462 RetError AccessibilitySettings::SetClickResponseTime(const uint32_t time) in SetClickResponseTime()
538 RetError AccessibilitySettings::SetIgnoreRepeatClickTime(const uint32_t time) in SetIgnoreRepeatClickTime()
768 RetError AccessibilitySettings::GetMouseAutoClick(int32_t &time) in GetMouseAutoClick()
1130 RetError AccessibilitySettings::GetClickResponseTime(uint32_t &time) in GetClickResponseTime()
1190 RetError AccessibilitySettings::GetIgnoreRepeatClickTime(uint32_t &time) in GetIgnoreRepeatClickTime()
1391 uint32_t time = accountData->GetConfig()->GetClickResponseTime(); in UpdateClickResponseTime() local
1411 uint32_t time = accountData->GetConfig()->GetIgnoreRepeatClickTime(); in UpdateIgnoreRepeatClickTime() local
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp726 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable
763 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable
799 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable
835 struct AudioTimeStamp time = {.tvSec = 0, .tvNSec = 0}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h41 #define RS_PROFILER_PATCH_TIME(time) time = RSProfiler::PatchTime(time) argument
42 #define RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, time) time = RSProfiler::PatchTransactionTime(pa… argument
68 #define RS_PROFILER_PATCH_TIME(time) argument
69 #define RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, time) argument
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H A Daccessibility_config.cpp117 Accessibility::RetError AccessibilityConfig::SetMouseAutoClick(const int32_t time) in SetMouseAutoClick()
189 Accessibility::RetError AccessibilityConfig::SetClickResponseTime(const CLICK_RESPONSE_TIME time) in SetClickResponseTime()
201 …bility::RetError AccessibilityConfig::SetIgnoreRepeatClickTime(const IGNORE_REPEAT_CLICK_TIME time) in SetIgnoreRepeatClickTime()
/ohos5.0/base/sensors/miscdevice/utils/common/include/
H A Dvibrator_infos.h65 int32_t time = 0; member
77 int32_t time = 0; member
115 int32_t time = 0; member
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_callback.cpp189 void NapiAVSessionCallback::OnFastForward(int64_t time) in OnFastForward()
195 void NapiAVSessionCallback::OnRewind(int64_t time) in OnRewind()
201 void NapiAVSessionCallback::OnSeek(int64_t time) in OnSeek()
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_avsession_adapter_impl.cpp70 void MediaAVSessionCallbackImpl::OnFastForward(int64_t time) in OnFastForward()
74 void MediaAVSessionCallbackImpl::OnRewind(int64_t time) in OnRewind()
78 void MediaAVSessionCallbackImpl::OnSeek(int64_t time) in OnSeek()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeStateTest.java58 UnixEpochTime time = new UnixEpochTime(1, 2); in testParceling() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger_output.cpp42 const auto time = std::chrono::system_clock::to_time_t(now); in PrintTimeStamp() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dlogger_output.cpp49 const auto time = std::chrono::system_clock::to_time_t(now); in PrintTimeStamp() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsspringmodel_fuzzer/
H A Drsspringmodel_fuzzer.cpp70 double time = GetData<double>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/data_producer_base/
H A Ddata_producer_base.cpp92 auto time = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in DumpInput() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Ddriver.rs45 time: Arc<TimeDriver>, field
/aosp14/frameworks/base/core/java/android/util/
H A DRecurrenceRule.java252 public static String convertZonedDateTime(ZonedDateTime time) { in convertZonedDateTime()
256 public static ZonedDateTime convertZonedDateTime(String time) { in convertZonedDateTime()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_view.h151 void SetCreateTime(std::chrono::time_point<std::chrono::high_resolution_clock> time) in SetCreateTime()
156 void SetFirstUpDating(std::chrono::time_point<std::chrono::high_resolution_clock> time) in SetFirstUpDating()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_animation.cpp315 bool RSRenderAnimation::Animate(int64_t time) in Animate()
369 void RSRenderAnimation::SetStartTime(int64_t time) in SetStartTime()
H A Drs_render_interpolating_spring_animation.cpp157 for (int time = 1; time <= frameTimes; time++) { in CalculateTimeFraction() local
203 void RSRenderInterpolatingSpringAnimation::OnInitialize(int64_t time) in OnInitialize()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dcloud_daemon_statistic.cpp66 void CloudDaemonStatistic::UpdateOpenTimeStat(uint32_t type, uint64_t time) in UpdateOpenTimeStat()
86 void CloudDaemonStatistic::UpdateReadTimeStat(uint64_t size, uint64_t time) in UpdateReadTimeStat()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dinner_event.cpp228 std::string InnerEvent::DumpTimeToString(const std::chrono::system_clock::time_point &time) in DumpTimeToString()
244 std::string InnerEvent::DumpTimeToString(const TimePoint &time) in DumpTimeToString()

1...<<11121314151617181920>>...46