Searched refs:PARAM_100 (Results 1 - 14 of 14) sorted by relevance
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_translate_test.cpp | 22 #define PARAM_100 100 macro 68 float mode = PARAM_100; in TestScrollTranslate004() 73 ASSERT_NE(nodeAPI->getAttribute(scroll, NODE_TRANSLATE)->value[PARAM_0].f32, PARAM_100); in TestScrollTranslate004() 74 ASSERT_NE(nodeAPI->getAttribute(scroll, NODE_TRANSLATE)->value[PARAM_1].f32, PARAM_100); in TestScrollTranslate004() 75 ASSERT_NE(nodeAPI->getAttribute(scroll, NODE_TRANSLATE)->value[PARAM_2].f32, PARAM_100); in TestScrollTranslate004()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | iconvndk.cpp | 29 #define PARAM_100 100
macro 35 char buf[PARAM_100];
in Iconv() 59 char buf[PARAM_100];
in IconvOpen() 86 char buf[PARAM_100];
in IconvClose()
|
H A D | resourcendk1.cpp | 40 #define PARAM_100 100
macro 154 int ret = getrusage(PARAM_100, &usage);
in GetRUsage2()
|
H A D | signalndk.cpp | 33 #define PARAM_100 100
macro 428 if (count > PARAM_100) {
in SigSend()
|
H A D | threadsndk1.cpp | 28 #define PARAM_100 100
macro
|
H A D | otherstestndk.cpp | 74 #define PARAM_100 100
macro 1019 unsigned int ms = PARAM_100;
in Pthreadcondtimeoutnp()
|
H A D | stdiondk1.cpp | 46 #define PARAM_100 100
macro 1332 ret = snprintf(dest, PARAM_100, "The half of %d is %d", PARAM_60, PARAM_60 / PARAM_2);
in Snprintf_One()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/progress/ |
H A D | progress_total_test.cpp | 22 ArkUI_NumberValue value[] = {{.f32 = PARAM_100}};
in TestProgressTotal001() 26 ASSERT_EQ(nodeAPI->getAttribute(progress, NODE_PROGRESS_TOTAL)->value[PARAM_0].f32, PARAM_100);
in TestProgressTotal001()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/ |
H A D | slider_max_test.cpp | 20 #define PARAM_100 100 macro 45 float maxValue = -PARAM_100; in TestSliderMax003()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/ |
H A D | common.h | 60 #define PARAM_100 100 macro
|
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/ |
H A D | common.h | 60 #define PARAM_100 100 macro
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | otherstestndk32.cpp | 70 #define PARAM_100 100
macro
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | multimediaCore.cpp | 36 #define PARAM_100 100 macro 102 constexpr int32_t INFO_SIZE = PARAM_100;
|
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
H A D | ffrtndk.cpp | 33 #define PARAM_100 100 macro 3711 *(int*)arg += PARAM_100; in OnePlusForTestQos()
|
Completed in 24 milliseconds