Home
last modified time | relevance | path

Searched refs:value (Results 876 - 900 of 16563) sorted by relevance

1...<<31323334353637383940>>...663

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DOptional.h11 // a value can be optional.
35 template <typename T, bool = is_trivially_copyable<T>::value>
39 T value; member
50 emplace(other.value); in OptionalStorage()
55 emplace(std::move(other.value)); in OptionalStorage()
61 : value(std::forward<Args>(args)...), hasVal(true) {} in OptionalStorage()
65 value.~T();
74 return value;
78 return value;
83 return std::move(value);
144 T value; global() member
283 getValueOr(U &&value) getValueOr() argument
[all...]
/device/soc/hisilicon/common/platform/spi/
H A Dspi_hi35xx.c125 uint32_t value; in SpiCfgCs() local
134 value = OSAL_READL(pl022->regMiscCtrl); in SpiCfgCs()
135 value &= ~pl022->miscCtrlCs; in SpiCfgCs()
136 value |= (cs << pl022->miscCtrlCsShift); in SpiCfgCs()
137 OSAL_WRITEL(value, pl022->regMiscCtrl); in SpiCfgCs()
143 uint32_t value; in SpiHwInitCfg() local
145 value = OSAL_READL(pl022->regCrg); in SpiHwInitCfg()
146 value &= ~pl022->clkRstBit; in SpiHwInitCfg()
147 value |= pl022->clkEnBit; in SpiHwInitCfg()
148 OSAL_WRITEL(value, pl02 in SpiHwInitCfg()
154 uint32_t value; SpiHwExitCfg() local
165 uint32_t value; Pl022Enable() local
174 uint32_t value; Pl022Disable() local
183 uint32_t value; Pl022ConfigCPSR() local
194 uint32_t value; Pl022ConfigCR0() local
214 uint32_t value; Pl022ConfigCR1() local
231 uint32_t value; Pl022ConfigDma() local
254 unsigned long value; Pl022ConfigIrq() local
309 unsigned long value; Pl022CheckTimeout() local
327 uint32_t value; Pl022FlushFifo() local
362 unsigned long value; Pl022WriteFifo() local
376 unsigned long value; Pl022ReadFifo() local
863 unsigned long value; Pl022IrqHandleNoShare() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DimportCallExpressionNestedCJS.js13 Object.defineProperty(exports, "__esModule", { value: true });
17 function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
19 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
20 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
21 function step(result) { result.done ? resolve(result.value)
[all...]
H A DtypeInferenceFBoundedTypeParams.js4 function fold<a, r>(values: a[], result: r, fold: (result: r, value: a) => r): r {
5 for (let value of values) {
6 result = fold(result, value);
11 function append<a, b extends a>(values: a[], value: b): a[] {
12 values.push(value);
19 (result, value) => append(
30 var value = values_1[_i];
31 result = fold(result, value);
35 function append(values, value) {
36 values.push(value);
[all...]
H A Demitter.forAwait(target=es2017).js58 function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
59 function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
66 _c = y_1_1.value;
89 function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
90 function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
97 _c = y_1_1.value;
120 function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
121 function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
130 function step(r) { r.value instanceof __await ? Promise.resolve(r.value
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl57 # Win64 prologue copies %rsp value to %rax. For further details
61 # is declared as non 64-bit value, do clear its upper part.
249 $self->{value} = $1;
258 $self->{value} =~ s/\b(0b[0-1]+)/oct($1)/eig;
261 # in $self->{value}
262 my $value = $self->{value};
264 $value =~ s/(?<![\w\$\.])(0x?[0-9a-f]+)/oct($1)/egi;
265 if ($value =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg) {
266 $self->{value}
[all...]
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl57 # Win64 prologue copies %rsp value to %rax. For further details
61 # is declared as non 64-bit value, do clear its upper part.
244 $self->{value} = $1;
253 $self->{value} =~ s/\b(0b[0-1]+)/oct($1)/eig;
256 # in $self->{value}
257 my $value = $self->{value};
259 $value =~ s/(?<![\w\$\.])(0x?[0-9a-f]+)/oct($1)/egi;
260 if ($value =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg) {
261 $self->{value}
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_yara_driver.py72 final_risk = OHYaraConfig.PASS.value
116 if self.tool_hap_info.get(OHYaraConfig.CLEANUP_APPS.value):
117 cmd = ["uninstall", self.tool_hap_info.get(OHYaraConfig.BUNDLE_NAME.value)]
120 self.tool_hap_info.get(OHYaraConfig.BUNDLE_NAME.value), result))
147 # default value
149 OHYaraConfig.HAP_FILE.value: "sststool.hap",
150 OHYaraConfig.BUNDLE_NAME.value: "com.example.sststool",
151 OHYaraConfig.CLEANUP_APPS.value: "true"
156 self.tool_hap_info[OHYaraConfig.HAP_FILE.value] = \
157 tool_hap_info.get(OHYaraConfig.HAP_FILE.value, "sststoo
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dcorepropsbuilder.cpp72 i0..i3 all have the same value in format versions 4.0 and higher;
108 A (Script code, Script_Extensions index) pair is the main UScriptCode (Script value)
110 If the propsVectors[] column 0 value indicates that there are Script_Extensions,
113 indicate whether the main Script value is Common or Inherited (and the index is to a list)
114 vs. another value (and the index is to a pair).
144 6..15 numeric type and value (ntv)
146 Encoding of numeric type and value in the 10-bit ntv field:
147 ntv type value
154 ntv value
287 The value i
364 encodeFractional20(int32_t value, int32_t den) encodeFractional20() argument
386 encodeFractional32(int32_t value, int32_t den) encodeFractional32() argument
421 int32_t value=0, den=0, exp=0, ntv=0; encodeNumericValue() local
570 uint32_t value= setGcAndNumeric() local
672 uint32_t value= props.binProps[p2b.prop] ? mask : 0; setProps() local
685 uint32_t value=(uint32_t)(props.getIntProp(p2e.prop)<<p2e.vecShift); setProps() local
718 uint32_t value=splitScriptCodeOrIndex(script); setProps() local
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmetadata.py204 # matter, but since the missing value has to be an empty str
205 # and our return value is dict[str, str], if we let the key
206 # be the missing value, then they'd have multiple '' values that
339 value = []
375 value.append(str(email.header.make_header(chunks)))
378 value.append(h)
384 unparsed[name] = value
396 unparsed[name] = value
400 # value is a list of a single item. If it is then we'll assume that
407 if raw_name in _STRING_FIELDS and len(value)
[all...]
/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp214 SkPDFUnion SkPDFUnion::Int(int32_t value) { in Int() argument
215 return SkPDFUnion(Type::kInt, value); in Int()
218 SkPDFUnion SkPDFUnion::ColorComponent(uint8_t value) { in ColorComponent() argument
219 return SkPDFUnion(Type::kColorComponent, SkTo<int32_t>(value)); in ColorComponent()
222 SkPDFUnion SkPDFUnion::ColorComponentF(float value) { in ColorComponentF() argument
223 return SkPDFUnion(Type::kColorComponentF, SkFloatToScalar(value)); in ColorComponentF()
226 SkPDFUnion SkPDFUnion::Bool(bool value) { in Bool() argument
227 return SkPDFUnion(Type::kBool, value); in Bool()
230 SkPDFUnion SkPDFUnion::Scalar(SkScalar value) { in Scalar() argument
231 return SkPDFUnion(Type::kScalar, value); in Scalar()
234 Name(const char* value) Name() argument
240 String(const char* value) String() argument
294 append(SkPDFUnion&& value) append() argument
298 appendInt(int32_t value) appendInt() argument
302 appendColorComponent(uint8_t value) appendColorComponent() argument
306 appendBool(bool value) appendBool() argument
310 appendScalar(SkScalar value) appendScalar() argument
322 appendString(SkString value) appendString() argument
326 appendString(const char value[]) appendString() argument
384 insertBool(const char key[], bool value) insertBool() argument
388 insertInt(const char key[], int32_t value) insertInt() argument
392 insertInt(const char key[], size_t value) insertInt() argument
396 insertColorComponentF(const char key[], SkScalar value) insertColorComponentF() argument
400 insertScalar(const char key[], SkScalar value) insertScalar() argument
412 insertString(const char key[], const char value[]) insertString() argument
416 insertString(const char key[], SkString value) insertString() argument
[all...]
/third_party/benchmark/test/
H A Doutput_test.h159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \
161 (entry.getfn< var_type >(var_name), (value)) << "\n" \
166 << " to be " #relationship " to " << (value) << "\n"
169 // interpreted relative to value (eg, 0.1 means 10% of value).
170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_factor) \
172 (entry.getfn< var_type >(var_name), (value), (eps_factor) * (value)) << "\n" \
177 << " to be " #relationship " to " << (value) << "\n" \
179 << "with tolerance of " << (eps_factor) * (value) \
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatterSettings.java52 private final Object value; field in NumberFormatterSettings
55 NumberFormatterSettings(NumberFormatterSettings<?> parent, int key, Object value) { in NumberFormatterSettings() argument
58 this.value = value; in NumberFormatterSettings()
75 * Pass this method the return value of a {@link Notation} factory method. For example:
185 * Pass this method the return value of one of the factory methods on {@link Precision}. For example:
271 * Pass this method the return value of {@link IntegerWidth#zeroFillTo(int)}. For example:
455 * <li>Multiply by an arbitrary value: useful for unit conversions.
530 /* package-protected */ abstract T create(int key, Object value); in create() argument
545 macros.fallback((MacroProps) current.value); in resolve()
[all...]
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp85 bool CCommonMethodProps::SetCommonProperty(const UString &name, const PROPVARIANT &value, HRESULT &hres) in SetCommonProperty() argument
94 hres = ParseMtProp2(name.Ptr(2), value, _numThreads, _numThreads_WasForced); in SetCommonProperty()
103 if (!ParseSizeString(name.Ptr(6), value, _memAvail, v)) in SetCommonProperty()
117 static void SetMethodProp32(CMethodProps &m, PROPID propID, UInt32 value) in SetMethodProp32() argument
120 m.AddProp32(propID, value); in SetMethodProp32()
132 static void SetMethodProp32_Replace(CMethodProps &m, PROPID propID, UInt32 value) in SetMethodProp32_Replace() argument
138 val = (UInt32)value; in SetMethodProp32_Replace()
141 m.AddProp32(propID, value); in SetMethodProp32_Replace()
174 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() argument
185 return ParsePropToUInt32(name, value, _leve in SetProperty()
243 SetProperty(const wchar_t *name2, const PROPVARIANT &value) SetProperty() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_sbag.c37 return bag->value.keybag; in PKCS12_SAFEBAG_get0_p8inf()
44 return bag->value.shkeybag; in PKCS12_SAFEBAG_get0_pkcs8()
52 return bag->value.safes; in STACK_OF()
71 return OBJ_obj2nid(bag->value.bag->type); in PKCS12_SAFEBAG_get_bag_nid()
76 return bag->value.bag->type; in PKCS12_SAFEBAG_get0_bag_type()
81 return bag->value.bag->value.other; in PKCS12_SAFEBAG_get0_bag_obj()
88 if (OBJ_obj2nid(bag->value.bag->type) != NID_x509Certificate) in PKCS12_SAFEBAG_get1_cert()
90 return ASN1_item_unpack(bag->value.bag->value in PKCS12_SAFEBAG_get1_cert()
116 PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len) PKCS12_SAFEBAG_create_secret() argument
[all...]
/third_party/openssl/crypto/pkcs12/
H A Dp12_sbag.c37 return bag->value.keybag; in PKCS12_SAFEBAG_get0_p8inf()
44 return bag->value.shkeybag; in PKCS12_SAFEBAG_get0_pkcs8()
52 return bag->value.safes; in STACK_OF()
71 return OBJ_obj2nid(bag->value.bag->type); in PKCS12_SAFEBAG_get_bag_nid()
76 return bag->value.bag->type; in PKCS12_SAFEBAG_get0_bag_type()
81 return bag->value.bag->value.other; in PKCS12_SAFEBAG_get0_bag_obj()
88 if (OBJ_obj2nid(bag->value.bag->type) != NID_x509Certificate) in PKCS12_SAFEBAG_get1_cert()
90 return ASN1_item_unpack(bag->value.bag->value in PKCS12_SAFEBAG_get1_cert()
116 PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len) PKCS12_SAFEBAG_create_secret() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp116 int64_t atomicExchange(int64_t volatile *target, int64_t value);
117 int atomicExchange(int volatile *target, int value);
120 int atomicIncrement(int volatile *value);
121 int atomicDecrement(int volatile *value);
122 int atomicAdd(int volatile *target, int value);
238 inline int64_t atomicExchange(volatile int64_t *target, int64_t value) in atomicExchange() argument
241 return InterlockedExchange64(target, value); in atomicExchange()
244 __asm__ __volatile__("lock; xchg8 %x0,(%x1)" : "=r" (ret) :"r" (target), "0" (value) : "memory" ); in atomicExchange()
249 inline int atomicExchange(volatile int *target, int value) in atomicExchange() argument
252 return InterlockedExchange((volatile long*)target, (long)value); in atomicExchange()
261 atomicIncrement(volatile int *value) atomicIncrement() argument
270 atomicDecrement(volatile int *value) atomicDecrement() argument
279 atomicAdd(volatile int* target, int value) atomicAdd() argument
[all...]
/third_party/node/src/
H A Djsvm.h306 * to the global object.The value of this is global within the script.
310 * @param result: The value resulting from having executed the script.
360 * @brief This API throws the JavaScript value provided.
363 * @param error: The JavaScript value to be thrown.
426 * @param value: The JSVM_Value to be checked.
427 * @param result: Boolean value that is set to true if JSVM_Value represents an error,
433 JSVM_Value value,
511 * @param result: Boolean value that is set to true if an exception is pending.
582 * @brief This API creates a new reference with the specified reference count to the value passed in.
585 * @param value
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_scrollbar_test.cpp26 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_SCROLL_BAR_DISPLAY_MODE)->value[PARAM_0].i32, in TestScrollScrollBar001()
34 ArkUI_NumberValue value[] = {{.i32 = ARKUI_SCROLL_BAR_DISPLAY_MODE_OFF}}; in TestScrollScrollBar002() local
35 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestScrollScrollBar002()
38 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_SCROLL_BAR_DISPLAY_MODE)->value[PARAM_0].i32, in TestScrollScrollBar002()
46 ArkUI_NumberValue value[] = {{.i32 = ARKUI_SCROLL_BAR_DISPLAY_MODE_ON}}; in TestScrollScrollBar003() local
47 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestScrollScrollBar003()
50 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_SCROLL_BAR_DISPLAY_MODE)->value[PARAM_0].i32, in TestScrollScrollBar003()
59 ArkUI_NumberValue value[] in TestScrollScrollBar004() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_textcase_test.cpp23 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_CASE)->value[PARAM_1].i32, ARKUI_TEXT_CASE_NORMAL); in TestTextTextCase001()
30 ArkUI_NumberValue value[] = {{.i32 = ARKUI_TEXT_CASE_LOWER}}; in TestTextTextCase002() local
31 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextTextCase002()
34 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_CASE)->value[PARAM_0].i32, ARKUI_TEXT_CASE_LOWER); in TestTextTextCase002()
41 ArkUI_NumberValue value[] = {{.i32 = ARKUI_TEXT_CASE_UPPER}}; in TestTextTextCase003() local
42 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextTextCase003()
45 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_CASE)->value[PARAM_0].i32, ARKUI_TEXT_CASE_UPPER); in TestTextTextCase003()
53 ArkUI_NumberValue value[] in TestTextTextCase004() local
[all...]
H A Dtext_visibility_test.cpp23 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_VISIBILITY)->value[PARAM_1].i32, ARKUI_VISIBILITY_VISIBLE); in TestTextVisibility001()
30 ArkUI_NumberValue value[] = {{.i32 = ARKUI_VISIBILITY_HIDDEN}}; in TestTextVisibility002() local
31 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextVisibility002()
33 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_VISIBILITY)->value[PARAM_0].i32, ARKUI_VISIBILITY_HIDDEN); in TestTextVisibility002()
41 ArkUI_NumberValue value[] = {{.i32 = ARKUI_VISIBILITY_NONE}}; in TestTextVisibility003() local
42 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextVisibility003()
44 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_VISIBILITY)->value[PARAM_0].i32, ARKUI_VISIBILITY_NONE); in TestTextVisibility003()
53 ArkUI_NumberValue value[] in TestTextVisibility004() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/
H A Dtextpicker_range_test.cpp22 ASSERT_EQ(nodeAPI->getAttribute(textPicker, NODE_TEXT_PICKER_OPTION_RANGE)->value[PARAM_0].i32, in TestTextPickerRange001()
29 ArkUI_NumberValue value[] = {{.i32 = ARKUI_TEXTPICKER_RANGETYPE_SINGLE}}; in TestTextPickerRange002() local
30 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextPickerRange002()
34 ASSERT_EQ(nodeAPI->getAttribute(textPicker, NODE_TEXT_PICKER_OPTION_RANGE)->value[PARAM_0].i32, in TestTextPickerRange002()
42 ArkUI_NumberValue value[] = {{.i32 = ARKUI_TEXTPICKER_RANGETYPE_MULTI}}; in TestTextPickerRange003() local
43 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextPickerRange003()
47 ASSERT_EQ(nodeAPI->getAttribute(textPicker, NODE_TEXT_PICKER_OPTION_RANGE)->value[PARAM_0].i32, in TestTextPickerRange003()
55 ArkUI_NumberValue value[] in TestTextPickerRange004() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_scrollbar_test.cpp24 ArkUI_NumberValue value[] = {{.i32 = scrollBar}}; in TestListScrollBar001() local
25 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestListScrollBar001()
28 ASSERT_EQ(nodeAPI->getAttribute(list, NODE_SCROLL_BAR_DISPLAY_MODE)->value[PARAM_0].i32, scrollBar); in TestListScrollBar001()
37 ASSERT_EQ(nodeAPI->getAttribute(listDefault, NODE_SCROLL_BAR_DISPLAY_MODE)->value[PARAM_0].i32, scrollBar); in TestListScrollBar002()
45 ArkUI_NumberValue value[] = {{.i32 = scrollBar}}; in TestListScrollBar003() local
46 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestListScrollBar003()
49 ASSERT_EQ(nodeAPI->getAttribute(list, NODE_SCROLL_BAR_DISPLAY_MODE)->value[PARAM_0].i32, scrollBar); in TestListScrollBar003()
57 ArkUI_NumberValue value[] in TestListScrollBar004() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/
H A Ddatepicker_lunar_test.cpp22 ASSERT_EQ(nodeAPI->getAttribute(datePicker, NODE_DATE_PICKER_LUNAR)->value[PARAM_0].i32, PARAM_0); in TestDatePickerLunar001()
29 ArkUI_NumberValue value[] = {{.i32 = true}}; in TestDatePickerLunar002() local
30 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestDatePickerLunar002()
33 ASSERT_EQ(nodeAPI->getAttribute(datePicker, NODE_DATE_PICKER_LUNAR)->value[PARAM_0].i32, PARAM_1); in TestDatePickerLunar002()
40 ArkUI_NumberValue value[] = {{.i32 = false}}; in TestDatePickerLunar003() local
41 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestDatePickerLunar003()
44 ASSERT_EQ(nodeAPI->getAttribute(datePicker, NODE_DATE_PICKER_LUNAR)->value[PARAM_0].i32, PARAM_0); in TestDatePickerLunar003()
51 ArkUI_NumberValue value[] in TestDatePickerLunar004() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/timepicker/
H A Dtimepicker_usemilitarytime_test.cpp22 ASSERT_EQ(nodeAPI->getAttribute(timePicker, NODE_TIME_PICKER_USE_MILITARY_TIME)->value[PARAM_0].i32, PARAM_0); in TestTimePickerUseMilitaryTime001()
29 ArkUI_NumberValue value[] = {{.i32 = true}}; in TestTimePickerUseMilitaryTime002() local
30 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTimePickerUseMilitaryTime002()
33 ASSERT_EQ(nodeAPI->getAttribute(timePicker, NODE_TIME_PICKER_USE_MILITARY_TIME)->value[PARAM_0].i32, PARAM_1); in TestTimePickerUseMilitaryTime002()
40 ArkUI_NumberValue value[] = {{.i32 = false}}; in TestTimePickerUseMilitaryTime003() local
41 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTimePickerUseMilitaryTime003()
44 ASSERT_EQ(nodeAPI->getAttribute(timePicker, NODE_TIME_PICKER_USE_MILITARY_TIME)->value[PARAM_0].i32, PARAM_0); in TestTimePickerUseMilitaryTime003()
51 ArkUI_NumberValue value[] in TestTimePickerUseMilitaryTime004() local
[all...]

Completed in 13 milliseconds

1...<<31323334353637383940>>...663