| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
| H A D | text_borderwidth_test.cpp | 24 ArkUI_NumberValue value[] = {{.f32 = borderWidthValue}}; in TestTextBorderWidth001() local 42 ArkUI_NumberValue value[] = {{.f32 = topValue}, {.f32 = rightValue}, {.f32 = bottomValue}, {.f32 = leftValue}}; in TestTextBorderWidth002() local 57 ArkUI_NumberValue value[] = {{.f32 = exceptionValue}}; TestTextBorderWidth003() local 74 ArkUI_NumberValue value[] = {{.f32 = topExceptionValue}, TestTextBorderWidth004() local [all...] |
| H A D | text_lineargradient_test.cpp | 27 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_LEFT}, {.i32 = false}}; in TestTextLinearGradient001() local 49 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_TOP}, {.i32 = false}}; in TestTextLinearGradient002() local 71 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_RIGHT}, {.i32 = true}}; TestTextLinearGradient003() local 93 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_BOTTOM}, {.i32 = false}}; TestTextLinearGradient004() local 115 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_LEFT_TOP}, {.i32 = false}}; TestTextLinearGradient005() local 137 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_LEFT_BOTTOM}, {.i32 = false}}; TestTextLinearGradient006() local 159 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_RIGHT_TOP}, {.i32 = false}}; TestTextLinearGradient007() local 181 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_RIGHT_BOTTOM}, {.i32 = false}}; TestTextLinearGradient008() local 203 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_NONE}, {.i32 = false}}; TestTextLinearGradient009() local 225 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_CUSTOM}, {.i32 = false}}; TestTextLinearGradient010() local 247 ArkUI_NumberValue value[] = {{.f32 = angle}, {.i32 = ARKUI_LINEAR_GRADIENT_DIRECTION_LEFT}, {.i32 = false}}; TestTextLinearGradient011() local [all...] |
| H A D | text_fontweight_test.cpp | 30 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestTextFontWeight002() local 41 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestTextFontWeight003() local 52 ArkUI_NumberValue value[] in TestTextFontWeight004() local 63 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextFontWeight005() local 74 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextFontWeight006() local 85 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextFontWeight007() local 96 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextFontWeight008() local 107 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextFontWeight009() local 118 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextFontWeight010() local 129 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextFontWeight011() local 140 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextFontWeight012() local 151 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestTextFontWeight013() local 162 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextFontWeight014() local 173 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestTextFontWeight015() local 185 ArkUI_NumberValue value[] = {{.i32 = exceptionValue}}; TestTextFontWeight016() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/toggle/ |
| H A D | toggle_margin_test.cpp | 24 ArkUI_NumberValue value[] = {{.f32 = margin}}; in TestToggleMargin001() local 37 ArkUI_NumberValue value[] = {{.f32 = margin}}; in TestToggleMargin002() local 49 ArkUI_NumberValue value[] = {{.f32 = margin}}; in TestToggleMargin003() local 64 ArkUI_NumberValue value[] = {{.f32 = marginTop}, {.f32 = marginRight}, {.f32 = marginButton}, {.f32 = marginLeft}}; TestToggleMargin004() local 82 ArkUI_NumberValue value[] = {{.f32 = marginTop}, {.f32 = marginRight}, {.f32 = marginButton}, {.f32 = marginLeft}}; TestToggleMargin005() local 100 ArkUI_NumberValue value[] = {{.f32 = marginTop}, {.f32 = marginRight}, {.f32 = marginButton}, {.f32 = marginLeft}}; TestToggleMargin006() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
| H A D | commonattrs_justifycontent_test.cpp | 23 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_START}}; in TestCommonAttrsJustifyContent001() local 34 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_CENTER}}; in TestCommonAttrsJustifyContent002() local 45 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_END}}; in TestCommonAttrsJustifyContent003() local 56 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_SPACE_BETWEEN}}; TestCommonAttrsJustifyContent004() local 68 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_SPACE_AROUND}}; TestCommonAttrsJustifyContent005() local 80 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_SPACE_EVENLY}}; TestCommonAttrsJustifyContent006() local 92 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_START}}; TestCommonAttrsJustifyContent007() local 104 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_CENTER}}; TestCommonAttrsJustifyContent008() local 116 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_END}}; TestCommonAttrsJustifyContent009() local 127 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_SPACE_BETWEEN}}; TestCommonAttrsJustifyContent010() local 139 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_SPACE_AROUND}}; TestCommonAttrsJustifyContent011() local 151 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FLEX_ALIGNMENT_SPACE_EVENLY}}; TestCommonAttrsJustifyContent012() local [all...] |
| H A D | commonattrs_opacity_test.cpp | 28 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCommonAttrsOpacity001() local 40 ArkUI_NumberValue value[] = {{.f32 = opacity}}; in TestCommonAttrsOpacity002() local 52 ArkUI_NumberValue value[] = {{.f32 = opacity}}; in TestCommonAttrsOpacity003() local 70 ArkUI_NumberValue value[] = {{.f32 = MIN_ABNORMAL_VALUE}}; TestCommonAttrsOpacity005() local 84 ArkUI_NumberValue value[] = {{.f32 = MAX_ABNORMAL_VALUE}}; TestCommonAttrsOpacity006() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customproperty/ |
| H A D | custom_property_test.cpp | 45 ArkUI_NumberValue value[] = {480}; in testAddCustomProperty001() local 93 ArkUI_NumberValue value[] = {480}; in testRemoveCustomProperty002() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
| H A D | drag_setGetUdmfData.cpp | 61 ArkUI_NumberValue value[] = {{.f32 = size}}; in drag_setGetUdmfData_003() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/ |
| H A D | listitem_clip_test.cpp | 24 ArkUI_NumberValue value[] = {{.i32 = clip}}; in TestListItemClip001() local 37 ArkUI_NumberValue value[] = {{.i32 = clip}}; in TestListItemClip002() local 49 ArkUI_NumberValue value[] = {{.i32 = clip}}; in TestListItemClip003() local 64 ArkUI_NumberValue value[] = { TestListItemClip004() local 82 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_CIRCLE}, {.f32 = width}, {.f32 = height}}; TestListItemClip005() local 97 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_ELLIPSE}, {.f32 = width}, {.f32 = height}}; TestListItemClip006() local 112 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_PATH}, {.f32 = width}, {.f32 = height}}; TestListItemClip007() local [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | ptyndk.cpp | 29 int value = FAIL;
in Forkpty() local
|
| H A D | statvfsndk.cpp | 31 int value;
in Statvfs() local 50 int value;
in Statvfs64() local
|
| /test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
| H A D | test_common.cpp | 35 const char *value = "/user/data"; in FormatFullPath() local 52 void PrintMapString(const std::map<std::string, std::string> &value) in PrintMapString() argument 62 void PrintVectorString(const std::vector<std::string> &value) in PrintVectorString() argument
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeMatrixTestPart2.cpp | 490 double value = 1.52; in HWTEST_F() local
|
| /test/xts/acts/kernel_lite/kernelcmsis_hal/src/ |
| H A D | cmsis_timer_func_test.c | 78 UINT32 value=0xffff; variable 93 UINT32 value=0xffff; variable 108 UINT32 value=0xffff; variable 122 UINT32 value=0xffff; variable 136 UINT32 value=0xffff; variable 151 UINT32 value=0xffff; global() variable 169 UINT32 value=0xffff; global() variable 187 UINT32 value=0xffff; global() variable 209 UINT32 value=0xffff; global() variable 231 UINT32 value=0xffff; global() variable 248 UINT32 value=0xffff; global() variable 278 UINT32 value=0xffff; global() variable 296 UINT32 value=0xffff; global() variable 314 UINT32 value=0xffff; global() variable 334 UINT32 value=0xffff; global() variable 366 UINT32 value=0xffff; global() variable 387 UINT32 value=0xffff; global() variable 408 UINT32 value=0xffff; global() variable 427 UINT32 value=0xffff; global() variable 458 UINT32 value=0xffff; global() variable 476 UINT32 value=0xffff; global() variable 496 UINT32 value=0xffff; global() variable 518 UINT32 value=0xffff; global() variable 538 UINT32 value=0xffff; global() variable 556 UINT32 value=0xffff; global() variable 576 UINT32 value=0xffff; global() variable 598 UINT32 value=0xffff; global() variable [all...] |
| /test/xts/device_attest_lite/services/core/adapter/ |
| H A D | attest_adapter_os.c | 91 int32_t OsSetParameter(const char *key, const char *value) in OsSetParameter() argument 96 int32_t OsGetParameter(const char *key, const char *def, char *value, uint32_t len) in OsGetParameter() argument
|
| /test/xts/acts/startup_lite/syspara_hal/src/ |
| H A D | parameter_func_test.c | 69 char value[] = "OEM-10.1.0"; variable 85 char value[] = "!@#¥%……&*()——+~《》?,。、“‘;:、12345767890"; variable 102 char value[] = "test key with only lowercase"; variable 118 char value[] = "test key with only number"; variable 158 char value[] = "test with null"; global() variable 182 char value[] = "test with null"; global() variable 232 char value[] = "set value with uppercase"; global() variable 250 char value[] = "set value with blank"; global() variable 269 char value[] = "set value with special characters"; global() variable 318 char value[] = " "; global() variable 335 char value[MAX_LEN] = {0}; global() variable 354 char value[MAX_LEN] = {0}; global() variable 374 char value[MAX_LEN] = {0}; global() variable 393 char value[MAX_LEN] = {0}; global() variable 413 char value[MAX_LEN] = {0}; global() variable 431 char value[MAX_LEN] = {0}; global() variable 479 char value[INVALID_LEN] = {0}; global() variable 519 char value[INVALID_LEN] = {0}; global() variable 536 char value[MAX_LEN] = {0}; global() variable 552 char value[MAX_LEN] = {0}; global() variable 571 char value[MAX_LEN] = {0}; global() variable 588 char value[MAX_LEN] = {0}; global() variable 606 char value[MAX_LEN] = {0}; global() variable 624 char value[MAX_LEN] = {0}; global() variable 643 char value[MAX_LEN] = {0}; global() variable 660 char value[MAX_LEN] = {0}; global() variable 680 char value[MAX_LEN] = {0}; global() variable [all...] |
| /test/xts/hats/kernel/syscalls/fileio/attr/ |
| H A D | AttrApiTest.cpp | 80 const char *value = "path_attr_value"; in HWTEST_F() local 118 const char *value = "invalid_attr_value"; in HWTEST_F() local 140 const char *value in HWTEST_F() local 182 const char *value = "path_attr_value"; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/getxattr/ |
| H A D | GetxattrApiTest.cpp | 72 char value[PATH_MAX_LEN] = { 0 }; in HWTEST_F() local 92 char value[BUFFER_SIZE] = {0}; in HWTEST_F() local
|
| /test/testfwk/arkxtest/uitest/record/ |
| H A D | matrix3.cpp | 72 double value = 0.0; in operator *() local 138 double value = 0.0; in operator *() local [all...] |
| /test/ostest/wukong/shell_command/src/ |
| H A D | wukong_main.cpp | 73 int value = sem.GetValue(); in InitSemaphore() local 94 int value = sem.GetValue(); in IsRunning() local
|
| /test/testfwk/developer_test/aw/cxx/distributed/ |
| H A D | distributed_cfg.cpp | 47 std::string value;
in OpenCfg() local 65 bool DistributedCfg::GetCfgVal(std::string key, std::string &value)
in GetCfgVal() argument
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
| H A D | image_clip_test.cpp | 33 ArkUI_NumberValue value[] = {{.i32 = clip}}; in TestImageClip001() local 54 ArkUI_NumberValue value[] = {{.i32 = clip}}; in TestImageClip003() local 72 ArkUI_NumberValue value[] in TestImageClip004() local 93 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_CIRCLE}, {.f32 = width}, {.f32 = height}}; TestImageClip005() local 109 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_ELLIPSE}, {.f32 = width}, {.f32 = height}}; TestImageClip006() local 125 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_PATH}, {.f32 = width}, {.f32 = height}}; TestImageClip007() local [all...] |
| H A D | image_bordercolor_test.cpp | 35 ArkUI_NumberValue value[] = {{.u32 = borderColor}}; in TestImageBorderColor001() local 50 ArkUI_NumberValue value[] = {{.u32 = borderColor}}; in TestImageBorderColor002() local 68 ArkUI_NumberValue value[] = { TestImageBorderColor003() local 87 ArkUI_NumberValue value[] = { TestImageBorderColor004() local [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/manager/ |
| H A D | plugin_manager.cpp | 66 int64_t value; in GetContext() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/span/ |
| H A D | span_fontweight_test.cpp | 23 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestSpanFontWeight001() local 35 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestSpanFontWeight002() local 47 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W300}}; in TestSpanFontWeight003() local 59 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W400}}; TestSpanFontWeight004() local 71 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W500}}; TestSpanFontWeight005() local 83 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W600}}; TestSpanFontWeight006() local 95 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W700}}; TestSpanFontWeight007() local 107 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W800}}; TestSpanFontWeight008() local 119 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W900}}; TestSpanFontWeight009() local 131 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestSpanFontWeight010() local 143 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestSpanFontWeight011() local 155 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestSpanFontWeight012() local 167 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestSpanFontWeight013() local 179 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestSpanFontWeight014() local 191 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestSpanFontWeight015() local 204 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestSpanFontWeight016() local [all...] |