Searched refs:PARAM_50 (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_borderwidth_test.cpp | 22 #define PARAM_50 50 macro 45 ArkUI_NumberValue value[PARAM_4] = {{.f32 = PARAM_10}, {.f32 = PARAM_50}, {.f32 = PARAM_10}, {.f32 = PARAM_50}}; in TestScrollBorderWidth002() 50 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_BORDER_WIDTH)->value[PARAM_1].f32, PARAM_50); in TestScrollBorderWidth002() 52 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_BORDER_WIDTH)->value[PARAM_3].f32, PARAM_50); in TestScrollBorderWidth002()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 45 #define PARAM_50 50
macro 146 int ret = __snprintf_chk(dest, PARAM_50, PARAM_0, sizeof(dest), "%s", src);
in Snprintf_Chk_One() 178 int ret = __vsnprintf_chk(dest, PARAM_50, PARAM_0, sizeof(dest), format, args);
in VsnprintfChkTest()
|
H A D | stringndk.cpp | 69 #define PARAM_50 50
macro 874 char *resultValue = __strncat_chk(dst, src, src_len, PARAM_50);
in StrncatChk()
|
Completed in 7 milliseconds