Home
last modified time | relevance | path

Searched refs:cnt (Results 1 - 10 of 10) sorted by relevance

/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp897 uint32_t cnt = 0; in HWTEST_F() local
898 while (sample1Service == nullptr && cnt < waitCount) { in HWTEST_F()
901 cnt++; in HWTEST_F()
906 cnt = 0; in HWTEST_F()
908 while (sampleService == nullptr && cnt < waitCount) { in HWTEST_F()
911 cnt++; in HWTEST_F()
957 uint32_t cnt = 0; in HWTEST_F() local
958 while (sample1Service == nullptr && cnt < waitCount) { in HWTEST_F()
961 cnt++; in HWTEST_F()
967 cnt in HWTEST_F()
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_device.py129 cnt = 0
131 while cnt <= max_reply_apply_time:
136 if device or cnt == max_reply_apply_time:
139 self.lock_con.wait(cnt * 2 + 1)
140 cnt += 1
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py148 cnt = 0
149 while cnt < 10 and port > 1024:
151 cnt += 1
/test/xts/acts/developtools/hiplugintest/
H A Dhipluginmoduleapitest.cpp70 int cnt = 1; in MemoryPluginTest() local
104 while (cnt--) { in MemoryPluginTest()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp73 size_t cnt = write(fd, tmpfile, strlen(tmpfile)); in MemfdCreate() local
74 if (cnt == strlen(tmpfile)) { in MemfdCreate()
H A Dtimendk.cpp336 char *cnt = strptime(buffer, valueFirst, &tmTime); in Strptime() local
338 napi_create_string_utf8(env, cnt, NAPI_AUTO_LENGTH, &result); in Strptime()
H A Dunistdndk.cpp1492 size_t cnt = pread(fd, buffer, bufferSize, PARAM_0); in PRead() local
1493 if (cnt == strlen(txt)) { in PRead()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp355 static int cnt = 3; in StartRecord() local
357 if (cnt-- < 0) in StartRecord()
391 static int cnt = 3; in StartPreview() local
393 if (cnt-- < 0) in StartPreview()
420 static int cnt = 3; in Capture() local
422 if (cnt-- < 0) in Capture()
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
H A Dcrypto_framework_sym_cipher_test.cpp429 int cnt = randomLen / blockSize; in HWTEST_P() local
450 for (int i = 0; i < cnt; i++) { in HWTEST_P()
521 int cnt = randomLen / blockSize; in HWTEST_P() local
541 for (int i = 0; i < cnt; i++) { in HWTEST_P()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_wasm.cpp329 static int cnt = 0; local
330 if (++cnt % kPeriodToRemoveCache == 0) {

Completed in 18 milliseconds