Home
last modified time | relevance | path

Searched refs:time (Results 1176 - 1200 of 8596) sorted by relevance

1...<<41424344454647484950>>...344

/base/request/request/services/src/task/
H A Doperator.rs19 use std::time::Duration;
23 use ylong_runtime::time::{sleep, Sleep};
86 // get the init time and size, for speed caculate
/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
H A Dhisysevent_adapter.cpp34 int64_t time = AccessToken::TimeUtil::GetCurrentTimestamp(); in ReportSysEventPerformance() local
37 "PACKAGE_NAME", ACCESSTOKEN_PROCESS_NAME, "SCENE_ID", std::to_string(id).c_str(), "HAPPEN_TIME", time); in ReportSysEventPerformance()
/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/
H A Dvibrator_pattern_js.h33 int32_t time = 0; member
40 int32_t time = 0; member
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_resource_adapter.h56 const std::string& rawFile, uint16_t& date, uint16_t& time, bool isSys = false) = 0;
58 virtual bool GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool isSys = false) = 0;
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dpm-s3c24xx.c17 #include <linux/time.h>
29 #include <asm/mach/time.h>
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcputime.h7 * If we have CONFIG_VIRT_CPU_ACCOUNTING_NATIVE, we measure cpu time in
8 * the same units as the timebase. Otherwise we measure cpu time
18 #include <linux/time.h>
20 #include <asm/time.h>
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/
H A Dvideo_device_test.c37 #include <time.h>
69 srand((unsigned int) time(NULL)); in main()
H A Dmedia_device_test.c39 #include <time.h>
75 srand((unsigned int) time(NULL)); in main()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c35 return args.time; in nvif_device_time()
38 return device->user.func->time(&device->user); in nvif_device_time()
/kernel/linux/linux-5.10/include/linux/
H A Dlp.h24 #define LP_TIME(minor) lp_table[(minor)].time /* wait time */
50 unsigned int time; member
96 * This is the port delay time, in microseconds.
/kernel/linux/linux-6.6/include/linux/
H A Dlp.h24 #define LP_TIME(minor) lp_table[(minor)].time /* wait time */
50 unsigned int time; member
96 * This is the port delay time, in microseconds.
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c35 return args.time; in nvif_device_time()
38 return device->user.func->time(&device->user); in nvif_device_time()
/kernel/linux/linux-6.6/tools/testing/selftests/media_tests/
H A Dmedia_device_test.c39 #include <time.h>
75 srand((unsigned int) time(NULL)); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c21 #include <time.h>
24 #include <sys/time.h>
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_064.cpp40 struct timespec time = { (time_t)0, 3000000 }; in pthread_f01() local
48 ret = sigtimedwait(&newSigsetT2, &newSiginfoT, &time); in pthread_f01()
H A DIt_posix_pthread_063.cpp40 struct timespec time = { (time_t)0, 2000000 }; in pthread_f01() local
47 ret = sigtimedwait(&newSigsetT2, &newSiginfoT, &time); in pthread_f01()
/test/ostest/wukong/report/include/
H A Dcsv_utils.h32 uint64_t time; member
67 csvFile << data.time << ','; in WriteOneLine()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dlocalendk32.cpp41 const time_t time = INT_MIN * ONE_YEAR + PARAM_1; in Localtime64() local
43 tm = __localtime64(&time); in Localtime64()
/test/xts/acts/pcs/pcs_py/
H A DtestSystemCoreInternetPermission.py20 import time namespace
43 time.sleep(0.5)
/test/xts/hats/kernel/syscalls/timer/adjtimex/
H A DAdjTimexApiTest.cpp49 * @tc.desc : Test the adjtimex get current time success.
64 EXPECT_NEAR(tx.time.tv_sec, now.tv_sec, 1); in HWTEST_F()
70 * @tc.desc : Test the clock_adjtimex get current time success.
86 EXPECT_NEAR(tx.time.tv_sec, now.tv_sec, 1); in HWTEST_F()
/third_party/curl/tests/libtest/
H A Dlib1523.c51 static CURLcode run(CURL *hnd, long limit, long time) in run() argument
54 curl_easy_setopt(hnd, CURLOPT_LOW_SPEED_TIME, time); in run()
/third_party/glfw/tests/
H A Dtimeout.c35 #include <time.h>
60 srand((unsigned int) time(NULL)); in main()
/third_party/ffmpeg/libavutil/
H A Dtime.c25 #include <time.h>
27 #include <sys/time.h>
36 #include "time.h"
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dtimed_forkbomb.c23 #include <sys/time.h>
25 #include <time.h>
/third_party/node/test/async-hooks/
H A Dhook-checks.js10 * @param {object} activity including timestamps for each life time event,
12 * @param {object} hooks the expected life time event invocations with a count
37 const msg = `${stageInfo} Called "${k}" ${invocations} time(s), ` +
49 `time(s), but expected ${val} invocation(s).`;

Completed in 8 milliseconds

1...<<41424344454647484950>>...344