Home
last modified time | relevance | path

Searched refs:times (Results 1 - 22 of 22) sorted by relevance

/test/xts/tools/lite/reliability/
H A DJSPressTest.js22 this.times = 5;
58 while(this.times > 0 || start < end) {
62 this.times--;
67 while(this.times > 0 || start < end) {
69 this.times--;
109 setPressTimes(times) {
110 this.times = times;
/test/xts/hats/kernel/purgeableMem/
H A Dpurgeable_cpp_test.cpp206 int times = 0; in HWTEST_F() local
208 while (times++ < 10) { in HWTEST_F()
234 int times = 0; in HWTEST_F() local
236 while (times++ < 10) { in HWTEST_F()
266 int times = 0; in HWTEST_F() local
268 while (times++ < 10) { in HWTEST_F()
295 int times = 0; in HWTEST_F() local
297 while (times++ < 10) { in HWTEST_F()
329 int times = 0; in HWTEST_F() local
331 while (times in HWTEST_F()
365 int times = 0; HWTEST_F() local
403 int times = 0; HWTEST_F() local
[all...]
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dtime_util.py34 times = 0 variable in TS
46 if TS.times == 0:
47 TS.times = 1
48 return ("%s ==> average: %.3f ms" % (prefix, TS.total / TS.times))
56 TS.times += 1
/test/xts/hats/kernel/syscalls/timer/times/
H A DTimesApiTest.cpp19 #include <sys/times.h>
50 * @tc.desc : Test the times basic functionality.
59 clock_t start = times(&tms1); in HWTEST_F()
64 clock_t end = times(&tms2); in HWTEST_F()
/test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/
H A DCommon.js87 export async function sleep(times) {
88 if (!times) {
89 times = 10;
91 await new Promise((res) => setTimeout(res, times));
/test/xts/acts/security_lite/huks/common/include/
H A Dhks_test_cipher.h58 int32_t BaseTestCipher(uint32_t times, uint32_t index, uint32_t performTimes);
60 int32_t BaseTestEncrypt(uint32_t times, uint32_t index, uint32_t performTimes);
62 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes);
/test/xts/tools/lite/hctest/src/
H A Dhctest_service.c56 int times = 0; in Initialize() local
57 while (times < MAXIMUM_TRY_TIMES) { in Initialize()
62 times++; in Initialize()
H A Dhctest.c183 int16 times = curSuite->times; in RunTestSuite() local
185 for (i = 0; i < times; i++) { in RunTestSuite()
187 printf("Run test suite %d times\n", i + 1); in RunTestSuite()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimesndk.cpp21 #include <sys/times.h>
33 clock_t clock_value = times(nullptr); in Times()
48 {"times", nullptr, Times, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
H A Dstatndk.cpp129 struct timespec times[] = {{.tv_nsec = UTIME_OMIT}, {.tv_nsec = UTIME_OMIT}}; in Utimensat() local
131 int utimensatValue = utimensat(fd, path, times, PARAM_0); in Utimensat()
/test/xts/acts/security_lite/huks/liteos_a_adapter/
H A Dhks_generate_key_test.cpp81 uint32_t times = 1; in HWTEST_F() local
126 HKS_TEST_LOG_I("[%u]TestGenerateKey, Testcase_GenerateKey_[%03u] pass!", times, g_testGenKeyParams[index].testId); in HWTEST_F()
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp130 for (connectCount = 0; connectCount < CONNECT_TIME; connectCount++) { // try connect to agent 3 times. in ConnectAgent()
198 int times = CONNECT_TIME; in SendToAgent() local
199 while (times > 0) { in SendToAgent()
206 times--; in SendToAgent()
232 times--; in SendToAgent()
/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_generate_key_test.c106 uint32_t times = 1; in ExecHksGenerateKeyTest001() local
151 HKS_TEST_LOG_I("[%u]TestGenerateKey, Testcase_GenerateKey_[%03u] pass!", times, g_testGenKeyParams[index].testId); in ExecHksGenerateKeyTest001()
/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp18 #include <sys/times.h>
214 * @tc.name test times basic
228 clock_t stTime = times(&start); in HWTEST_F()
235 clock_t endTime = times(&end); in HWTEST_F()
/test/xts/tools/lite/hctest/include/
H A Dhctest_internal.h131 int16 times; member
H A Dhctest.h81 suite_object##test_suite.times = HCTEST_REPEAT_TIMES; \
/test/xts/hats/kernel/syscalls/timer/adjtimex/
H A DAdjTimexApiTest.cpp20 #include <sys/times.h>
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_cipher.c633 int32_t BaseTestCipher(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestCipher() argument
687 int32_t BaseTestEncrypt(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestEncrypt() argument
739 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestDecrypt() argument
/test/testfwk/developer_test/local_coverage/keyword_registration/
H A Dkeyword_filter.py929 times = round(end_time - start_time, 3)
930 print("*" * 50, "关键字分支屏蔽结束", "*" * 50, "耗时:", times)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py850 times = 0
852 if times == 0:
858 times += 1
859 if times > 0:
950 self.log.debug("check harmony rpc failed {} times, If is check bin(abc): {}, "
954 self.log.debug(f"{check_times} times check failed.")
965 self.log.debug("Harmony rpc port is not find {} times, If is check bin(abc): {}, "
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py1112 times = CYCLE_TIMES
1115 times = 1
1118 for i in range(0, times):
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp171 struct timespec times[] = {{.tv_sec = PARAM_0}, {.tv_sec = sec}}; in UTimeNsAt_time64() local
172 int utimensatValue = __utimensat_time64(fileDescribe, path, times, PARAM_0); in UTimeNsAt_time64()

Completed in 16 milliseconds