/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_contrast_test.cpp | 30 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCommonAttrsContrast001() local 48 ArkUI_NumberValue value[] = {{.f32 = FIRST_MIDDLE_VALUE}}; in TestCommonAttrsContrast003() local 59 ArkUI_NumberValue value[] in TestCommonAttrsContrast004() local 70 ArkUI_NumberValue value[] = {{.f32 = MIN_ABNORMAL_VALUE}}; TestCommonAttrsContrast005() local 84 ArkUI_NumberValue value[] = {{.f32 = MAX_ABNORMAL_VALUE}}; TestCommonAttrsContrast006() local [all...] |
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/customcomponent/ |
H A D | customcomponent_sweepgradient_test.cpp | 41 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = startValue}, in TestCustomComponentSweepGradient002() local 67 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = startValue}, TestCustomComponentSweepGradient003() local 93 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = startValue}, TestCustomComponentSweepGradient004() local 119 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = startValue}, TestCustomComponentSweepGradient005() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
H A D | image_saturate_test.cpp | 31 ArkUI_NumberValue value[] = {{.f32 = saturateValue}}; in TestImageSaturate001() local 51 ArkUI_NumberValue value[] = {{.f32 = saturateValue}}; in TestImageSaturate003() local 63 ArkUI_NumberValue value[] in TestImageSaturate004() local 75 ArkUI_NumberValue value[] = {{.f32 = saturateValue}}; TestImageSaturate005() local 87 ArkUI_NumberValue value[] = {{.f32 = saturateValue}}; TestImageSaturate006() local 101 ArkUI_NumberValue value[] = {{.f32 = saturateValue}}; TestImageSaturate007() local [all...] |
H A D | image_translate_test.cpp | 33 ArkUI_NumberValue value[] = {{.f32 = x}, {.f32 = y}, {.f32 = z}}; in TestImageTranslate001() local 49 ArkUI_NumberValue value[] = {{.f32 = x}, {.f32 = y}, {.f32 = z}}; in TestImageTranslate002() local 65 ArkUI_NumberValue value[] = {{.f32 = x}, {.f32 = y}, {.f32 = z}}; TestImageTranslate003() local 81 ArkUI_NumberValue value[] = {{.f32 = x}, {.f32 = y}, {.f32 = z}}; TestImageTranslate004() local 97 ArkUI_NumberValue value[] = {{.f32 = x}, {.f32 = y}, {.f32 = z}}; TestImageTranslate005() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
H A D | list_translate_test.cpp | 26 ArkUI_NumberValue value[PARAM_3] = {{.f32 = translateX}, {.f32 = translateY}, {.f32 = translateZ}}; in TestListTranslate001() local 42 ArkUI_NumberValue value[PARAM_3] = {{.f32 = translateX}, {.f32 = translateY}, {.f32 = translateZ}}; in TestListTranslate002() local 58 ArkUI_NumberValue value[PARAM_3] = {{.f32 = translateX}, {.f32 = translateY}, {.f32 = translateZ}}; TestListTranslate003() local 74 ArkUI_NumberValue value[PARAM_3] = {{.f32 = translateX}, {.f32 = translateY}, {.f32 = translateZ}}; TestListTranslate004() local 88 ArkUI_NumberValue value[] = {{.f32 = translate}}; TestListTranslate005() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
H A D | text_align_test.cpp | 24 ArkUI_NumberValue value[] = {{.i32 = align}}; in TestTextAlign001() local 36 ArkUI_NumberValue value[] = {{.i32 = align}}; in TestTextAlign002() local 48 ArkUI_NumberValue value[] = {{.i32 = align}}; in TestTextAlign003() local 60 ArkUI_NumberValue value[] = {{.i32 = align}}; TestTextAlign004() local 72 ArkUI_NumberValue value[] = {{.i32 = align}}; TestTextAlign005() local 84 ArkUI_NumberValue value[] = {{.i32 = align}}; TestTextAlign006() local 96 ArkUI_NumberValue value[] = {{.i32 = align}}; TestTextAlign007() local 108 ArkUI_NumberValue value[] = {{.i32 = align}}; TestTextAlign008() local 120 ArkUI_NumberValue value[] = {{.i32 = align}}; TestTextAlign009() local [all...] |
H A D | text_borderradius_test.cpp | 24 ArkUI_NumberValue value[] = {{.f32 = radius}}; in TestTextBorderRadius001() local 39 ArkUI_NumberValue value[] = {{.f32 = maxValue}}; in TestTextBorderRadius002() local 54 ArkUI_NumberValue value[] = {{.f32 = minimumValue}}; TestTextBorderRadius003() local 72 ArkUI_NumberValue value[] = {{.f32 = topValue}, {.f32 = rightValue}, {.f32 = bottomValue}, {.f32 = leftValue}}; TestTextBorderRadius004() local 87 ArkUI_NumberValue value[] = {{.f32 = exceptionValue}}; TestTextBorderRadius005() local [all...] |
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...] |
/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/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
|
/third_party/curl/tests/unit/ |
H A D | unit1300.c | 32 static void test_Curl_llist_dtor(void *key, void *value) in test_Curl_llist_dtor() argument
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_error.c | 95 unsigned int value; in canonicalize() local
|