Home
last modified time | relevance | path

Searched refs:value (Results 51 - 75 of 16439) sorted by relevance

12345678910>>...658

/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/agree/
H A DpublicAgreeParam.js20 value: param.HksKeyStorageType.HKS_STORAGE_PERSISTENT,
22 HuksKeyISKEYALIAS: { tag: param.HksTag.HKS_TAG_IS_KEY_ALIAS, value: true },
25 value: param.HksKeyDigest.HKS_DIGEST_NONE,
29 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
33 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
37 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
49 value: param.HksKeyPadding.HKS_PADDING_NONE,
53 value
[all...]
/test/xts/acts/security/huks/security_huks_basic/utils/param/agree/
H A DpublicAgreeParam.js20 value: param.HksKeyStorageType.HKS_STORAGE_PERSISTENT,
22 HuksKeyISKEYALIAS: { tag: param.HksTag.HKS_TAG_IS_KEY_ALIAS, value: true },
25 value: param.HksKeyDigest.HKS_DIGEST_NONE,
29 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
33 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
37 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
49 value: param.HksKeyPadding.HKS_PADDING_NONE,
53 value
[all...]
/third_party/backends/testsuite/sanei/
H A Dsanei_constrain_test.c140 SANE_Int value = int_range.min; in min_int_value() local
144 status = sanei_constrain_value (&int_opt, &value, &info); in min_int_value()
149 assert (value == int_range.min); in min_int_value()
155 SANE_Int value = int_range.max; in max_int_value() local
159 status = sanei_constrain_value (&int_opt, &value, &info); in max_int_value()
164 assert (value == int_range.max); in max_int_value()
170 SANE_Int value = int_range.min - 1; in below_min_int_value() local
174 status = sanei_constrain_value (&int_opt, &value, &info); in below_min_int_value()
179 assert (value == int_range.min); in below_min_int_value()
182 /* rounded to lower value */
186 SANE_Int value = int_range.min + 1; quant1_int_value() local
202 SANE_Int value = int_range.min + int_range.quant - 1; quant2_int_value() local
217 SANE_Int value = int_range.min + int_range.quant; in_range_int_value() local
232 SANE_Int value = int_range.max + 1; above_max_int_value() local
250 SANE_Int value = fixed_range.min; min_fixed_value() local
265 SANE_Int value = fixed_range.max; max_fixed_value() local
280 SANE_Int value = fixed_range.min - 1; below_min_fixed_value() local
296 SANE_Int value = fixed_range.min + fixed_range.quant/3; quant1_fixed_value() local
312 SANE_Int value = fixed_range.min + fixed_range.quant - fixed_range.quant/3; quant2_fixed_value() local
327 SANE_Int value = fixed_range.min + fixed_range.quant; in_range_fixed_value() local
342 SANE_Int value = fixed_range.max + 1; above_max_fixed_value() local
358 SANE_Word value = 25000; above_max_word() local
374 SANE_Word value = 1; below_max_word() local
389 SANE_Word value = 249; closest_200_word() local
405 SANE_Word value = 251; closest_300_word() local
421 SANE_Word value = 400; exact_400_word() local
439 SANE_Int value[ARRAY_SIZE]; min_int_array() local
462 SANE_Int value[ARRAY_SIZE]; max_int_array() local
486 SANE_Int value[ARRAY_SIZE]; below_min_int_array() local
511 SANE_Int value[ARRAY_SIZE]; quant1_int_array() local
535 SANE_Int value[ARRAY_SIZE]; quant2_int_array() local
558 SANE_Int value[ARRAY_SIZE]; in_range_int_array() local
582 SANE_Int value[ARRAY_SIZE]; above_max_int_array() local
605 SANE_Char value[9] = "wrong"; wrong_string_array() local
620 SANE_Int value = 555; none_int() local
635 SANE_Bool value = 555; none_bool_nok() local
650 SANE_Bool value = SANE_FALSE; none_bool_ok() local
667 SANE_Char value[9] = "Line"; string_array_several() local
684 SANE_Char value[9] = "Linea"; partial_string_array() local
698 SANE_Char value[9] = "lineart"; string_array_ignorecase() local
712 SANE_Char value[9] = "Lineart"; string_array_ok() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp33 .value.ProgramPipelineIDVal, in ReplayCall()
35 .value.ShaderProgramIDVal); in ReplayCall()
39 params.getParam("texture", ParamType::TGLenum, 0).value.GLenumVal); in ReplayCall()
43 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall()
44 params.getParam("ref", ParamType::TGLfloat, 1).value.GLfloatVal); in ReplayCall()
48 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall()
49 params.getParam("ref", ParamType::TGLfixed, 1).value.GLfixedVal); in ReplayCall()
53 .value.ShaderProgramIDVal, in ReplayCall()
55 .value.ShaderProgramIDVal); in ReplayCall()
59 params.getParam("targetPacked", ParamType::TQueryType, 0).value in ReplayCall()
[all...]
/test/xts/acts/security/huks/security_huks_basic/utils/param/derive/
H A DpublicDeriveParam.js25 value: param.HksKeySize.HKS_AES_KEY_SIZE_512,
29 value: param.HksKeyAlg.HKS_ALG_HKDF,
33 value: param.HksKeyAlg.HKS_ALG_AES,
37 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_DERIVE,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
49 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
53 value: param.HksKeySize.HKS_AES_KEY_SIZE_128,
57 value: param.HksKeySize.HKS_AES_KEY_SIZE_192,
61 value
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/
H A DpublicDeriveParam.js25 value: param.HksKeySize.HKS_AES_KEY_SIZE_512,
29 value: param.HksKeyAlg.HKS_ALG_HKDF,
33 value: param.HksKeyAlg.HKS_ALG_AES,
37 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_DERIVE,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
49 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
53 value: param.HksKeySize.HKS_AES_KEY_SIZE_128,
57 value: param.HksKeySize.HKS_AES_KEY_SIZE_192,
61 value
[all...]
/third_party/elfio/elfio/
H A Delfio_utils.hpp33 virtual void set_##NAME( const TYPE& value ) noexcept = 0
37 virtual void set_##NAME( const TYPE& value ) noexcept = 0
46 void set_##NAME( const TYPE& value ) noexcept override \
48 FIELD = decltype( FIELD )( value ); \
56 void set_##NAME( const TYPE& value ) noexcept override \
58 FIELD = decltype( FIELD )( value ); \
75 uint64_t operator()( uint64_t value ) const in operator ()()
78 return value; in operator ()()
80 value = ( ( value in operator ()()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/
H A Dcalendarpicker_textstyle_test.cpp22 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestCalendarPickerTextStyle001() local
23 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCalendarPickerTextStyle001()
26 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_0].u32, COLOR_RED); in TestCalendarPickerTextStyle001()
27 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_1].f32, SIZE_30); in TestCalendarPickerTextStyle001()
28 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_2].i32, in TestCalendarPickerTextStyle001()
36 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestCalendarPickerTextStyle002() local
37 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCalendarPickerTextStyle002()
40 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_ in TestCalendarPickerTextStyle002()
50 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestCalendarPickerTextStyle003() local
64 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestCalendarPickerTextStyle004() local
78 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestCalendarPickerTextStyle005() local
92 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestCalendarPickerTextStyle006() local
106 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestCalendarPickerTextStyle007() local
120 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestCalendarPickerTextStyle008() local
134 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestCalendarPickerTextStyle009() local
148 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestCalendarPickerTextStyle010() local
162 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestCalendarPickerTextStyle011() local
176 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestCalendarPickerTextStyle012() local
190 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestCalendarPickerTextStyle013() local
204 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestCalendarPickerTextStyle014() local
218 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestCalendarPickerTextStyle015() local
232 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = PARAM_NEGATIVE_1}, {.i32 = PARAM_NEGATIVE_1}}; TestCalendarPickerTextStyle016() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java38 * String value read from the data file. For example, there is a setLocale(String) method
71 * The value to format as a string. For example 1234.5 would be "1234.5"
76 * The formatted value.
241 T value = map.get(key); in fromString()
242 if (value == null) { in fromString()
243 throw new IllegalArgumentException("Bad value: "+ key); in fromString()
245 return value; in fromString()
251 public void setLocale(String value) { in setLocale() argument
252 locale = new ULocale(value); in setLocale()
255 public void setCurrency(String value) { in setCurrency() argument
259 setPattern(String value) setPattern() argument
263 setFormat(String value) setFormat() argument
267 setOutput(String value) setOutput() argument
271 setComment(String value) setComment() argument
275 setMinIntegerDigits(String value) setMinIntegerDigits() argument
279 setMaxIntegerDigits(String value) setMaxIntegerDigits() argument
283 setMinFractionDigits(String value) setMinFractionDigits() argument
287 setMaxFractionDigits(String value) setMaxFractionDigits() argument
291 setMinGroupingDigits(String value) setMinGroupingDigits() argument
295 setBreaks(String value) setBreaks() argument
299 setUseSigDigits(String value) setUseSigDigits() argument
303 setMinSigDigits(String value) setMinSigDigits() argument
307 setMaxSigDigits(String value) setMaxSigDigits() argument
311 setUseGrouping(String value) setUseGrouping() argument
315 setMultiplier(String value) setMultiplier() argument
319 setRoundingIncrement(String value) setRoundingIncrement() argument
323 setFormatWidth(String value) setFormatWidth() argument
327 setPadCharacter(String value) setPadCharacter() argument
331 setUseScientific(String value) setUseScientific() argument
335 setGrouping(String value) setGrouping() argument
339 setGrouping2(String value) setGrouping2() argument
343 setRoundingMode(String value) setRoundingMode() argument
347 setCurrencyUsage(String value) setCurrencyUsage() argument
351 setMinimumExponentDigits(String value) setMinimumExponentDigits() argument
355 setExponentSignAlwaysShown(String value) setExponentSignAlwaysShown() argument
359 setDecimalSeparatorAlwaysShown(String value) setDecimalSeparatorAlwaysShown() argument
363 setPadPosition(String value) setPadPosition() argument
367 setPositivePrefix(String value) setPositivePrefix() argument
371 setPositiveSuffix(String value) setPositiveSuffix() argument
375 setNegativePrefix(String value) setNegativePrefix() argument
379 setNegativeSuffix(String value) setNegativeSuffix() argument
383 setSignAlwaysShown(String value) setSignAlwaysShown() argument
387 setLocalizedPattern(String value) setLocalizedPattern() argument
391 setToPattern(String value) setToPattern() argument
395 setToLocalizedPattern(String value) setToLocalizedPattern() argument
399 setStyle(String value) setStyle() argument
403 setParse(String value) setParse() argument
407 setLenient(String value) setLenient() argument
411 setPlural(String value) setPlural() argument
415 setParseIntegerOnly(String value) setParseIntegerOnly() argument
419 setParseCaseSensitive(String value) setParseCaseSensitive() argument
423 setDecimalPatternMatchRequired(String value) setDecimalPatternMatchRequired() argument
427 setParseNoExponent(String value) setParseNoExponent() argument
431 setOutputCurrency(String value) setOutputCurrency() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java40 * String value read from the data file. For example, there is a setLocale(String) method
74 * The value to format as a string. For example 1234.5 would be "1234.5"
79 * The formatted value.
244 T value = map.get(key); in fromString()
245 if (value == null) { in fromString()
246 throw new IllegalArgumentException("Bad value: "+ key); in fromString()
248 return value; in fromString()
254 public void setLocale(String value) { in setLocale() argument
255 locale = new ULocale(value); in setLocale()
258 public void setCurrency(String value) { in setCurrency() argument
262 setPattern(String value) setPattern() argument
266 setFormat(String value) setFormat() argument
270 setOutput(String value) setOutput() argument
274 setComment(String value) setComment() argument
278 setMinIntegerDigits(String value) setMinIntegerDigits() argument
282 setMaxIntegerDigits(String value) setMaxIntegerDigits() argument
286 setMinFractionDigits(String value) setMinFractionDigits() argument
290 setMaxFractionDigits(String value) setMaxFractionDigits() argument
294 setMinGroupingDigits(String value) setMinGroupingDigits() argument
298 setBreaks(String value) setBreaks() argument
302 setUseSigDigits(String value) setUseSigDigits() argument
306 setMinSigDigits(String value) setMinSigDigits() argument
310 setMaxSigDigits(String value) setMaxSigDigits() argument
314 setUseGrouping(String value) setUseGrouping() argument
318 setMultiplier(String value) setMultiplier() argument
322 setRoundingIncrement(String value) setRoundingIncrement() argument
326 setFormatWidth(String value) setFormatWidth() argument
330 setPadCharacter(String value) setPadCharacter() argument
334 setUseScientific(String value) setUseScientific() argument
338 setGrouping(String value) setGrouping() argument
342 setGrouping2(String value) setGrouping2() argument
346 setRoundingMode(String value) setRoundingMode() argument
350 setCurrencyUsage(String value) setCurrencyUsage() argument
354 setMinimumExponentDigits(String value) setMinimumExponentDigits() argument
358 setExponentSignAlwaysShown(String value) setExponentSignAlwaysShown() argument
362 setDecimalSeparatorAlwaysShown(String value) setDecimalSeparatorAlwaysShown() argument
366 setPadPosition(String value) setPadPosition() argument
370 setPositivePrefix(String value) setPositivePrefix() argument
374 setPositiveSuffix(String value) setPositiveSuffix() argument
378 setNegativePrefix(String value) setNegativePrefix() argument
382 setNegativeSuffix(String value) setNegativeSuffix() argument
386 setSignAlwaysShown(String value) setSignAlwaysShown() argument
390 setLocalizedPattern(String value) setLocalizedPattern() argument
394 setToPattern(String value) setToPattern() argument
398 setToLocalizedPattern(String value) setToLocalizedPattern() argument
402 setStyle(String value) setStyle() argument
406 setParse(String value) setParse() argument
410 setLenient(String value) setLenient() argument
414 setPlural(String value) setPlural() argument
418 setParseIntegerOnly(String value) setParseIntegerOnly() argument
422 setParseCaseSensitive(String value) setParseCaseSensitive() argument
426 setDecimalPatternMatchRequired(String value) setDecimalPatternMatchRequired() argument
430 setParseNoExponent(String value) setParseNoExponent() argument
434 setOutputCurrency(String value) setOutputCurrency() argument
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A Dwebgpu_absl_format.cpp29 AbslFormatConvert(const Color* value, in AbslFormatConvert() argument
32 if (value == nullptr) { in AbslFormatConvert()
37 value->r, value->g, value->b, value->a)); in AbslFormatConvert()
42 AbslFormatConvert(const Extent3D* value, in AbslFormatConvert() argument
45 if (value == nullptr) { in AbslFormatConvert()
50 value->width, value in AbslFormatConvert()
55 AbslFormatConvert(const Origin3D* value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
72 AbslFormatConvert(const DeviceBase* value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
89 AbslFormatConvert(const ApiObjectBase* value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
110 AbslFormatConvert(const TextureViewBase* value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
[all...]
/third_party/node/lib/internal/
H A Dbuffer.js60 function checkInt(value, min, max, buf, offset, byteLength) {
61 if (value > max || value < min) {
74 throw new ERR_OUT_OF_RANGE('value', range, value);
79 function boundsError(value, length, type) {
80 if (MathFloor(value) !== value) {
81 validateNumber(value, type);
82 throw new ERR_OUT_OF_RANGE(type || 'offset', 'an integer', value);
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dtests.py25 def test_odd(value):
27 return value % 2 == 1
30 def test_even(value):
32 return value % 2 == 0
35 def test_divisibleby(value, num):
37 return value % num == 0
40 def test_defined(value):
46 value of variable: {{ variable }}
54 return not isinstance(value, Undefined)
57 def test_undefined(value)
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_placeholderfont_test.cpp29 ArkUI_NumberValue value[] = { in TestTextAreaPlaceHolderFont001() local
31 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextAreaPlaceHolderFont001()
35 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_0].f32, FONT_SIZE); in TestTextAreaPlaceHolderFont001()
36 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_1].i32, in TestTextAreaPlaceHolderFont001()
38 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_2].i32, in TestTextAreaPlaceHolderFont001()
46 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_NORMAL}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; in TestTextAreaPlaceHolderFont002() local
47 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextAreaPlaceHolderFont002()
51 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_ in TestTextAreaPlaceHolderFont002()
62 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextAreaPlaceHolderFont003() local
75 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextAreaPlaceHolderFont004() local
88 ArkUI_NumberValue value[] = {}; TestTextAreaPlaceHolderFont005() local
100 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W100}}; TestTextAreaPlaceHolderFont006() local
116 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W200}}; TestTextAreaPlaceHolderFont007() local
132 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestTextAreaPlaceHolderFont008() local
148 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextAreaPlaceHolderFont009() local
164 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextAreaPlaceHolderFont010() local
180 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextAreaPlaceHolderFont011() local
196 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextAreaPlaceHolderFont012() local
212 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextAreaPlaceHolderFont013() local
228 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextAreaPlaceHolderFont014() local
244 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextAreaPlaceHolderFont015() local
260 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestTextAreaPlaceHolderFont016() local
276 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextAreaPlaceHolderFont017() local
292 ArkUI_NumberValue value[] = { TestTextAreaPlaceHolderFont018() local
309 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextAreaPlaceHolderFont019() local
325 ArkUI_NumberValue value[] = { TestTextAreaPlaceHolderFont020() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_placeholderfont_test.cpp29 ArkUI_NumberValue value[] = { in TestTextInputPlaceHolderFont001() local
31 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextInputPlaceHolderFont001()
35 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_0].f32, FONT_SIZE); in TestTextInputPlaceHolderFont001()
36 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_1].i32, in TestTextInputPlaceHolderFont001()
38 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_2].i32, in TestTextInputPlaceHolderFont001()
46 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_NORMAL}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; in TestTextInputPlaceHolderFont002() local
47 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextInputPlaceHolderFont002()
51 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_ in TestTextInputPlaceHolderFont002()
62 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextInputPlaceHolderFont003() local
75 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextInputPlaceHolderFont004() local
88 ArkUI_NumberValue value[] = {}; TestTextInputPlaceHolderFont005() local
100 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W100}}; TestTextInputPlaceHolderFont006() local
116 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W200}}; TestTextInputPlaceHolderFont007() local
132 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestTextInputPlaceHolderFont008() local
148 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextInputPlaceHolderFont009() local
164 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextInputPlaceHolderFont010() local
180 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextInputPlaceHolderFont011() local
196 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextInputPlaceHolderFont012() local
212 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextInputPlaceHolderFont013() local
228 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextInputPlaceHolderFont014() local
244 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextInputPlaceHolderFont015() local
260 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestTextInputPlaceHolderFont016() local
276 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextInputPlaceHolderFont017() local
292 ArkUI_NumberValue value[] = { TestTextInputPlaceHolderFont018() local
309 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextInputPlaceHolderFont019() local
325 ArkUI_NumberValue value[] = { TestTextInputPlaceHolderFont020() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcompressed-slots-inl.h25 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location()); in contains_value() local
26 return static_cast<uint32_t>(value) == in contains_value()
38 Tagged_t value = *location(); in operator *() local
39 return Object(DecompressTaggedAny(address(), value)); in operator *()
43 Tagged_t value = *location(); in load() local
44 return Object(DecompressTaggedAny(cage_base, value)); in load()
47 void CompressedObjectSlot::store(Object value) const { in store()
48 *location() = CompressTagged(value.ptr()); in store()
66 AtomicTagged_t value = AsAtomicTagged::Acquire_Load(location()); in Acquire_Load() local
67 return Object(DecompressTaggedAny(address(), value)); in Acquire_Load()
71 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location()); Relaxed_Load() local
76 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location()); Relaxed_Load() local
104 Tagged_t value = *location(); operator *() local
109 Tagged_t value = *location(); load() local
118 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location()); Relaxed_Load() local
124 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location()); Relaxed_Load() local
145 Tagged_t value = *location(); operator *() local
151 Tagged_t value = *location(); load() local
160 Tagged_t value = *location(); ToHeapObject() local
174 Tagged_t value = *location(); load() local
184 AtomicTagged_t value = AsAtomicTagged::Relaxed_Load(location()); Relaxed_Load() local
190 AtomicTagged_t value = AsAtomicTagged::Acquire_Load(location()); Acquire_Load() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_blendmode_test.cpp26 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; in TestCustomComponentBlendMode001() local
28 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentBlendMode001()
31 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_0].i32, customType); in TestCustomComponentBlendMode001()
32 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_1].i32, customApplyType); in TestCustomComponentBlendMode001()
42 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; in TestCustomComponentBlendMode002() local
44 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentBlendMode002()
47 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_0].i32, customType); in TestCustomComponentBlendMode002()
48 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_ in TestCustomComponentBlendMode002()
58 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode003() local
74 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode004() local
90 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode005() local
106 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode006() local
122 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode007() local
138 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode008() local
154 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode009() local
170 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode010() local
186 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode011() local
202 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode012() local
218 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode013() local
234 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode014() local
250 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode015() local
266 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode016() local
282 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode017() local
298 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode018() local
314 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode019() local
330 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode020() local
346 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode021() local
362 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode022() local
378 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode023() local
394 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode024() local
410 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode025() local
426 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode026() local
442 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode027() local
458 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode028() local
474 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode029() local
490 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode030() local
506 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode031() local
522 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode032() local
538 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode033() local
554 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode034() local
570 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode035() local
586 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode036() local
602 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode037() local
618 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode038() local
634 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode039() local
650 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode040() local
666 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode041() local
682 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode042() local
698 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode043() local
714 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode044() local
730 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode045() local
746 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode046() local
762 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode047() local
778 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode048() local
794 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode049() local
810 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode050() local
826 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode051() local
842 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode052() local
858 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode053() local
874 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode054() local
890 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode055() local
906 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode056() local
922 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode057() local
938 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode058() local
954 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode059() local
970 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode060() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_blendmode_test.cpp26 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; in TestCommonAttrsBlendMode001() local
28 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsBlendMode001()
31 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_0].i32, blendModeType); in TestCommonAttrsBlendMode001()
32 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_1].i32, blendModeApplyType); in TestCommonAttrsBlendMode001()
42 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; in TestCommonAttrsBlendMode002() local
44 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsBlendMode002()
47 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_0].i32, blendModeType); in TestCommonAttrsBlendMode002()
48 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_ in TestCommonAttrsBlendMode002()
58 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode003() local
74 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode004() local
90 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode005() local
106 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode006() local
122 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode007() local
138 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode008() local
154 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode009() local
170 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode010() local
186 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode011() local
202 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode012() local
218 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode013() local
234 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode014() local
250 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode015() local
266 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode016() local
282 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode017() local
298 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode018() local
314 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode019() local
330 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode020() local
346 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode021() local
362 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode022() local
378 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode023() local
394 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode024() local
410 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode025() local
426 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode026() local
442 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode027() local
458 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode028() local
474 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode029() local
490 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode030() local
506 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode031() local
522 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode032() local
538 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode033() local
554 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode034() local
570 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode035() local
586 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode036() local
602 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode037() local
618 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode038() local
634 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode039() local
650 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode040() local
666 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode041() local
682 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode042() local
698 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode043() local
714 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode044() local
730 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode045() local
746 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode046() local
762 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode047() local
778 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode048() local
794 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode049() local
810 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode050() local
826 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode051() local
842 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode052() local
858 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode053() local
874 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode054() local
890 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode055() local
906 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode056() local
922 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode057() local
938 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode058() local
954 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode059() local
970 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode060() local
[all...]
/test/xts/acts/security/huks/security_huks_basic/utils/param/signverify/
H A DpublicSignverifyParam.js20 value: DSA_COMMON_SIZE,
24 value: param.HksKeySize.HKS_DSA_KEY_SIZE_512,
28 value: param.HksKeySize.HKS_DSA_KEY_SIZE_1024,
32 value: param.HksKeyAlg.HKS_ALG_DSA,
36 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_SIGN,
40 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_VERIFY,
44 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
48 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
52 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
56 value
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_pack.py45 '''Only pick the first matching value to avoid l8 getting blue and i8 getting alpha'''
234 def value_to_native(type, value):
235 '''Get the value of unity for this type.'''
238 and isinstance(value, int):
239 return truncate_mantissa(value, 23)
240 return value
242 return int(value * (1 << (type.size // 2)))
244 return int(value)
246 return int(value * ((1 << type.size) - 1))
248 return int(value * ((
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/signverify/
H A DpublicSignverifyParam.js21 value: DSA_COMMON_SIZE,
25 value: param.HksKeySize.HKS_DSA_KEY_SIZE_512,
29 value: param.HksKeySize.HKS_DSA_KEY_SIZE_1024,
33 value: param.HksKeyAlg.HKS_ALG_DSA,
37 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_SIGN,
41 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_VERIFY,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
49 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
53 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
57 value
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_utf8.c19 * to the string and the length of the string. It sets 'value' to the value of
31 unsigned long value; in UTF8_getc() local
37 /* Check syntax and work out the encoded value (if correct) */ in UTF8_getc()
39 value = *p++ & 0x7f; in UTF8_getc()
46 value = (*p++ & 0x1f) << 6; in UTF8_getc()
47 value |= *p++ & 0x3f; in UTF8_getc()
48 if (value < 0x80) in UTF8_getc()
57 value = (*p++ & 0xf) << 12; in UTF8_getc()
58 value | in UTF8_getc()
93 UTF8_putc(unsigned char *str, int len, unsigned long value) UTF8_putc() argument
[all...]
/third_party/openssl/crypto/asn1/
H A Da_utf8.c19 * to the string and the length of the string. It sets 'value' to the value of
31 unsigned long value; in UTF8_getc() local
37 /* Check syntax and work out the encoded value (if correct) */ in UTF8_getc()
39 value = *p++ & 0x7f; in UTF8_getc()
46 value = (*p++ & 0x1f) << 6; in UTF8_getc()
47 value |= *p++ & 0x3f; in UTF8_getc()
48 if (value < 0x80) in UTF8_getc()
57 value = (*p++ & 0xf) << 12; in UTF8_getc()
58 value | in UTF8_getc()
93 UTF8_putc(unsigned char *str, int len, unsigned long value) UTF8_putc() argument
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_font_test.cpp23 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_1].i32, ARKUI_FONT_WEIGHT_NORMAL); in TestTextFont001()
24 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_2].i32, ARKUI_FONT_STYLE_NORMAL); in TestTextFont001()
32 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W100}, {.i32 = ARKUI_FONT_STYLE_NORMAL}}; in TestTextFont002() local
33 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextFont002()
37 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_0].f32, sizeValue); in TestTextFont002()
38 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_1].i32, ARKUI_FONT_WEIGHT_W100); in TestTextFont002()
39 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_2].i32, ARKUI_FONT_STYLE_NORMAL); in TestTextFont002()
52 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W200}, {.i32 = ARKUI_FONT_STYLE_ITALIC}}; in TestTextFont003() local
53 ArkUI_AttributeItem valueItem = {value, sizeo in TestTextFont003()
66 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestTextFont004() local
79 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextFont005() local
92 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextFont006() local
105 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextFont007() local
118 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextFont008() local
131 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextFont009() local
144 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextFont010() local
157 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextFont011() local
170 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestTextFont012() local
183 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextFont013() local
196 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestTextFont014() local
209 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextFont015() local
222 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestTextFont016() local
236 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = exceptionValue}, {.i32 = exceptionValue}}; TestTextFont017() local
252 ArkUI_NumberValue value[] = {{.f32 = sizeValue}}; TestTextFont018() local
[all...]
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_monkeyYaml.py39 value = result.group(2).strip()
40 (lines, value) = myReadValue(lines, value, indent)
41 dict[key] = value
51 def myReadValue(lines, value, indent):
52 if value == ">" or value == "|":
53 (lines, value) = myMultiline(lines, value == "|")
54 value
[all...]

Completed in 15 milliseconds

12345678910>>...658