Home
last modified time | relevance | path

Searched refs:DEFAULT_VALUE (Results 1 - 25 of 29) sorted by relevance

12

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_colorfilter_test.cpp18 #define DEFAULT_VALUE (0.0) macro
27 float colorFilter[PARAM_20] = {FIRST_MIDDLE_VALUE, DEFAULT_VALUE, DEFAULT_VALUE, DEFAULT_VALUE, in TestImageColorFilter001()
28 DEFAULT_VALUE, DEFAULT_VALUE, FIRST_MIDDLE_VALUE, DEFAULT_VALUE, in TestImageColorFilter001()
29 DEFAULT_VALUE, DEFAULT_VALUE, DEFAULT_VALUE, DEFAULT_VALU in TestImageColorFilter001()
[all...]
H A Dimage_scale_test.cpp18 #define DEFAULT_VALUE 1.0 macro
42 float x = DEFAULT_VALUE; in TestImageScale002()
43 float y = DEFAULT_VALUE; in TestImageScale002()
H A Dimage_brightness_test.cpp18 #define DEFAULT_VALUE (1.0) macro
55 float brightnessValue = DEFAULT_VALUE; in TestImageBrightness003()
H A Dimage_opacity_test.cpp18 #define DEFAULT_VALUE 1.0 macro
66 float opacity = DEFAULT_VALUE; in TestImageOpacity004()
H A Dimage_saturate_test.cpp19 #define DEFAULT_VALUE 1.0 macro
42 float saturateValue = DEFAULT_VALUE; in TestImageSaturate002()
H A Dimage_clip_test.cpp18 #define DEFAULT_VALUE 0 macro
45 int32_t clip = DEFAULT_VALUE; in TestImageClip002()
H A Dimage_blur_test.cpp18 #define DEFAULT_VALUE 0.0 macro
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_rotate_test.cpp20 #define DEFAULT_VALUE 0 macro
29 ArkUI_NumberValue value[] = {{.f32 = DEFAULT_VALUE}, in TestScrollRotate001()
30 {.f32 = DEFAULT_VALUE}, in TestScrollRotate001()
31 {.f32 = DEFAULT_VALUE}, in TestScrollRotate001()
32 {.f32 = DEFAULT_VALUE}, in TestScrollRotate001()
33 {.f32 = DEFAULT_VALUE}}; in TestScrollRotate001()
37 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_ROTATE)->value[PARAM_0].f32, DEFAULT_VALUE); in TestScrollRotate001()
38 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_ROTATE)->value[PARAM_1].f32, DEFAULT_VALUE); in TestScrollRotate001()
39 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_ROTATE)->value[PARAM_2].f32, DEFAULT_VALUE); in TestScrollRotate001()
40 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_ROTATE)->value[PARAM_3].f32, DEFAULT_VALUE); in TestScrollRotate001()
[all...]
H A Dscroll_scale_test.cpp20 #define DEFAULT_VALUE 1 macro
29 ArkUI_NumberValue value[] = {{.f32 = DEFAULT_VALUE}, {.f32 = DEFAULT_VALUE}}; in TestScrollScale001()
33 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_SCALE)->value[PARAM_0].f32, DEFAULT_VALUE); in TestScrollScale001()
34 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_SCALE)->value[PARAM_1].f32, DEFAULT_VALUE); in TestScrollScale001()
53 ArkUI_NumberValue value[] = {{.f32 = NORMAL_VALUE}, {.f32 = DEFAULT_VALUE}}; in TestScrollScale003()
58 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_SCALE)->value[PARAM_1].f32, DEFAULT_VALUE); in TestScrollScale003()
H A Dscroll_brightness_test.cpp20 #define DEFAULT_VALUE (1.0) macro
30 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_BRIGHTNESS)->value[PARAM_0].f32, DEFAULT_VALUE); in TestScrollBrightness001()
H A Dscroll_blur_test.cpp20 #define DEFAULT_VALUE (0.0) macro
H A Dscroll_translate_test.cpp21 #define DEFAULT_VALUE 0 macro
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dgetopt1ndk.cpp28 #define DEFAULT_VALUE 0 macro
51 {"name", DEFAULT_VALUE, nullptr, 'n'}, in GetoptLong()
52 {"bf_name", DEFAULT_VALUE, nullptr, 'b'}, in GetoptLong()
54 {DEFAULT_VALUE, DEFAULT_VALUE, DEFAULT_VALUE, DEFAULT_VALUE}, in GetoptLong()
102 napi_create_int32(env, DEFAULT_VALUE, &result); in GetoptLongOnly()
H A Dgetoptndk.cpp28 #define DEFAULT_VALUE 0 macro
44 {"name", DEFAULT_VALUE, nullptr, 'n'}, in GetoptLong()
45 {"bf_name", DEFAULT_VALUE, nullptr, 'b'}, in GetoptLong()
47 {DEFAULT_VALUE, DEFAULT_VALUE, DEFAULT_VALUE, DEFAULT_VALUE}, in GetoptLong()
82 napi_create_int32(env, DEFAULT_VALUE, &result); in GetoptLongOnly()
H A Dinitndk.cpp25 #define DEFAULT_VALUE 0 macro
43 napi_create_int32(env, DEFAULT_VALUE, &result); in InitModule()
H A Drandomndk.cpp24 #define DEFAULT_VALUE 0 macro
32 ssize_t ret = getrandom(buf, BUFFSIZE, DEFAULT_VALUE); in Getrandom()
H A Dinetndk.cpp32 #define DEFAULT_VALUE 0 macro
174 char buf[20] = {DEFAULT_VALUE}; in InetNtop()
194 char buf[20] = {DEFAULT_VALUE}; in InetPton()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_grayscale_test.cpp18 #define DEFAULT_VALUE (0.0) macro
28 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_GRAY_SCALE)->value[PARAM_0].f32, DEFAULT_VALUE); in TestCommonAttrsGrayscale001()
H A Dcommonattrs_contrast_test.cpp18 #define DEFAULT_VALUE (1.0) macro
41 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_CONTRAST)->value[PARAM_0].f32, DEFAULT_VALUE); in TestCommonAttrsContrast002()
H A Dcommonattrs_opacity_test.cpp18 #define DEFAULT_VALUE (1.0) macro
63 ASSERT_EQ(nodeAPI->getAttribute(checkbox, NODE_OPACITY)->value[PARAM_0].f32, DEFAULT_VALUE); in TestCommonAttrsOpacity004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_contrast_test.cpp18 #define DEFAULT_VALUE (1.0) macro
41 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_CONTRAST)->value[PARAM_0].f32, DEFAULT_VALUE); in TestCustomComponentContrast002()
H A Dcustomcomponent_grayscale_test.cpp18 #define DEFAULT_VALUE (0.0) macro
28 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_GRAY_SCALE)->value[PARAM_0].f32, DEFAULT_VALUE); in TestCustomComponentGrayscale001()
H A Dcustomcomponent_opacity_test.cpp18 #define DEFAULT_VALUE (1.0) macro
63 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_OPACITY)->value[PARAM_0].f32, DEFAULT_VALUE); in TestCustomComponentOpacity004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/
H A Dslider_step_test.cpp20 #define DEFAULT_VALUE 1.00 macro
27 float defaultValue = DEFAULT_VALUE; in TestSliderStep001()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_clip_test.cpp18 #define DEFAULT_VALUE 0 macro
44 int32_t clip = DEFAULT_VALUE; in TestTextInputClip002()

Completed in 8 milliseconds

12