Home
last modified time | relevance | path

Searched refs:time (Results 5751 - 5775 of 8650) sorted by relevance

1...<<231232233234235236237238239240>>...346

/third_party/skia/infra/bots/recipes/
H A Dskpbench.py23 'recipe_engine/time',
143 now = api.time.utcnow()
/third_party/rust/crates/nix/src/
H A Dlib.rs37 //! * `time` - Query the operating system's clocks
139 #![feature = "time"]
141 pub mod time; modules
/third_party/skia/bench/
H A Dcheck_bench_regressions.py106 bench_dict[point_name] = point.time
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c10 #include <time.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py5 import time namespace
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_win32.c10 #include <time.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py5 import time namespace
/vendor/hihope/dayu210/bluetooth/src/
H A Dupio.c36 #include <time.h>
79 * Maximum btwrite assertion holding time without consecutive btwrite kicking.
425 * certain time already due to heavy downstream path flow. in upio_set()
/vendor/hihope/rk3568/bluetooth/src/
H A Dupio.c36 #include <time.h>
79 * Maximum btwrite assertion holding time without consecutive btwrite kicking.
425 * certain time already due to heavy downstream path flow. in upio_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c2774 s64 time; in nvkm_device_fini() local
2777 time = ktime_to_us(ktime_get()); in nvkm_device_fini()
2794 time = ktime_to_us(ktime_get()) - time; in nvkm_device_fini()
2795 nvdev_trace(device, "%s completed in %lldus...\n", action, time); in nvkm_device_fini()
2814 s64 time; in nvkm_device_preinit() local
2817 time = ktime_to_us(ktime_get()); in nvkm_device_preinit()
2845 time = ktime_to_us(ktime_get()) - time; in nvkm_device_preinit()
2846 nvdev_trace(device, "preinit completed in %lldus\n", time); in nvkm_device_preinit()
2859 s64 time; nvkm_device_init() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c32 #include "util/time-utils.h"
171 {.str = "time", .field = PERF_OUTPUT_TIME},
682 pr_err("Can't provide 'tod' time, missing clock data. " in perf_session__check_output_opt()
862 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
867 u64 t = sample->time; in perf_sample__fprintf_start()
870 initial_time = sample->time; in perf_sample__fprintf_start()
871 t = sample->time - initial_time; in perf_sample__fprintf_start()
874 t = sample->time - previous_time; in perf_sample__fprintf_start()
878 previous_time = sample->time; in perf_sample__fprintf_start()
2371 sample->time)) { in process_sample_event()
[all...]
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_command.cpp82 const std::string ACCESSIBILITY_SET_AUTO_CLICK_TIME_OK = "set mouse auto click time successfully.";
83 const std::string ACCESSIBILITY_SET_AUTO_CLICK_TIME_NG = "error: failed to set mouse auto click time.\n";
131 " setMouseAutoClick set the time of the mouse auto click configuration item\n"
136 " setContentTimeout set the time of the toast content duration configuration item\n"
196 "usage: accessibility setMouseAutoClick [-v <time-value>]\n"
197 "the range of time-value is 1000 to 5000 and the default unit is ms\n"
198 "set the time of the mouse auto click configuration item\n";
205 "usage: accessibility setContentTimeout [-v <time-value>]\n"
206 "the range of time-value is 0 to 5000 and the default unit is ms\n"
207 "set the time o
872 float time = 1.0 * std::atoi(argument.value.c_str()) / 100; RunAsSetMouseAutoClick() local
1036 int32_t time = std::atoi(argument.value.c_str()); RunAsSetContentTimeout() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp643 TimeStamp time(microseconds); in ActClick()
644 info.SetTimeStamp(time); in ActClick()
685 TimeStamp time(microseconds); in ActLongClick()
686 info.SetTimeStamp(time); in ActLongClick()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1153 void SetFormAnimationStartTime(int64_t time) in SetFormAnimationStartTime() argument
1155 formAnimationStartTime_ = time; in SetFormAnimationStartTime()
1273 void SetVsyncTime(uint64_t time) in SetVsyncTime() argument
1275 vsyncTime_ = time; in SetVsyncTime()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp1153 int64_t time = Utils::GetSystemTime(); in IgnoreRepeatExecuteAction() local
1154 if (time - lastDoubleTapTime < IGNORE_REPEAT_EXECUTE_INTERVAL) { in IgnoreRepeatExecuteAction()
1155 HILOG_DEBUG("time interval < 300ms"); in IgnoreRepeatExecuteAction()
1156 lastDoubleTapTime = time; in IgnoreRepeatExecuteAction()
1160 lastDoubleTapTime = time; in IgnoreRepeatExecuteAction()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp1153 int64_t time = Utils::GetSystemTime(); in IgnoreRepeatExecuteAction() local
1154 if (time - lastDoubleTapTime < IGNORE_REPEAT_EXECUTE_INTERVAL) { in IgnoreRepeatExecuteAction()
1155 HILOG_DEBUG("time interval < 300ms"); in IgnoreRepeatExecuteAction()
1156 lastDoubleTapTime = time; in IgnoreRepeatExecuteAction()
1160 lastDoubleTapTime = time; in IgnoreRepeatExecuteAction()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp21 #include <sys/time.h>
593 RS_TRACE_NAME_FMT("RSJankStats::ReportEventHitchTimeRatio hitch time ratio is %g ms/s: %s", in ReportEventHitchTimeRatio()
610 RS_TRACE_NAME_FMT("RSJankStats::ReportEventHitchTimeRatio hitch time ratio is %g ms/s: %s", in ReportEventHitchTimeRatio()
850 int64_t RSJankStats::ConvertTimeToSystime(int64_t time) const in ConvertTimeToSystime()
852 if (time <= 0) { in ConvertTimeToSystime()
853 ROSEN_LOGW("RSJankStats::ConvertTimeToSystime, time is error"); in ConvertTimeToSystime()
862 int64_t sysTime = curSysTime - (nowTime - time) / MS_TO_NS; in ConvertTimeToSystime()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp785 int32_t AVMetadataHelperImpl::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() argument
789 auto res = avMetadataHelperService_->GetTimeByFrameIndex(index, time); in GetTimeByFrameIndex()
794 int32_t AVMetadataHelperImpl::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() argument
798 auto res = avMetadataHelperService_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp675 int time = -1; in HWTEST_F() local
678 DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime(file, time); in HWTEST_F()
679 EXPECT_EQ(time, -1); in HWTEST_F()
682 DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime(file, time); in HWTEST_F()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp515 resultSet->GetInt(table.timeIndex, info.time); in GetResultRightRecordEx()
529 if (info.time > 0) { in GetResultRightRecordEx()
815 std::string whereClause = { "userId = ? AND time < ?" }; in AddInterceptRecord()
817 std::to_string(records.back()->time - RECORD_MAX_SAVE_TIME) }; in AddInterceptRecord()
840 values.PutInt(NET_FIREWALL_RECORD_TIME, records[i]->time); in AddInterceptRecord()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp1308 std::srand(std::time(0)); // set the current time to the seed. in HWTEST_F()
1443 std::srand(std::time(0)); // set the current time to the seed. in HWTEST_F()
1486 std::srand(std::time(0)); // set the current time to the seed. in HWTEST_F()
1525 std::srand(std::time(0)); // set the current time to the seed. in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp507 void ObexHeader::AppendItemTimeIso8601(const uint8_t *time, const uint16_t length) in AppendItemTimeIso8601() argument
509 AppendBytes(ObexHeader::TIME_ISO8601, time, length); in AppendItemTimeIso8601()
598 void ObexHeader::AppendItemTime4byte(const uint32_t time) in AppendItemTime4byte() argument
600 AppendWord(ObexHeader::TIME_4BYTE_VERSION, time); in AppendItemTime4byte()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp114 int time = 10000; in HWTEST_F() local
115 std::chrono::milliseconds dura(time); in HWTEST_F()
494 int time = 10000; in HWTEST_F() local
495 std::chrono::milliseconds dura(time); in HWTEST_F()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha256-avx-asm.S47 # This code schedules 1 block at a time, with 4 lanes per block
154 ## compute s0 four at a time and s1 two at a time
155 ## compute W[-16] + W[-7] 4 at a time
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vblank.c45 * From the computer's perspective, every time the monitor displays
47 * from top to bottom, one row of pixels at a time. The current row
58 * give the electron gun (on CRTs) enough time to move back to the top of
61 * time to move back to the other side of the screen to start scanning the
106 * points in time.
180 vblank->time = t_vblank; in store_vblank()
291 * a long time. in drm_update_vblank_count()
307 u64 diff_ns = ktime_to_ns(ktime_sub(t_vblank, vblank->time)); in drm_update_vblank_count()
468 * this time. This makes the count account for the entire time in drm_vblank_disable_and_save()
[all...]

Completed in 74 milliseconds

1...<<231232233234235236237238239240>>...346