/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | func_test.cpp | 617 OH_AVRange range; in HWTEST_F() local 618 ret = OH_AVCapability_GetEncoderBitrateRange(nullptr, &range); in HWTEST_F() 647 OH_AVRange range; in HWTEST_F() local 648 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F() 651 ret = OH_AVCapability_GetEncoderBitrateRange(capability, &range); in HWTEST_F() 653 cout << "max val " << range.maxVal << " min val " << range.minVal << endl; in HWTEST_F() 654 ASSERT_GE(range.minVal, 0); in HWTEST_F() 655 ASSERT_GT(range.maxVal, 0); in HWTEST_F() 779 OH_AVRange range; in HWTEST_F() local 818 OH_AVRange range; HWTEST_F() local 849 OH_AVRange range; HWTEST_F() local 876 OH_AVRange range; HWTEST_F() local 978 OH_AVRange range; HWTEST_F() local 1008 OH_AVRange range; HWTEST_F() local 1024 OH_AVRange range; HWTEST_F() local 1043 OH_AVRange range; HWTEST_F() local 1073 OH_AVRange range; HWTEST_F() local 1089 OH_AVRange range; HWTEST_F() local 1108 OH_AVRange range; HWTEST_F() local 1135 OH_AVRange range; HWTEST_F() local 1154 OH_AVRange range; HWTEST_F() local 1181 OH_AVRange range; HWTEST_F() local 1265 OH_AVRange range; HWTEST_F() local 1292 OH_AVRange range; HWTEST_F() local 1310 OH_AVRange range; HWTEST_F() local 1337 OH_AVRange range; HWTEST_F() local 1353 OH_AVRange range; HWTEST_F() local 1369 OH_AVRange range; HWTEST_F() local 1804 OH_AVRange range; HWTEST_F() local 1939 OH_AVRange range; HWTEST_F() local 1971 OH_AVRange range; HWTEST_F() local 2062 OH_AVRange range; HWTEST_F() local 2078 OH_AVRange range; HWTEST_F() local 2111 OH_AVRange range; HWTEST_F() local 2127 OH_AVRange range; HWTEST_F() local 2160 OH_AVRange range; HWTEST_F() local 2193 OH_AVRange range; HWTEST_F() local 2286 OH_AVRange range; HWTEST_F() local 2318 OH_AVRange range; HWTEST_F() local 2334 OH_AVRange range; HWTEST_F() local 2350 OH_AVRange range; HWTEST_F() local [all...] |
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 949 OH_AVRange range; in HWTEST_F() local 950 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F() 953 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range); in HWTEST_F() 979 OH_AVRange range; in HWTEST_F() local 980 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F() 983 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F() 995 OH_AVRange range; in HWTEST_F() local 996 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F() 999 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F() 1000 cout << "minval=" << range in HWTEST_F() 1014 OH_AVRange range; HWTEST_F() local 1044 OH_AVRange range; HWTEST_F() local 1060 OH_AVRange range; HWTEST_F() local 1079 OH_AVRange range; HWTEST_F() local 1106 OH_AVRange range; HWTEST_F() local 1125 OH_AVRange range; HWTEST_F() local 1152 OH_AVRange range; HWTEST_F() local 1226 OH_AVRange range; HWTEST_F() local 1253 OH_AVRange range; HWTEST_F() local 1271 OH_AVRange range; HWTEST_F() local 1298 OH_AVRange range; HWTEST_F() local 1314 OH_AVRange range; HWTEST_F() local 1330 OH_AVRange range; HWTEST_F() local [all...] |
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 975 OH_AVRange range; in HWTEST_F() local 976 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F() 979 ret = OH_AVCapability_GetVideoWidthRangeForHeight(nullptr, DEFAULT_HEIGHT, &range); in HWTEST_F() 1005 OH_AVRange range; in HWTEST_F() local 1006 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F() 1009 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, 0, &range); in HWTEST_F() 1021 OH_AVRange range; in HWTEST_F() local 1022 memset_s(&range, sizeof(OH_AVRange), 0, sizeof(OH_AVRange)); in HWTEST_F() 1025 ret = OH_AVCapability_GetVideoWidthRangeForHeight(capability, DEFAULT_HEIGHT, &range); in HWTEST_F() 1026 cout << "minval=" << range in HWTEST_F() 1040 OH_AVRange range; HWTEST_F() local 1070 OH_AVRange range; HWTEST_F() local 1086 OH_AVRange range; HWTEST_F() local 1105 OH_AVRange range; HWTEST_F() local 1132 OH_AVRange range; HWTEST_F() local 1151 OH_AVRange range; HWTEST_F() local 1281 OH_AVRange range; HWTEST_F() local 1308 OH_AVRange range; HWTEST_F() local 1326 OH_AVRange range; HWTEST_F() local 1344 OH_AVRange range; HWTEST_F() local 1371 OH_AVRange range; HWTEST_F() local 1387 OH_AVRange range; HWTEST_F() local 1403 OH_AVRange range; HWTEST_F() local [all...] |
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | img_util.py | 79 for pix_h in range(height): 83 for pix_w in range(width): 91 for pix_h in range(height): 93 for pix_w in range(width): 203 for arr_h in range(arr_height): 204 for arr_w in range(arr_width): 210 for _yy in range(den_yy): 211 for _xx in range(den_xx):
|
H A D | file_util.py | 241 for _ in range(5): 259 for _ in range(5):
|
/test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
H A D | AudioRenderCommonTest.cpp | 2019 int32_t range = 1; in HWTEST_F() local 2021 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F() 2032 int32_t range = 2; in HWTEST_F() local 2034 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F() 2045 int32_t range = 3; in HWTEST_F() local 2047 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F() 2058 int32_t range = 5; in HWTEST_F() local 2060 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F() 2071 int32_t range = 6; in HWTEST_F() local 2073 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, in HWTEST_F() 2084 int32_t range = 4; HWTEST_F() local 2097 int32_t range = 4; HWTEST_F() local 2110 int32_t range = 4; HWTEST_F() local 2123 int32_t range = 4; HWTEST_F() local 2136 int32_t range = 4; HWTEST_F() local 2149 int32_t range = 4; HWTEST_F() local 3684 int32_t range = 1; HWTEST_F() local 3711 int32_t range = 2; HWTEST_F() local 3739 int32_t range = 3; HWTEST_F() local 3767 int32_t range = 5; HWTEST_F() local 3795 int32_t range = 6; HWTEST_F() local 3823 int32_t range = 4; HWTEST_F() local 3847 int32_t range = 4; HWTEST_F() local 3871 int32_t range = 4; HWTEST_F() local 3895 int32_t range = 4; HWTEST_F() local 3919 int32_t range = 4; HWTEST_F() local 3943 int32_t range = 4; HWTEST_F() local [all...] |
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 180 let range = new util.Scope(tempLower, tempUpper); 2423 * @tc.desc: Obtains the lower bound of the current range. 2429 let result = range.getLower() 2436 * @tc.desc: Obtains the lower bound of the current range. 2449 * @tc.desc: Obtains the lower bound of the current range. 2462 * @tc.desc: Obtains the lower bound of the current range. 2475 * @tc.desc: Obtains the lower bound of the current range. 2488 * @tc.desc: Obtains the upper bound of the current range. 2494 let result = range.getUpper() 2501 * @tc.desc: Obtains the upper bound of the current range [all...] |
/test/testfwk/arkxtest/uitest/record/ |
H A D | velocity_tracker.cpp | 37 static const double range = 0.05; in UpdateTouchEvent() local 38 if (delta_.IsZero() && end && (diffTime.count() < range)) { in UpdateTouchEvent()
|
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/ |
H A D | AudioCaptureCommonTestAdditional.cpp | 2217 int32_t range = 3; in HWTEST_F() local 2228 ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F() 2244 int32_t range = 3; in HWTEST_F() local 2255 ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F() 2271 int32_t range = 3; in HWTEST_F() local 2286 ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F() 2302 int32_t range = 4; in HWTEST_F() local 2312 ret = capture_->AudioDevDump(nullptr, range, fd); in HWTEST_F() 2320 * @tc.desc : range is 2 2345 * @tc.desc : range i 2399 int32_t range = 4; HWTEST_F() local 2417 int32_t range = 4; HWTEST_F() local 2623 int32_t range = 5; HWTEST_F() local [all...] |
/test/testfwk/developer_test/ |
H A D | ohtest | 27 for index in range (1, len(sys.argv)):
|
/test/xts/tools/lite/reliability/ |
H A D | NativePressTest.py | 42 for i in range(processNum):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
H A D | manager_device.py | 225 list(range(1, len(self.global_device_filter) + 1)))) 226 for index in range(len(self.devices_list)):
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | init_gcov.py | 161 for i in range(len(f_dict["systemability"])): 189 for i in range(len(f_dict["systemability"])):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 236 for mount_time in range(1, 4): 342 for count in range(1, 4): 384 for mount_time in range(1, 3):
|
H A D | kit.py | 397 for _ in range( 812 for wait_count in range(1, MAX_WAIT_COUNT): 924 for index in range(len(self.package_name_list)): 1112 for pos in range(1, len(names) + 1):
|
/test/xts/hats/hdf/audio/idl/common/capture/src/ |
H A D | audio_capture_common_test.cpp | 458 int32_t range = 4;
in HWTEST_F() local 469 int32_t ret = capture_->AudioDevDump(capture_, range, fd);
in HWTEST_F() 477 int32_t range = 4;
in HWTEST_F() local 479 int32_t ret = capture_->AudioDevDump(nullptr, range, -1);
in HWTEST_F()
|
/test/xts/hats/hdf/audio/idl/common/render/src/ |
H A D | audio_render_common_test.cpp | 492 int32_t range = 4; in HWTEST_F() local 493 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->AudioDevDump(nullptr, range, -1)); in HWTEST_F() 498 int32_t range = 4; in HWTEST_F() local 509 int32_t ret = render_->AudioDevDump(render_, range, fd); in HWTEST_F()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | jsunit_driver.py | 129 for i in range(len(label_list[0])): 142 for j in range(i + 1, len(label_list[1])):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
H A D | listener.py | 166 for index in range(len(test_values)-1, -1, -1):
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 91 for num in range(16):
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | impl.py | 103 for index in range(1, task.config.repeat + 1):
|
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/ |
H A D | audio_capture_benchmarktest.cpp | 359 int32_t range = RANGE_VALUE;
in BENCHMARK_F() local 371 ret = capture_->AudioDevDump(capture_, range, fd);
in BENCHMARK_F()
|
/test/xts/hats/hdf/audio/idl/benchmarktest/render/ |
H A D | audio_render_benchmarktest.cpp | 292 int32_t range = RANGE_VALUE;
in BENCHMARK_F() local 304 ret = render_->AudioDevDump(render_, range, fd);
in BENCHMARK_F()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 116 for _ in range(retry): 946 for i in range(check_times): 961 for i in range(check_times): 1069 for i in range(3): 1418 "in range [64.0K, 512.0M], use min value 64K, now is {}".format(log_size)) 1422 "in range [64.0K, 512.0M], use min value 512M, now is {}".format(log_size))
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | suite_reporter.py | 267 for char_index in range(32):
|