/test/ostest/wukong/report/src/ |
H A D | table.cpp | 26 uint32_t max = cloumn_header[col].size(); in Table() local 28 max = record[row][col].size() > max ? record[row][col].size() : max; in Table() 30 column_size_.push_back(max); in Table()
|
/test/xts/acts/kernel_lite/time_posix/src/ |
H A D | AlarmTest.cpp | 292 const int max = 32;
in HWTEST_F() local 294 timer_t tidArr[max];
in HWTEST_F() 296 for (i = 0; i < max; i++) {
in HWTEST_F() 300 for (k = 0; k < max; k++) {
in HWTEST_F() 304 for (i = 0; i < max; i++) {
in HWTEST_F() 309 EXPECT_EQ(i, max) << "ERROR: i < max that timer id already exist";
in HWTEST_F() 311 for (i = 0; i < max; i++) {
in HWTEST_F() 316 EXPECT_LT(i, max) << "ERROR: i == max tha in HWTEST_F() [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/slider/prop/ |
H A D | index.js | 55 max : null,
96 max : this.max,
154 this.max = this.$element("max").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/slider/prop/ |
H A D | index.js | 55 max : null,
96 max : this.max,
154 this.max = this.$element("max").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/slider/prop/ |
H A D | index.js | 55 max : null,
96 max : this.max,
154 this.max = this.$element("max").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/slider/prop/ |
H A D | index.js | 55 max : null,
96 max : this.max,
154 this.max = this.$element("max").getInspector()
|
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/ |
H A D | utils.cpp | 44 * Return n: 0 <= n <= max
46 int GetRandomInt(int max)
in GetRandomInt() argument 48 if (max >= 0) {
in GetRandomInt() 49 int randomInt = rand() % (max + 1);
in GetRandomInt()
|
/test/xts/acts/kernel_lite/utils/ |
H A D | utils.cpp | 224 // return n: 0 < n <= max
225 uint32_t GetRandom(uint32_t max)
in GetRandom() argument 227 if (max == 0 || max == 1) {
in GetRandom() 230 return (rand() % max) + 1;
in GetRandom()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/ |
H A D | slider_value_test.cpp | 46 ArkUI_NumberValue max[] = {{.f32 = maxValue}}; in TestSliderValue003() local 47 ArkUI_AttributeItem maxValue_item = {max, sizeof(max) / sizeof(ArkUI_NumberValue)}; in TestSliderValue003()
|
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | clip_test.cpp | 36 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)};
member 38 .operands = {input, output, min, max},
55 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)};
member 57 .operands = {input, output, min, max},
74 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)};
member 76 .operands = {input, output, min, max},
93 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)};
member 95 .operands = {input, output, min, max},
112 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)};
member 114 .operands = {input, output, min, max},
[all...] |
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_common.cpp | 166 maximum = max(maximum, fabs(a[i] - b[i]) / (atol + rtol * fabs(b[i]))); in allclose() 196 printf("\n max : %f\n", maximum); in allclose() 256 maximum = max(static_cast<double>(maximum), in allclose_int8() 288 printf("\n max : %f\n", maximum); in allclose_int8() 459 float max = 0, min = FLT_MAX, sum = 0, avg; in CalculateIntVector() local 461 max = fmax(max, v); in CalculateIntVector() 468 {"MAX", max}, in CalculateIntVector()
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | size.h | 28 static constexpr double INFINITE_SIZE = std::numeric_limits<double>::max(); 40 return Size((std::numeric_limits<double>::max)(), (std::numeric_limits<double>::max)()); in ErrorSize()
|
H A D | offset.h | 46 return Offset((std::numeric_limits<double>::max)(), (std::numeric_limits<double>::max)()); in ErrorOffset()
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | utils.cpp | 300 // return n: 0 < n <= max
301 uint32_t GetRandom(uint32_t max)
in GetRandom() argument 305 if (max == 0 || max == 1) {
in GetRandom() 318 return (r % max) + 1;
in GetRandom()
|
/test/xts/tools/lite/reliability/ |
H A D | JSPressTest.js | 105 random(min, max) { 106 return parseInt(Math.random()*(max - min) + min);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/camera/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/camera/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/camera/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/camera/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_driver.cpp | 136 mergeBounds.right_ = std::max(mergeBounds.right_, winCache.window_.bounds_.right_); in DumpWindowsInfo() 137 mergeBounds.bottom_ = std::max(mergeBounds.bottom_, winCache.window_.bounds_.bottom_); in DumpWindowsInfo() 556 mergeRect.right_ = std::max(winCache.window_.bounds_.right_, mergeRect.right_); in GetMergeWindowBounds() 557 mergeRect.bottom_ = std::max(winCache.window_.bounds_.bottom_, mergeRect.bottom_); in GetMergeWindowBounds()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/chart/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/chart/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/chart/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/chart/prop/ |
H A D | index.js | 32 max: 20,
37 max: 1000,
|
/test/xts/acts/kernel_lite/ipc_posix/message_queue/ |
H A D | IpcMqExceptionTest.cpp | 62 const int max = 65535;
in HWTEST_F() local 70 attr.mq_maxmsg = max;
in HWTEST_F() 74 attr.mq_msgsize = max;
in HWTEST_F() 75 attr.mq_maxmsg = max;
in HWTEST_F() 83 attr.mq_maxmsg = max + 1;
in HWTEST_F()
|