/third_party/skia/infra/bots/recipes/ |
H A D | perf_skottietrace.py | 24 'recipe_engine/time', 119 now = api.time.utcnow() 146 Parses the trace JSON and calculates the time of a single frame. Frame time is 147 considered the same as seek time + render time.
|
H A D | skpbench.py | 23 'recipe_engine/time', 143 now = api.time.utcnow()
|
/third_party/rust/crates/nix/src/ |
H A D | lib.rs | 37 //! * `time` - Query the operating system's clocks 139 #![feature = "time"] 141 pub mod time; modules
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 106 bench_dict[point_name] = point.time
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_win32.c | 10 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-signals.py | 5 import time namespace
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_win32.c | 10 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-signals.py | 5 import time namespace
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 45 * 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. 177 vblank->time = t_vblank; in store_vblank() 290 * a long time. in drm_update_vblank_count() 306 u64 diff_ns = ktime_to_ns(ktime_sub(t_vblank, vblank->time)); in drm_update_vblank_count() 472 * this time. This makes the count account for the entire time in drm_vblank_disable_and_save() [all...] |
/drivers/hdf_core/framework/model/audio/sapm/src/ |
H A D | audio_sapm.c | 1107 audioCard->time = 0; in AudioSapmThread() 1112 audioCard->time++; in AudioSapmThread() 1494 audioCard->time = 0; in AudioSapmRefreshTime() 1513 *timeoutStatus = audioCard->time > SAPM_SLEEP_TIMES ? true : false; in AudioSapmCheckTime()
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter.c | 292 hwRender->renderParam.frameRenderMode.time.tvNSec = 0; in InitHwRenderParam() 293 hwRender->renderParam.frameRenderMode.time.tvSec = 0; in InitHwRenderParam() 770 hwCapture->captureParam.frameCaptureMode.time.tvNSec = 0; in InitHwCaptureParam() 771 hwCapture->captureParam.frameCaptureMode.time.tvSec = 0; in InitHwCaptureParam()
|
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/ |
H A D | audio_idlhdicapture_performace_test.cpp | 71 * and calculates the delay time and average of Delay Time. 97 * and calculates the delay time and average of Delay Time. 128 * and calculates the delay time and average of Delay Time. 159 * and calculates the delay time and average of Delay Time. 186 * and calculates the delay time and average of Delay Time. 211 * and calculates the delay time and average of Delay Time. 248 * and calculates the delay time and average of Delay Time. 276 * and calculates the delay time and average of Delay Time. 305 * and calculates the delay time and average of Delay Time. 333 * and calculates the delay time an [all...] |
/drivers/peripheral/audio/test/unittest/common/capture/ |
H A D | audio_capture_common_test.cpp | 247 struct AudioTimeStamp time;
in HWTEST_F() local 262 ret = capture_->GetCapturePosition(capture_, &frames, &time);
in HWTEST_F() 276 struct AudioTimeStamp time;
in HWTEST_F() local 279 ret = capture_->GetCapturePosition(capture_, &frames, &time);
in HWTEST_F()
|
/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 73 struct timeval time; in UsbnetWriteLog() local 74 gettimeofday(&time, NULL); in UsbnetWriteLog() 78 time.tv_sec, time.tv_usec, size); in UsbnetWriteLog()
|
/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | accessibility_ability_command.cpp | 82 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 D | gesture_event_hub.cpp | 643 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 D | pipeline_base.h | 1153 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 D | sa_get_attribute_value_benchmark.cpp | 1153 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 D | accessibility_touch_guider.cpp | 1153 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 D | rs_jank_stats.cpp | 21 #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 D | avmetadatahelper_impl.cpp | 785 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 D | bgtask_misc_unit_test.cpp | 675 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 D | netfirewall_db_helper.cpp | 515 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 D | distributeddb_storage_transaction_data_test.cpp | 1308 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 D | obex_headers.cpp | 507 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()
|