/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_ondraw_test.cpp | 56 OH_Drawing_CanvasDrawLine(canvas, SIZE_10, SIZE_10, SIZE_180, SIZE_180); in OnEventReceive()
|
H A D | customcomponent_margin_test.cpp | 23 float margin = SIZE_10; in TestCustomComponentMargin001() 38 float marginUp = SIZE_10; in TestCustomComponentMargin002()
|
H A D | customcomponent_onlayout_test.cpp | 44 nodeAPI->layoutNode(nodeAPI->getChildAt(nodeHandler, PARAM_0), SIZE_10, SIZE_10); in OnEventReceive()
|
H A D | customcomponent_clip_test.cpp | 61 float filleWidth = SIZE_10; in TestCustomComponentClip004() 62 float filleHeight = SIZE_10; in TestCustomComponentClip004()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_margin_test.cpp | 23 float margin = SIZE_10; in TestCommonAttrsMargin001() 38 float marginUp = SIZE_10; in TestCommonAttrsMargin002()
|
H A D | commonattrs_clip_test.cpp | 61 float filleWidth = SIZE_10; in TestCommonAttrsClip004() 62 float filleHeight = SIZE_10; in TestCommonAttrsClip004()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
H A D | list_clip_test.cpp | 62 float filleWidth = SIZE_10; in TestListClip004() 63 float filleHeight = SIZE_10; in TestListClip004()
|
H A D | list_borderradius_test.cpp | 38 float borderRadiusUp = SIZE_10; in TestListBorderRadius002()
|
H A D | list_borderwidth_test.cpp | 38 float borderWidthUp = SIZE_10; in TestListBorderWidth002()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/ |
H A D | listitem_clip_test.cpp | 62 float filleWidth = SIZE_10; in TestListItemClip004() 63 float filleHeight = SIZE_10; in TestListItemClip004()
|
H A D | listitem_borderradius_test.cpp | 38 float borderRadiusUp = SIZE_10; in TestListItemBorderRadius002()
|
H A D | listitem_borderwidth_test.cpp | 38 float borderWidthUp = SIZE_10; in TestListItemBorderWidth002()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | socketndk.cpp | 51 #define SIZE_10 10
macro 276 char buf[SIZE_10];
in Recv() 303 char buf[SIZE_10];
in Recvfrom() 343 struct mmsghdr msg[SIZE_10];
in Recvmmsg() 344 resultValue = recvmmsg(PARAM_0, msg, SIZE_10, PARAM_0, PARAM_0);
in Recvmmsg()
|
H A D | wcharndk.cpp | 57 #define SIZE_10 10
macro 1087 wcstol_value = wcstol(L"123AB-20", nullptr, SIZE_10);
in Wcstol() 1090 wcstol_value = wcstol(L"123xyz", &endString, SIZE_10);
in Wcstol() 1136 wcstollValue = wcstoll(L"123AB-20", nullptr, SIZE_10);
in Wcstoll() 1139 wcstollValue = wcstoll(L"123xyz", &endString, SIZE_10);
in Wcstoll() 1178 wcstoul_value = wcstoul(L"123AB-20", nullptr, SIZE_10);
in Wcstoul() 1181 wcstoul_value = wcstoul(L"123xyz", &endString, SIZE_10);
in Wcstoul() 1201 wcstoullValue = wcstoull(L"123AB-20", nullptr, SIZE_10);
in Wcstoull() 1204 wcstoullValue = wcstoll(L"123xyz", &endString, SIZE_10);
in Wcstoull() 1243 wchar_t src[SIZE_10];
in Wcsxfrm() [all...] |
H A D | regexndk.cpp | 32 #define SIZE_10 10
macro
|
H A D | fcntlndk.cpp | 43 #define SIZE_10 10
macro 288 int len = SIZE_10;
in FwriteChk()
|
H A D | direntndk.cpp | 42 #define SIZE_10 10
macro
|
H A D | inttypesndk.cpp | 30 #define SIZE_10 10
macro
|
H A D | resolvndk.cpp | 31 #define SIZE_10 10
macro
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | fnmatchndk32.cpp | 59 #define SIZE_10 10
macro 533 struct mmsghdr msgs[SIZE_10];
in ReCvmMsg_time64() 534 struct iovec iovecs[SIZE_10];
in ReCvmMsg_time64() 535 char bufs[SIZE_10][BUFSIZE + PARAM_1];
in ReCvmMsg_time64() 546 for (int i = 0; i < SIZE_10; i++) {
in ReCvmMsg_time64() 555 resultValue = __recvmmsg_time64(sockfd, msgs, SIZE_10, PARAM_0, &timeout);
in ReCvmMsg_time64()
|
H A D | otherstestndk32.cpp | 81 #define SIZE_10 10
macro
|
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/ |
H A D | pcsNetworkTest.cpp | 38 #define SIZE_10 10
macro 166 char buf[SIZE_10];
in Recv()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/ |
H A D | common.h | 72 #define SIZE_10 10 macro
|
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/ |
H A D | common.h | 72 #define SIZE_10 10 macro
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/ |
H A D | datepicker_enabled_test.cpp | 44 ArkUI_NumberValue margin_value[] = {{.f32 = SIZE_10}}; in createChildNode()
|