Searched refs:cnt (Results 1 – 6 of 6) sorted by relevance
/test/xts/acts/developtools/hiplugintest/ |
D | hipluginmoduleapitest.cpp | 70 int cnt = 1; in MemoryPluginTest() local 104 while (cnt--) { in MemoryPluginTest()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | mmanndk.cpp | 71 size_t cnt = write(fd, tmpfile, strlen(tmpfile)); in MemfdCreate() local 72 if (cnt == strlen(tmpfile)) { in MemfdCreate()
|
D | timendk.cpp | 336 char *cnt = strptime(buffer, valueFirst, &tmTime); in Strptime() local 338 napi_create_string_utf8(env, cnt, NAPI_AUTO_LENGTH, &result); in Strptime()
|
D | unistdndk.cpp | 1411 size_t cnt = pread(fd, buffer, bufferSize, PARAM_0); in PRead() local 1412 if (cnt == strlen(txt)) { in PRead()
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
D | ActsMediaCameraTest.cpp | 355 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/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/ |
D | GetQueryAbilityByWant.test.ets | 737 let cnt = 0; 741 cnt++; 745 expect(cnt).assertEqual(list.length)
|