/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | resource_manager_performance_test.cpp | 116 unsigned long long total = 0; in HWTEST_F() local 127 total += std::chrono::duration_cast<std::chrono::microseconds>(t2 - t1).count(); in HWTEST_F() 130 average = total / 1000.0; in HWTEST_F() 143 unsigned long long total = 0; in HWTEST_F() local 162 total += std::chrono::duration_cast<std::chrono::microseconds>(t2 - t1).count(); in HWTEST_F() 166 average = total / 1000.0; in HWTEST_F() 183 unsigned long long total = 0; in HWTEST_F() local 197 total += std::chrono::duration_cast<std::chrono::microseconds>(t2 - t1).count(); in HWTEST_F() 200 average = total / 1000.0; in HWTEST_F() 217 unsigned long long total in HWTEST_F() local 254 unsigned long long total = 0; HWTEST_F() local 284 unsigned long long total = 0; HWTEST_F() local 314 unsigned long long total = 0; HWTEST_F() local 351 unsigned long long total = 0; HWTEST_F() local 381 unsigned long long total = 0; HWTEST_F() local 410 unsigned long long total = 0; HWTEST_F() local 436 unsigned long long total = 0; HWTEST_F() local 472 unsigned long long total = 0; HWTEST_F() local 502 unsigned long long total = 0; HWTEST_F() local 535 unsigned long long total = 0; HWTEST_F() local 565 unsigned long long total = 0; HWTEST_F() local 598 unsigned long long total = 0; HWTEST_F() local 628 unsigned long long total = 0; HWTEST_F() local 657 unsigned long long total = 0; HWTEST_F() local 683 unsigned long long total = 0; HWTEST_F() local 712 unsigned long long total = 0; HWTEST_F() local 738 unsigned long long total = 0; HWTEST_F() local 767 unsigned long long total = 0; HWTEST_F() local 793 unsigned long long total = 0; HWTEST_F() local 822 unsigned long long total = 0; HWTEST_F() local 848 unsigned long long total = 0; HWTEST_F() local 877 unsigned long long total = 0; HWTEST_F() local 903 unsigned long long total = 0; HWTEST_F() local 932 unsigned long long total = 0; HWTEST_F() local 958 unsigned long long total = 0; HWTEST_F() local 987 unsigned long long total = 0; HWTEST_F() local 1013 unsigned long long total = 0; HWTEST_F() local 1042 unsigned long long total = 0; HWTEST_F() local [all...] |
H A D | locale_info_test.cpp | 589 unsigned long long total = 0; in HWTEST_F() local 604 total += std::chrono::duration_cast<std::chrono::microseconds>(t2 - t1).count(); in HWTEST_F() 606 average = total / 1000.0; in HWTEST_F()
|
/test/xts/acts/graphic/vktest/ |
H A D | genlocal.py | 81 total = 0 variable 105 total += 1 113 total +=1 120 total +=1 127 total +=1 148 total += 1 154 f.write("<testsuites name=\"{}\" timestamp=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" tests=\"{}\" ignored=\"0\" unavailable=\"{}\" productinfo=\"{}\">\n".format(suitename, curtime, failcnt, total, unavailablecnt, "{}")) 155 f.write(" <testsuite name=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" ignored=\"0\" tests=\"{}\" message=\"\">\n".format(suitename, failcnt, total))
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | direntndk.cpp | 76 int total = scandir64(strTemp, &namelist, PARAM_0, alphasort);
in Scandir64() local 77 napi_create_int32(env, total, &result);
in Scandir64() 79 int total = scandir64(nullptr, &namelist, PARAM_0, alphasort);
in Scandir64() local 80 napi_create_int32(env, total, &result);
in Scandir64() 101 int total = scandir(strTemp, &namelist, PARAM_0, alphasort);
in Scandir() local 102 napi_create_int32(env, total, &result);
in Scandir() 104 int total = scandir(nullptr, &namelist, PARAM_0, alphasort);
in Scandir() local 105 napi_create_int32(env, total, &result);
in Scandir()
|
H A D | dirent1ndk.cpp | 331 int total;
in Alphasort() local 336 total = scandir(PATH, &namelist, PARAM_0, alphasort);
in Alphasort() 339 total = scandir(nullptr, &namelist, PARAM_0, alphasort);
in Alphasort() 342 if (total > PARAM_0) {
in Alphasort() 361 int total;
in Alphasort64() local 366 total = scandir(PATH, &namelist, PARAM_0, alphasort64);
in Alphasort64() 369 total = scandir(nullptr, &namelist, PARAM_0, alphasort64);
in Alphasort64() 372 if (total > PARAM_0) {
in Alphasort64()
|
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/ |
H A D | attest_tdd_data_transfer.c | 67 unsigned char total = 0; in AttestSeriaToBinary() local 71 *indexTemp++ = total; in AttestSeriaToBinary() 72 total = 0; in AttestSeriaToBinary() 74 total = total * ATTEST_DECIMAL + (*indexInput - ATTEST_ZERO_CHAR); in AttestSeriaToBinary()
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | img_util.py | 193 total = den_yy * den_xx 194 if total == 0: 195 total = 1 196 max_fail_num = (1 - similar) * total 198 print("denXX: %i; denYY: %i; total: %i" % ( 199 den_xx, den_yy, total)) 229 return (1 - fail_num / total), ( 232 return (1 - fail_num / total), (
|
H A D | time_util.py | 33 total = 0 variable in TS 48 return ("%s ==> average: %.3f ms" % (prefix, TS.total / TS.times)) 55 TS.total += cur_time
|
/test/xts/device_attest_lite/test/tdd/gtest/src/ |
H A D | attest_tdd_data_transfer.c | 68 unsigned char total = 0; in AttestSeriaToBinary() local 72 *indexTemp++ = total; in AttestSeriaToBinary() 73 total = 0; in AttestSeriaToBinary() 75 total = total * ATTEST_DECIMAL + (*indexInput - ATTEST_ZERO_CHAR); in AttestSeriaToBinary()
|
/test/testfwk/arkxtest/jsunit/ |
H A D | index.js | 83 const ret = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; 91 const retResult = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; 100 `\n${PrintTag.OHOS_REPORT_ALL_RESULT}: stream=Test run: runTimes: ${ret.total},total: ${retResult.total}, Failure: ${retResult.failure}, Error: ${retResult.error}, Pass: ${retResult.pass}, Ignore: ${retResult.ignore}` + 144 for (const {total, failure, error, pass, ignore, duration, itItemList} of items) { 145 ret.total += total; 179 retResult.total ++;
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 75 total = "total" variable in ReportConstant 343 self.total = 0 351 return self.total 359 ReportConstant.time, ReportConstant.total, ReportConstant.passed, 460 keys = [ReportConstant.modules, ReportConstant.total, 557 summary.result.total = int(self.summary_element.get( 568 summary.result.passed = summary.result.total - summary.result.failed \ 581 suite.result.total = int(child.get(ReportConstant.tests)) if \ 595 suite.result.passed = suite.result.total [all...] |
H A D | result_reporter.py | 78 f"total: {self.tests}, passed: {self.passed}, failed: {self.failed}, " 476 total = int(root.get(ReportConstant.tests, 0)) 479 modules[module_name].append(total) 518 total = child.get(ReportConstant.tests, "0") 520 if total and total != "0" and unavailable and \ 523 LOG.warning("%s total: %s, unavailable: %s", child.get( 524 ReportConstant.name), total, unavailable) 770 for total in detail_list: 771 modules_list.append(total) [all...] |
H A D | repeater_helper.py | 42 total = int(suite.attrib.get(ReportConstant.tests, 0)) 43 if total == 0:
|
/test/xts/acts/arkui/libuv/ |
H A D | genlocal.py | 229 total = 0 variable 247 total += 1 256 total +=1 264 .format(suitename, curtime, failcnt, total, "{}")) 266 "tests=\"{}\" message=\"\">\n".format(suitename, failcnt, total))
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_1st.cpp | 179 emergencyInfo.total = 1;
in HWTEST_F() 204 emergencyInfo.total = 1;
in HWTEST_F() 229 emergencyInfo.total = 1;
in HWTEST_F() 254 emergencyInfo.total = 1;
in HWTEST_F() 279 emergencyInfo.total = 1;
in HWTEST_F() 304 emergencyInfo.total = 1;
in HWTEST_F() 329 emergencyInfo.total = 1;
in HWTEST_F() 344 * @tc.desc : Call the function V1 SetEmergencyCallList with total and a value of 0
354 emergencyInfo.total = 0;
in HWTEST_F() 369 * @tc.desc : Call the function V1 SetEmergencyCallList with total an [all...] |
H A D | hdf_ril_hdiService_test_7th.cpp | 2790 emergencyInfo.total = 1;
in HWTEST_F() 2817 emergencyInfo.total = 1;
in HWTEST_F()
|
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | caseTable.js | 73 layout: "total, sizes, prev, pager, next, jumper", 74 total: 0, 125 this.paginationInfo.total = filterData.length;
|
H A D | suiteTable.js | 57 layout: "total, sizes, prev, pager, next, jumper", 58 total: 0, 106 this.paginationInfo.total = filterData.length;
|
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 111 size_t total, highwater; /* total allocations, and largest total */
member 1453 zone->total = 0;
in HWTEST_F() 1498 zone->total = 0;
in HWTEST_F() 1560 zone->total = 0;
in HWTEST_F()
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 166 "set CurCase step total as: {}".format(self.step_total)) 389 self.total = 0 # VAR.Project.Total
|
H A D | test_case.py | 387 fail_models, pass_models, total = [], [], len(models) 407 if pass_cnt == total:
|
/test/testfwk/arkxtest/jsunit/src/ |
H A D | service.js | 342 obj.total++; 411 let obj = { total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0, itItemList: []}; 415 obj.ignore = obj.total - obj.pass - obj.failure - obj.error; 1203 msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error;
|
/test/testfwk/arkxtest/jsunit/src/module/report/ |
H A D | OhReport.js | 52 let message = '\n' + `${PrintTag.OHOS_REPORT_RESULT}: stream=Tests run: ` + summary.total + ', Failure: ' + summary.failure;
|
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 30 size_t total, highwater;
member 704 zone->total = VALUE_ZERO;
in InflatePrime() 767 zone->total = VALUE_ZERO;
in InflateInit2() 805 zone->total = VALUE_ZERO;
in InflateInit() 841 zone->total = VALUE_ZERO;
in InflateGetHeader()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_test.cpp | 2101 statistic_.total = 1;
in SUB_DDM_RDB_4400() 2107 statistic_2.total = 1;
in SUB_DDM_RDB_4400() 2120 NAPI_ASSERT(env, statistic_.total == 1 , "total 1 is fail.");
in SUB_DDM_RDB_4400() 2125 NAPI_ASSERT(env, tabledetails_.upload.total == 1 , "tabledetails_ upload 1 is fail.");
in SUB_DDM_RDB_4400() 2126 NAPI_ASSERT(env, tabledetails_.download.total == 1 , "tabledetails_ download 1 is fail.");
in SUB_DDM_RDB_4400()
|