Home
last modified time | relevance | path

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

12345678910>>...14

/developtools/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/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 …]
Dlite-transform-template.js84 match: function(key, value) { argument
87 action: function(staticStyle, key, value) { argument
93 match: function(key, value) { argument
96 action: function(staticStyle, key, value) { argument
105 match: function(key, value) { argument
108 action: function(staticStyle, key, value) { argument
114 match: function(key, value) { argument
117 action: function(staticStyle, key, value) { argument
138 function transformTemplate(value) { argument
261 function checkType(value) { argument
[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/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.cpp568 int64_t value = 100; variable
583 uint32_t value = 100; variable
598 double value = 100.0; variable
634 std::unique_ptr<AppPackingTool::PtJson> value = std::make_unique<AppPackingTool::PtJson>(); variable
656 int64_t value = 100; variable
671 uint32_t value = 100; variable
701 std::unique_ptr<AppPackingTool::PtJson> value = nullptr; variable
756 int64_t value = 100; variable
770 uint32_t value = 100; variable
784 uint64_t value = 100; variable
[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 …]
DforDirective.js40 …"value": "function () {return (this.$idx)+ decodeURI('') +decodeURI('.')+ decodeURI('') +(this.$it… property
58 "value": "personItem" property
68 …"value": "function () {return (this.$idx)+ decodeURI('') +decodeURI('-')+ decodeURI('') +(this.per… property
95 "value": "shrinkClass", property
98 "value": "personItem" property
108 …"value": "function () {return (this.personIndex)+ decodeURI('') +decodeURI('.')+ decodeURI('') +(t… property
136 …"value": "function () {return (this.personItem.id)+ decodeURI('') +decodeURI('--')+ decodeURI('') … property
144 "value": "item" property
155 "value": "personItem" property
172 …"value": "function () {return (this.index)+ decodeURI('') +decodeURI('--')+ decodeURI('') +(this.i… property
[all …]
Dclass.js35 "value": "class_test1" property
46 "value": "class_test2" property
58 "value": "class_test3" property
67 "value": "class_test4" property
76 "value": "class_test5" property
DifDirective.js30 "value": "function () {return this.componentData.if}" property
48 "value": "function () {return this.componentData.if}" property
56 "value": "function () {return this.componentData.elif}" property
64 "value": "function () {return this.componentData.else}" property
88 …"value": "function () {return (this.$idx)+ decodeURI('') +decodeURI('.')+ decodeURI('') +(this.$it… property
113 …"value": "function () {return (this.$idx)+ decodeURI('') +decodeURI('.')+ decodeURI('') +(this.$it… property
128 "value": "personItem" property
142 "value": "function () {return this.personItem.name}" property
160 "value": "function () {return this.true_value}" property
/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/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/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/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 …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/frequsage/
DTabPaneFreqDataCut.test.ts305 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
328 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
351 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
374 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
427 let value = [{ variable
650 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
673 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
696 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
719 let value = {pid: 12, tid: 17, dur: 200, cpu: 3, freq: 3}; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/appPackagerHapTest/entry/src/main/resources/base/element/
Dstring.json5 "value": "module description" string
9 "value": "description" string
13 "value": "label" string
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/multiappPackagerHapTest/entry/src/main/resources/base/element/
Dstring.json5 "value": "module description" string
9 "value": "description" string
13 "value": "label" string
/developtools/ace_js2bundle/ace-loader/plugin/codegen/
Dindex.js1 (()=>{"use strict";var e={904:(e,t)=>{var n;let o;Object.defineProperty(t,"__esModule",{value:!0}),… property
/developtools/profiler/device/base/src/
Dposix_semaphore.cpp23 PosixSemaphore::PosixSemaphore(unsigned int value) in PosixSemaphore()
61 int value = 0; in Value() local
66 SemaphorePtr PosixSemaphoreFactory::Create(unsigned int value) in Create()

12345678910>>...14