/developtools/ace_js2bundle/ace-loader/src/lite/ |
D | lite-transform-style.js | 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 161 action: function(obj, key, value) { argument [all …]
|
D | lite-transform-template.js | 58 [AST_KEY.ATTR]: function(dataContent, node, key) { argument 64 [AST_KEY.CLASSLIST]: function(dataContent, node, key) { argument 68 [AST_KEY.STYLE]: function(dataContent, node, key) { argument 72 [AST_KEY.EVENTS]: function(dataContent, node, key) { argument 76 [AST_KEY.KEY]: function(dataContent, node, key) { argument 84 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 [all …]
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/model/ |
D | Options.java | 274 public char[] getChars(String key) { in getChars() 289 public String getString(String key, String defValue) { in getString() 303 public String getString(String key) { in getString() 314 public boolean getBoolean(String key, boolean defValue) { in getBoolean() 337 public boolean getBoolean(String key) { in getBoolean() 348 public int getInt(String key, int defValue) { in getInt() 370 public int getInt(String key) { in getInt()
|
/developtools/ace_js2bundle/ace-loader/src/ |
D | cardJson-plugin.js | 44 function sourceChange(key, assets, compilation) { argument 95 function toAddJson(assetReplace, key, value, compilation, sourceKey) { argument 131 function addElement(assetReplace, key, value, compilation, sourceKey) { argument 168 function replacePropsArray(propsValue, _this, key) { argument 199 function processActions(actionsValue, _this, key) { argument 224 function validateData(dataValue, _this, key) { argument
|
/developtools/hdc/src/daemon/ |
D | system_depend.h | 23 inline bool GetDevItem(const char *key, string value) in GetDevItem() 27 inline bool SetDevItem(const char *key, const char *value) in SetDevItem()
|
D | system_depend.cpp | 36 bool SetDevItem(const char *key, const char *value) in SetDevItem() 49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem()
|
/developtools/hiperf/include/ |
D | hashlist.hpp | 26 LinkNode<Key, Val>::LinkNode(const Key &key) : key_ {key} {} in LinkNode() 29 LinkNode<Key, Val>::LinkNode(const Key &key, const Val &val) : key_ {key}, val_ {val} {} in LinkNode() 32 LinkNode<Key, Val>::LinkNode(const Key &key, Val &&val) : key_ {key}, val_ {std::move(val)} {} in LinkNode() 687 Val& HashList<Key, Val>::operator[](const Key &key) in operator []() 703 auto HashList<Key, Val>::find(const Key &key) in find() 714 void HashList<Key, Val>::push_front(const Key& key, const Val& val) in push_front() 727 void HashList<Key, Val>::push_front(const Key& key, Val&& val) in push_front() 740 void HashList<Key, Val>::push_back(const Key& key, const Val& val) in push_back() 753 void HashList<Key, Val>::push_back(const Key& key, Val&& val) in push_back() 788 auto HashList<Key, Val>::erase(const Key& key) in erase() [all …]
|
/developtools/profiler/host/smartperf/ide/src/trace/component/ |
D | SpFlags.ts | 247 for (const [key, value] of Object.entries(config.addInfo)) { constant 268 for (const [key, value] of Object.entries(config.addInfo)) { constant 295 for (const [key, value] of Object.entries(configItem.addInfo)) { constant
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | hashlistpp.h | 25 LinkNode<Key, Val>::LinkNode(const Key &key) : key_ {key} {} in LinkNode() 28 LinkNode<Key, Val>::LinkNode(const Key &key, const Val &val) : key_ {key}, val_ {val} {} in LinkNode() 31 LinkNode<Key, Val>::LinkNode(const Key &key, Val &&val) : key_ {key}, val_ {std::move(val)} {} in LinkNode() 713 void HashList<Key, Val>::push_front(const Key& key, const Val& val) in push_front() 726 void HashList<Key, Val>::push_front(const Key& key, Val&& val) in push_front() 739 void HashList<Key, Val>::push_back(const Key& key, const Val& val) in push_back() 752 void HashList<Key, Val>::push_back(const Key& key, Val&& val) in push_back()
|
/developtools/smartperf_host/ide/src/trace/component/ |
D | SpFlags.ts | 268 for (const [key, value] of Object.entries(config.addInfo)) { constant 289 for (const [key, value] of Object.entries(config.addInfo)) { constant 330 for (const [key, value] of Object.entries(configItem.addInfo)) { constant
|
/developtools/profiler/host/smartperf/ide/src/base-ui/tabs/ |
D | lit-tabpane.ts | 69 get key() { method in LitTabpane 73 set key(value) { method in LitTabpane
|
/developtools/smartperf_host/ide/src/base-ui/tabs/ |
D | lit-tabpane.ts | 69 get key() { method in LitTabpane 73 set key(value) { method in LitTabpane
|
/developtools/ace_js2bundle/ace-loader/test/rich/expected/ |
D | forDirective.js | 97 "key": "personIndex", property 143 "key": "index", property 154 "key": "personIndex", property 179 "key": "index", property 190 "key": "personIndex", property 216 "key": "personIndex", property 242 "key": "value", property
|
/developtools/global_resource_tool/src/ |
D | config_parser.cpp | 311 bool ConfigParser::ParseRefImpl(Json::Value &parent, const std::string &key, Json::Value &node) in ParseRefImpl() 336 bool ConfigParser::ParseJsonArrayRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonArrayRef() 359 bool ConfigParser::ParseJsonStringRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonStringRef() 378 void ConfigParser::AddCheckNode(const string &key, uint32_t id) in AddCheckNode()
|
/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | hi_sysevent_measure_filter.cpp | 34 DataIndex key, in AppendNewValue() 76 DataIndex HiSysEventMeasureFilter::GetOrCreateFilterIdInternal(DataIndex appNameId, DataIndex key) in GetOrCreateFilterIdInternal() 116 DataIndex key) in GetOrCreateFilterId()
|
/developtools/hdc/src/common/ |
D | base.h | 169 inline bool SetHdcProperty(const char *key, const char *value) in SetHdcProperty() 174 inline bool GetHdcProperty(const char *key, char *value, uint16_t sizeOutBuf) in GetHdcProperty()
|
D | circle_buffer.cpp | 63 uint64_t key = reinterpret_cast<uint64_t>(data->buf); in Malloc() local 74 uint64_t key = reinterpret_cast<uint64_t>(buf); in Free() local
|
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_hisysevent_parser.cpp | 42 auto key = jData.key[*itor]; in NoArrayDataParse() local 57 std::string key = jData.key[*itor]; in ArrayDataParse() local 93 std::string key = jData.key[j]; in CommonDataParser() local
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | hi_sysevent_measure_filter.cpp | 35 DataIndex key, in AppendNewValue() 117 DataIndex HiSysEventMeasureFilter::GetOrCreateFilterIdInternal(DataIndex appNameId, DataIndex key) in GetOrCreateFilterIdInternal() 157 DataIndex key) in GetOrCreateFilterId()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_hisysevent_parser.cpp | 84 auto key = jData.key[*itor]; in NoArrayDataParse() local 108 std::string key = jData.key[*itor]; in ArrayDataParse() local 127 std::string key = jData.key[j]; in CommonDataParser() local
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/memory_data/ |
D | memory_plugin_result.proto | 25 SysMeminfoType key = 1; field 29 SysVMeminfoType key = 1; field
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
D | module_mode.ts | 423 for (const key of this.moduleInfos.keys()) { constant 437 for (const [key, value] of this.moduleInfos) { constant 562 for (const key in this.projectConfig.modulePathMap) { constant 563 const value: string = this.projectConfig.modulePathMap[key]; constant
|
/developtools/smartperf_host/ide/src/hdc/common/ |
D | ObjectToMemorySize.ts | 55 const key = props[i]; constant
|
/developtools/profiler/host/smartperf/ide/src/hdc/common/ |
D | ObjectToMemorySize.ts | 55 const key = props[i]; constant
|
/developtools/profiler/protos/types/plugins/memory_data/ |
D | memory_plugin_result.proto | 25 SysMeminfoType key = 1; field 29 SysVMeminfoType key = 1; field
|