| /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/hdc_standard/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, string preDefine) in GetDevItem()
|
| /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/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/model/ |
| D | ChartStandard.java | 98 public ChartDataRange getSelectedRange(String key) { in getSelectedRange() 108 public void updateSelectedStart(String key, int startTime) { in updateSelectedStart() 123 public void updateSelectedEnd(String key, int endTime) { in updateSelectedEnd() 144 public void clearSelectedRange(String key) { in clearSelectedRange()
|
| /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/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/ohosprofiler/src/main/java/ohos/devtools/services/ |
| D | LRUCache.java | 45 public void addCaCheData(Integer key, V value) { in addCaCheData() 139 public V get(int key) { in get()
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/ |
| D | ScrollSlicePanel.java | 63 public static SliceData createSliceData(String key, String value, boolean linkable) { in createSliceData() 126 protected String key; field in ScrollSlicePanel.SliceData 254 private String key; field in ScrollSlicePanel.LineComponent 266 public LineComponent(String key, String value, boolean linkable) { in LineComponent()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hashlistpp.h | 24 template <typename Key, typename Val> LinkNode<Key, Val>::LinkNode(const Key& key) : key_ {key} {} in LinkNode() 27 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() 664 template <typename Key, typename Val> void HashList<Key, Val>::push_front(const Key& key, const Val… in push_front() 678 template <typename Key, typename Val> void HashList<Key, Val>::push_front(const Key& key, Val&& val) in push_front() 692 template <typename Key, typename Val> void HashList<Key, Val>::push_back(const Key& key, const Val&… in push_back() 706 template <typename Key, typename Val> void HashList<Key, Val>::push_back(const Key& key, Val&& val) in push_back()
|
| D | hashlist.h | 166 inline std::size_t count(const Key &key) const in count()
|
| /developtools/hdc_standard/src/common/ |
| D | base.h | 157 inline bool SetHdcProperty(const char *key, const char *value) in SetHdcProperty() 162 inline bool GetHdcProperty(const char *key, char *value, uint16_t sizeOutBuf) in GetHdcProperty()
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/utils/ |
| D | PluginConvertUtils.ts | 42 for (const [key, value] of Object.entries(bean)) { constant
|
| /developtools/global_resource_tool/src/xml/ |
| D | key_manager.cpp | 34 for (auto &key : keys_) { in LoadKey() local
|
| /developtools/profiler/protos/types/plugins/memory_data/ |
| D | memory_plugin_result.proto | 25 SysMeminfoType key = 1; field 29 SysVMeminfoType key = 1; field
|
| /developtools/profiler/host/ohosprofiler/src/main/proto/ |
| D | memory_plugin_result.proto | 25 SysMeminfoType key = 1; field 29 SysVMeminfoType key = 1; field
|
| /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-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 | reference_parser.cpp | 77 if (!xmlKeyNode.LoadFromFile(filePath, [this](auto &key) -> bool { in ParseRefInSolidXml() 257 bool ReferenceParser::ParseRefString(std::string &key, bool &update) const in ParseRefString() 270 bool ReferenceParser::ParseRefImpl(string &key, const map<string, ResType> &refs, bool isSystem) co… in ParseRefImpl() argument
|
| D | config_parser.cpp | 310 bool ConfigParser::ParseRefImpl(Json::Value &parent, const std::string &key, Json::Value &node) in ParseRefImpl() 335 bool ConfigParser::ParseJsonArrayRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonArrayRef() 358 bool ConfigParser::ParseJsonStringRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonStringRef()
|
| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/trace/component/ |
| D | ScrollSlicePanelTest.java | 84 String key = "key"; in createSliceData() local
|
| /developtools/ace-js2bundle/ace-loader/test/lite/commandTest/ |
| D | compile.test.js | 37 const key = argv.buildMode ? argv.buildMode : 'key1'; constant
|
| /developtools/ace-js2bundle/ace-loader/test/lite/ |
| D | test.js | 44 const actualString = JSON.stringify(data, function (key, value) { argument
|