/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | suiteTable.js | 20 <el-table-column type="index" label="#" min-width="3%"></el-table-column> 21 <el-table-column prop="name" label="Testsuite" show-overflow-tooltip="" min-width="27%" resizable 23 <el-table-column sortable prop="time" label="Time(s)" min-width="10%"> </el-table-column> 24 <el-table-column sortable prop="tests" label="Tests" min-width="10%"> </el-table-column> 25 <el-table-column sortable prop="passed" label="Passed" min-width="10%"> </el-table-column> 26 <el-table-column sortable prop="failed" label="Failed" min-width="10%"> 30 <el-table-column sortable prop="blocked" label="Blocked" min-width="10%"> 34 <el-table-column sortable prop="ignored" label="Ignored" min-width="10%"> </el-table-column> 35 <el-table-column sortable prop="passingrate" label="Passing Rate" min-width="10%">
|
H A D | caseTable.js | 20 <el-table-column type="index" label="#" min-width="3%"></el-table-column> 21 <el-table-column prop="suiteName" label="Testsuite" show-overflow-tooltip="" min-width="27%" width="380" resizable></el-table-column> 22 <el-table-column prop="name" label="Testcase" show-overflow-tooltip="" min-width="27%"></el-table-column> 23 <el-table-column sortable prop="time" label="Time(s)" min-width="8%"> 25 <el-table-column label="Result" min-width="8%"> 42 <el-table-column prop="error" label="Error" min-width="27%">
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/slider/prop/ |
H A D | index.js | 54 min : null,
95 min : this.min,
153 this.min = this.$element("min").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/slider/prop/ |
H A D | index.js | 54 min : null,
95 min : this.min,
153 this.min = this.$element("min").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/slider/prop/ |
H A D | index.js | 54 min : null,
95 min : this.min,
153 this.min = this.$element("min").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/slider/prop/ |
H A D | index.js | 54 min : null,
95 min : this.min,
153 this.min = this.$element("min").getInspector()
|
/test/xts/tools/lite/reliability/ |
H A D | JSPressTest.js | 105 random(min, max) { 106 return parseInt(Math.random()*(max - min) + min);
|
/test/xts/device_attest_lite/services/core/network/ |
H A D | attest_channel.c | 61 if (before->min > after->min) { in X509CheckTime() 63 } else if (before->min < after->min) { in X509CheckTime() 66 // same year, mon, day, hour and min in X509CheckTime() 93 curTime.min = theNowTm->tm_min; in VerifyCrtTime()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/ |
H A D | slider_value_test.cpp | 49 ArkUI_NumberValue min[] = {{.f32 = minValue}}; in TestSliderValue003() local 50 ArkUI_AttributeItem minValue_item = {min, sizeof(min) / sizeof(ArkUI_NumberValue)}; in TestSliderValue003()
|
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | clip_test.cpp | 35 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)};
member 38 .operands = {input, output, min, max},
54 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)};
member 57 .operands = {input, output, min, max},
73 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)};
member 76 .operands = {input, output, min, max},
92 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)};
member 95 .operands = {input, output, min, max},
111 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)};
member 114 .operands = {input, output, min, ma [all...] |
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_common.cpp | 167 minimum = min(minimum, fabs(a[i] - b[i]) / (atol + rtol * fabs(b[i]))); in allclose() 195 printf("\n min : %f\n", minimum); in allclose() 258 minimum = min(static_cast<double>(minimum), in allclose_int8() 286 printf("\n min : %f\n", minimum); in allclose_int8() 459 float max = 0, min = FLT_MAX, sum = 0, avg; in CalculateIntVector() local 462 min = fmin(min, v); in CalculateIntVector() 467 {"MIN", min}, in CalculateIntVector()
|
H A D | ohos_common.h | 38 using std::min;
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/camera/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/camera/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/camera/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/camera/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_driver.cpp | 134 mergeBounds.left_ = std::min(mergeBounds.left_, winCache.window_.bounds_.left_); in DumpWindowsInfo() 135 mergeBounds.top_ = std::min(mergeBounds.top_, winCache.window_.bounds_.top_); in DumpWindowsInfo() 554 mergeRect.left_ = std::min(winCache.window_.bounds_.left_, mergeRect.left_); in GetMergeWindowBounds() 555 mergeRect.top_ = std::min(winCache.window_.bounds_.top_, mergeRect.top_); in GetMergeWindowBounds()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/chart/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/chart/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/chart/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/chart/prop/ |
H A D | index.js | 31 min: 0,
36 min: 0,
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | least_square_impl.cpp | 32 auto countNum = std::min(countNum_, static_cast<int32_t>(std::distance(tVals_.begin(), tVals_.end())));
in GetLSMParams()
|
/test/xts/hats/hdf/audio/idl/common/render/src/ |
H A D | audio_render_common_test.cpp | 531 float min = 0.0; in HWTEST_F() local 533 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->GetGainThreshold(nullptr, &min, &max)); in HWTEST_F() 538 float min = 0.0; in HWTEST_F() local 540 int32_t ret = render_->GetGainThreshold(render_, &min, &max); in HWTEST_F() 543 EXPECT_GE(min, MIN_GAINTHRESHOLD); in HWTEST_F()
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | device_monitor.py | 96 time.sleep(min(CHECK_POLL_TIME * counter, MAX_CHECK_POLL_TIME))
|
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/ |
H A D | dms_packet.cpp | 26 if ((integerValue < std::numeric_limits<T>::min()) || (integerValue > std::numeric_limits<T>::max())) { \
|