| /test/xts/acts/kernel_lite/math_posix/src/ |
| D | MathApiTest.cpp | 36 double testValues[] = {-5.9, 0, 123.45}; variable 40 ret = ceil(testValues[i]); 52 float testValues[] = {-5.9, 0, 123.45}; variable 56 ret = ceilf(testValues[i]); 68 double testValues[7] = {1.0000001, 0.0/0.0, 1.0000001/0.0, 1.79769e+308, NAN}; variable 69 testValues[5] = sqrt(-1.0000001); 70 testValues[6] = log(0); 74 ret = finite(testValues[i]); 86 float testValues[6] = {1, -1, 3.40282e+038, NAN}; variable 87 testValues[4] = sqrt(-1.0); [all …]
|
| D | MathStdApiTest.cpp | 37 int testValues[] = {-3, 0, 3}; variable 41 ret = abs(testValues[i]); 74 intmax_t testValues[] = {3765, -1234, 0}; variable 79 ret = imaxabs(testValues[i]); 111 long testValues[] = {214748364, -214748364, 0}; variable 116 ret = labs(testValues[i]); 149 intmax_t testValues[] = {2147483649, -2147483649, 0}; variable 154 ret = llabs(testValues[i]);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_clickEffect/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 39 for (let x = 0, y = testValues.length; x < y; ++x) { 40 const testValue = testValues[x] 128 // testValues.forEach((testValue, index) => { 154 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 157 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_blur/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_common_gridoffset/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_pixelStretchEffect/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_common_gridspan/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_richEditor/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_accessibilityDescription/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_foregroundColor/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_invert/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_touchable/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_common_expandSafeAres/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_sweepGradient/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_radialGradient/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_image/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_obscured/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_opacity/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_grayscale/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_backgroundImage/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_common_offset/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_accessibilityText/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_patternlock/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_common_direction/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_align/entry/src/main/ets/test/common/ |
| D | CommonTest.ets | 26 * @param testValues : test values 29 static initTest(pageConfig, supportView, testValues, ...functions) { 34 testValues.forEach((temp, index) => { 40 testValues.forEach((testValue, index) => { 145 static initTestByContainerView(pageConfig, containerView, supportView, testValues, ...functions) { 148 CommonTest.initTest(pageConfig, supportView, testValues, functions);
|