/base/request/request/services/src/task/ |
H A D | operator.rs | 19 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 D | hisysevent_adapter.cpp | 34 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 D | vibrator_pattern_js.h | 33 int32_t time = 0; member 40 int32_t time = 0; member
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_resource_adapter.h | 56 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 D | pm-s3c24xx.c | 17 #include <linux/time.h> 29 #include <asm/mach/time.h>
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cputime.h | 7 * 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 D | video_device_test.c | 37 #include <time.h> 69 srand((unsigned int) time(NULL)); in main()
|
H A D | media_device_test.c | 39 #include <time.h> 75 srand((unsigned int) time(NULL)); in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | device.c | 35 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 D | lp.h | 24 #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 D | lp.h | 24 #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 D | device.c | 35 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 D | media_device_test.c | 39 #include <time.h> 75 srand((unsigned int) time(NULL)); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
H A D | vdso_test_clock_getres.c | 21 #include <time.h> 24 #include <sys/time.h>
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_064.cpp | 40 struct timespec time = { (time_t)0, 3000000 }; in pthread_f01() local 48 ret = sigtimedwait(&newSigsetT2, &newSiginfoT, &time); in pthread_f01()
|
H A D | It_posix_pthread_063.cpp | 40 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 D | csv_utils.h | 32 uint64_t time; member 67 csvFile << data.time << ','; in WriteOneLine()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | localendk32.cpp | 41 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 D | testSystemCoreInternetPermission.py | 20 import time namespace 43 time.sleep(0.5)
|
/test/xts/hats/kernel/syscalls/timer/adjtimex/ |
H A D | AdjTimexApiTest.cpp | 49 * @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 D | lib1523.c | 51 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 D | timeout.c | 35 #include <time.h> 60 srand((unsigned int) time(NULL)); in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | time.c | 25 #include <time.h> 27 #include <sys/time.h> 36 #include "time.h"
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | timed_forkbomb.c | 23 #include <sys/time.h> 25 #include <time.h>
|
/third_party/node/test/async-hooks/ |
H A D | hook-checks.js | 10 * @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).`;
|