Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/setting/
DSpProbesConfig.ts357 { value: 'accesscontrol', isSelect: false }, constant
358 { value: 'accessibility', isSelect: false }, constant
359 { value: 'account', isSelect: false }, constant
360 { value: 'ace', isSelect: true }, constant
361 { value: 'app', isSelect: true }, constant
362 { value: 'ark', isSelect: true }, constant
363 { value: 'binder', isSelect: true }, constant
364 { value: 'bluetooth', isSelect: false }, constant
365 { value: 'cloud', isSelect: false }, constant
366 { value: 'commonlibrary', isSelect: false }, constant
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/resources/base/element/
Dstring.json5 "value": "SmartPerf" string
9 "value": "SmartPerf" string
13 "value": "SmartPerf" string
17 "value": "SmartPerf" string
21 "value": "SmartPerf" string
25 "value": "登录" string
29 "value": "hap sample empty service" string
33 "value": "hap sample empty service" string
37 "value": "ETS_Empty Ability" string
41 "value": "entry_FloatWindowAbility" string
[all …]
Dcolor.json5 "value": "#B3193F" string
9 "value": "#ffffff" string
13 "value": "#80ffffff" string
17 "value": "#eeeeee" string
21 "value": "#80B3193F" string
25 "value": "#333333" string
29 "value": "#666666" string
33 "value": "#999999" string
/developtools/smartperf_host/smartperf_device/device_ui/entry/src/main/resources/base/element/
Dstring.json5 "value": "SmartPerf" string
9 "value": "SmartPerf" string
13 "value": "SmartPerf" string
17 "value": "SmartPerf" string
21 "value": "SmartPerf" string
25 "value": "登录" string
29 "value": "hap sample empty service" string
33 "value": "hap sample empty service" string
37 "value": "ETS_Empty Ability" string
41 "value": "entry_FloatWindowAbility" string
[all …]
Dcolor.json5 "value": "#B3193F" string
9 "value": "#ffffff" string
13 "value": "#80ffffff" string
17 "value": "#eeeeee" string
21 "value": "#80B3193F" string
25 "value": "#333333" string
29 "value": "#666666" string
33 "value": "#999999" string
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/
DDeserializerBase.h85 inline const char *getUnitName(int value) in getUnitName()
107 float value = std::strtof(string.chars, &suffixPtr); in parseDimension() local
150 inline void WriteToString(std::string *result, const InteropEmpty &value) in WriteToString()
164 inline void WriteToString(std::string *result, InteropTag value) in WriteToString()
171 inline void WriteToString(std::string *result, InteropNativePointer value) in WriteToString()
177 inline void WriteToString(std::string *result, InteropNodeHandle value) in WriteToString()
183 inline void WriteToString(std::string *result, InteropFunction value) in WriteToString()
191 inline void WriteToString(std::string *result, const InteropFunction* value) in WriteToString()
199 inline void WriteToString(std::string *result, const InteropMaterialized *value) in WriteToString()
218 inline void WriteToString(std::string *result, const InteropCallbackResource *value) in WriteToString()
[all …]
DSerializerBase.h42 inline InteropRuntimeType runtimeType(const InteropCustomObject& value) { in runtimeType()
47 inline InteropRuntimeType runtimeType(const InteropMaterialized& value) { in runtimeType()
129 void writeInt8(InteropInt8 value) { in writeInt8()
135 void writeInt32(InteropInt32 value) { in writeInt32()
152 void writeInt64(InteropInt64 value) { in writeInt64()
169 void writeUInt64(InteropUInt64 value) { in writeUInt64()
186 void writeFloat32(InteropFloat32 value) { in writeFloat32()
203 void writePointer(InteropNativePointer value) { in writePointer()
220 void writeFunction(InteropFunction value) { in writeFunction()
225 void writeNumber(InteropNumber value) { in writeNumber()
[all …]
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dbind.js43 function parseExp(value, functionFlag, isValue, out, nodeLoc) { argument
98 function parseExpList(value) { argument
133 function isExp(value) { argument
143 function containExp(value) { argument
153 function removeAllExpFix(value) { argument
163 function transCardArray(value) { argument
173 function checkCard(value, out, nodeLoc) { argument
196 function checkApi(value) { argument
200 function checkExpression(value) { argument
204 function checkIdxAndItem(value) { argument
[all …]
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/
DSerializerBase.js18 Object.defineProperty(exports, "__esModule", { value: true }); property
56 function runtimeType(value) { argument
77 function isResource(value) { argument
86 function isInstanceOf(className, value) { argument
90 function registerCallback(value) { argument
97 function registerMaterialized(value) { argument
141 checkCapacity(value) { argument
182 const callback = (value, err) => { argument
203 writeCustomObject(kind, value) { argument
215 writeNumber(value) { argument
[all …]
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-style.js37 function transformStyle(value) { argument
116 match: function(key, value) { argument
122 action: function(obj, key, value) { argument
127 match: function(key, value) { argument
130 action: function(obj, key, value) { argument
138 match: function(key, value) { argument
145 action: function(obj, key, value) { argument
150 match: function(key, value) { argument
153 action: function(obj, key, value) { argument
158 match: function(key, value) { argument
[all …]
/developtools/hdc/hdc_rust/src/cffi/
Dserial_struct.cpp34 extern "C" SerializedBuffer SerializeSessionHandShake(const RustStruct::SessionHandShake &value) in SerializeSessionHandShake()
50 extern "C" SerializedBuffer SerializePayloadProtect(const RustStruct::PayloadProtect &value) in SerializePayloadProtect()
64 extern "C" SerializedBuffer SerializeTransferConfig(const RustStruct::TransferConfig &value) in SerializeTransferConfig()
87 extern "C" SerializedBuffer SerializeFileMode(const RustStruct::FileMode &value) in SerializeFileMode()
102 extern "C" SerializedBuffer SerializeTransferPayload(const RustStruct::TransferPayload &value) in SerializeTransferPayload()
116 extern "C" SerializedBuffer SerializePayloadHead(RustStruct::PayloadHead &value) in SerializePayloadHead()
127 extern "C" SerializedBuffer SerializeUsbHead(RustStruct::USBHead &value) in SerializeUsbHead()
138 extern "C" SerializedBuffer SerializeUartHead(RustStruct::UartHead &value) in SerializeUartHead()
149 extern "C" uint8_t ParseSessionHandShake(RustStruct::SessionHandShake &value, SerializedBuffer buf) in ParseSessionHandShake()
166 extern "C" uint8_t ParsePayloadProtect(RustStruct::PayloadProtect &value, SerializedBuffer buf) in ParsePayloadProtect()
[all …]
/developtools/hapsigner/hapsigntool_cpp/common/src/
Dbyte_buffer.cpp132 bool ByteBuffer::GetInt64(int64_t& value) in GetInt64()
142 bool ByteBuffer::GetInt64(int32_t index, int64_t& value) in GetInt64()
165 bool ByteBuffer::GetInt32(int32_t& value) in GetInt32()
175 bool ByteBuffer::GetInt32(int32_t index, int32_t& value) in GetInt32()
188 bool ByteBuffer::GetUInt32(int32_t index, uint32_t& value) in GetUInt32()
201 bool ByteBuffer::GetUInt32(uint32_t& value) in GetUInt32()
211 bool ByteBuffer::GetUInt16(uint16_t& value) in GetUInt16()
221 bool ByteBuffer::GetUInt16(int32_t index, uint16_t& value) in GetUInt16()
234 bool ByteBuffer::GetInt16(int16_t& value) in GetInt16()
244 bool ByteBuffer::GetInt16(int32_t index, int16_t& value) in GetInt16()
[all …]
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pt_json_test/
Dpt_json_test.cpp571 int64_t value = 100; variable
586 uint32_t value = 100; variable
601 double value = 100.0; variable
637 std::unique_ptr<AppPackingTool::PtJson> value = std::make_unique<AppPackingTool::PtJson>(); variable
659 int64_t value = 100; variable
674 uint32_t value = 100; variable
704 std::unique_ptr<AppPackingTool::PtJson> value = nullptr; variable
759 int64_t value = 100; variable
773 uint32_t value = 100; variable
787 uint64_t value = 100; variable
[all …]
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/dist/src/typescript/
Ddouble.js17 Object.defineProperty(exports, "__esModule", { value: true }); property
19 function asFloat64(value) { argument
23 function asString(value) { argument
27 function float32FromBits(value) { argument
31 function int32BitsFromFloat(value) { argument
Dobservable.js16 Object.defineProperty(exports, "__esModule", { value: true }); property
35 function isObserved(value) { argument
78 static dropModified(value) { argument
87 static attach(value, observable) { argument
93 static detach(value, observable) { argument
99 static findIfObject(value) { argument
107 static find(value) { argument
116 static installOn(value, observable) { argument
143 removeChild(value) { argument
175 function observableProxyArray(...value) {
[all …]
/developtools/ace_js2bundle/ace-loader/test/rich/expected/
Dexpression.js30 "value": "function () {return this.ti||this.subTitle}" property
37 "value": "function () {return this.ti&&this.subTitle}" property
44 "value": "function () {return this.isArrived==='arrived'&&this.isTravel===false}" property
51 "value": "function () {return this.isArrived==='arrived'||this.isTravel===false}" property
58 "value": "function () {return !this.flag}" property
65 "value": "function () {return !!this.flag}" property
83 "value": "function () {return false?0:4}" property
94 "value": "function () {return this.a}" property
105 "value": "function () {return false?0:this.b}" property
116 "value": "function () {return false?0:null}" property
[all …]
DcommonAttr.js35 "value": "id_test1" property
44 "value": "id_test2" property
53 "value": "ref_test" property
61 "value": "disabled_test1" property
69 "value": "disabled_test2" property
77 "value": "tid_test1" property
85 "value": "tid_test2" property
93 "value": "show_test1" property
101 "value": "show_test2" property
109 "value": "data_test1" property
[all …]
DuncommonAttr.js35 "value": "shareid_test1" property
43 "value": "shareid_test2" property
51 "value": "voicelabel_test" property
59 "value": "subscriptlabel_test" property
67 "value": "scenelabel_test" property
75 "value": "subscriptflag_test" property
83 "value": "accessibilitygroup_test1" property
91 "value": "accessibilitygroup_test2" property
99 "value": "accessibilitydescription_test" property
107 "value": "accessibilitytext_test" property
[all …]
DinlineStyle.js34 "value": "style_test1" property
44 "value": "style_test2" property
54 "value": "style_test3" property
64 "value": "style_test4" property
74 "value": "style_test5" property
84 "value": "style_test6" property
94 "value": "style_test7" property
104 "value": "style_test8" property
114 "value": "style_test9" property
124 "value": "style_test10" property
[all …]
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/napi/
Dconvertors-napi.cc36 napi_valuetype getValueTypeChecked(napi_env env, napi_value value) { in getValueTypeChecked()
43 bool isTypedArray(napi_env env, napi_value value) { in isTypedArray()
50 KBoolean getBoolean(napi_env env, napi_value value) { in getBoolean()
59 KInt getInt32(napi_env env, napi_value value) { in getInt32()
69 KUInt getUInt32(napi_env env, napi_value value) { in getUInt32()
79 KFloat getFloat32(napi_env env, napi_value value) { in getFloat32()
89 KDouble getFloat64(napi_env env, napi_value value) { in getFloat64()
99 KStringPtr getString(napi_env env, napi_value value) { in getString()
119 KNativePointer getPointer(napi_env env, napi_value value) { in getPointer()
144 KLong getInt64(napi_env env, napi_value value) { in getInt64()
[all …]
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/jsc/
Dconvertors-jsc.cc57 int32_t getInt32(JSContextRef context, JSValueRef value) { in getInt32()
70 uint32_t getUInt32(JSContextRef context, JSValueRef value) { in getUInt32()
83 uint8_t getUInt8(JSContextRef context, JSValueRef value) { in getUInt8()
137 static JSValueRef u64ToBigInt(JSContextRef context, uint64_t value) { in u64ToBigInt()
164 static uint64_t bigIntToU64(JSContextRef ctx, JSValueRef value) { in bigIntToU64()
176 KNativePointer getPointer(JSContextRef context, JSValueRef value) { in getPointer()
181 KNativePointerArray getPointerElements(JSContextRef context, JSValueRef value) { in getPointerElements()
193 KFloat getFloat(JSContextRef context, JSValueRef value) { in getFloat()
206 KShort getShort(JSContextRef context, JSValueRef value) { in getShort()
219 KUShort getUShort(JSContextRef context, JSValueRef value) { in getUShort()
[all …]
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/icon/
DLitIcon.js26 set name(value) { argument
35 set size(value) { argument
40 set color(value) { argument
45 set path(value) { argument
88 attributeChangedCallback(name, oldValue, value) { argument
/developtools/smartperf_host/smartperf_host/ide/test/base-ui/select/
DLitSelectV.test.ts71 let value = [ variable
80 let value = [ variable
96 let value = [ variable
106 let value = [ variable
/developtools/ace_js2bundle/ace-loader/test/card/expected/inlineStyle/
DinlineStyle.json12 "value": "style_test1" string
21 "value": "style_test2" string
30 "value": "style_test3" string
39 "value": "style_test4" string
48 "value": "style_test5" string
57 "value": "style_test10" string
66 "value": "style_test11" string
75 "value": "style_test12" string
95 "value": "style_test13" string
104 "value": "style_test14" string
[all …]
/developtools/ace_js2bundle/ace-loader/test/card/expected/commonAttr/
DcommonAttr.json11 "value": "id_test1" string
18 "value": "style_test_1" string
27 "value": "style_test_2" string
39 "value": "style_test_2" string
52 "value": "class_test1" string
61 "value": "class_test2" string
71 "value": "class_test3" string
81 "value": "class_test4" string
90 "value": "class_test5" string
100 "value": "class_test6" string
[all …]

12345678910>>...19