Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/kernel_lite/math_posix/src/
DComplexTest.c34 const int testCount = 3; in TestCabs() local
35 double _Complex testZ[testCount]; in TestCabs()
42 for (int i = 0; i < testCount; ++i) { in TestCabs()
55 const int testCount = 3; in TestCabsf() local
56 float _Complex testZ[testCount]; in TestCabsf()
63 for (int i = 0; i < testCount; ++i) { in TestCabsf()
76 const int testCount = 3; in TestCabsl() local
77 long double _Complex testZ[testCount]; in TestCabsl()
84 for (int i = 0; i < testCount; ++i) { in TestCabsl()
97 const int testCount = 3; in TestCacos() local
[all …]
DMathApiTest.cpp35 const int testCount = 3; variable
39 for (int i = 0; i < testCount; ++i) {
51 const int testCount = 3; variable
55 for (int i = 0; i < testCount; ++i) {
67 const int testCount = 7; variable
73 for (int i = 0; i < testCount; ++i) {
85 const int testCount = 6; variable
91 for (int i = 0; i < testCount; ++i) {
103 const int testCount = 3; variable
106 for (int i = 0; i < testCount; ++i) {
[all …]
DMathStdApiTest.cpp36 const int testCount = 3; variable
40 for (int i = 0; i < testCount; ++i) {
53 const int testCount = 3; variable
60 for (int i = 0; i < testCount; ++i) {
73 const int testCount = 3; variable
78 for (int i = 0; i < testCount; ++i) {
91 const int testCount = 4; variable
97 for (int i = 0; i < testCount; ++i) {
110 const int testCount = 3; variable
115 for (int i = 0; i < testCount; ++i) {
[all …]
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/ets/test/AlbumFetchResult/
Dclose.ets51 let testCount = 0;
54 testCount++;
61 testCount++;
68 testCount++;
75 testCount++;
82 testCount++;
89 testCount++;
96 testCount++;
102 expect(count).assertEqual(testCount);
132 let testCount = 0;
[all …]
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/ets/test/PhotoAssetFetchResult/
Dclose.ets33 let testCount = 0;
36 testCount++;
43 testCount++;
50 testCount++;
57 testCount++;
64 testCount++;
71 testCount++;
78 testCount++;
84 expect(count).assertEqual(testCount);
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/main/ets/test/
DAVPlayerDataSrcNoSeekAPITest.test.js66 let testCount = 0;
127 testCount = 0;
328 if ((testCount == myStepsList.length)) {
337 testCount = 0;
342 console.info(TAG + 'start next step,and length is:' + testCount)
820 ….info(TAG + '**************************this is state playing test: ' + (testCount + 1) + ' testcas…
821 …************************this is state playing test: ' + myStepsNameList[testCount] + ' ***********…
823 … eventEmitter.emit(myStepsList[testCount][stepCount], avPlayer, myStepsList[testCount], done);
824 testCount++;