Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 78) sorted by relevance

1234

/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-style.js116 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 …]
Dlite-transform-template.js58 [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/src/daemon/
Dsystem_depend.h23 inline bool GetDevItem(const char *key, string value) in GetDevItem()
27 inline bool SetDevItem(const char *key, const char *value) in SetDevItem()
Dsystem_depend.cpp36 bool SetDevItem(const char *key, const char *value) in SetDevItem()
49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/model/
DOptions.java274 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/
DcardJson-plugin.js44 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/smartperf/ide/src/base-ui/tabs/
Dlit-tabpane.ts70 get key() { method in LitTabpane
74 set key(value) { method in LitTabpane
/developtools/hiperf/include/
Dhashlist.hpp26 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/device/plugins/native_daemon/include/
Dhashlistpp.h25 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/hdc/src/common/
Dbase.h164 inline bool SetHdcProperty(const char *key, const char *value) in SetHdcProperty()
169 inline bool GetHdcProperty(const char *key, char *value, uint16_t sizeOutBuf) in GetHdcProperty()
/developtools/profiler/host/smartperf/ide/src/hdc/common/
DObjectToMemorySize.ts55 const key = props[i] constant
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dhi_sysevent_measure_filter.cpp34 DataIndex key, in AppendNewValue()
71 DataIndex HiSysEventMeasureFilter::GetOrCreateFilterIdInternal(DataIndex appNameId, DataIndex key) in GetOrCreateFilterIdInternal()
110 …SysEventMeasureFilter::GetOrCreateFilterId(DataIndex eventSource, DataIndex appName, DataIndex key) in GetOrCreateFilterId()
/developtools/ace_js2bundle/ace-loader/test/rich/expected/
DforDirective.js97 "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/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_hisysevent_parser.cpp84 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
Dhtrace_hisysevent_parser.h44 std::vector<std::string> key; member
/developtools/global_resource_tool/src/xml/
Dkey_manager.cpp34 for (auto &key : keys_) { in LoadKey() local
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto25 SysMeminfoType key = 1; field
29 SysVMeminfoType key = 1; field
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/utils/
DPluginConvertUtils.ts50 for (const [key, value] of Object.entries(bean)) { constant
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto25 SysMeminfoType key = 1; field
29 SysVMeminfoType key = 1; field
/developtools/global_resource_tool/src/
Dreference_parser.cpp77 if (!xmlKeyNode.LoadFromFile(filePath, [this](auto &key) -> bool { in ParseRefInSolidXml()
280 bool ReferenceParser::ParseRefString(std::string &key, bool &update) const in ParseRefString()
293 bool ReferenceParser::ParseRefImpl(string &key, const map<string, ResType> &refs, bool isSystem) co… in ParseRefImpl() argument
Dconfig_parser.cpp311 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()
/developtools/ace_js2bundle/ace-loader/test/lite/commandTest/
Dcompile.test.js37 const key = argv.buildMode ? argv.buildMode : 'key1'; constant
/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts449 for (const key of collection.get(CUSTOM_COMPONENT_DEFAULT).keys()) { constant
454 for (const key of collection.get(name).keys()) { constant
/developtools/ace_js2bundle/ace-loader/test/lite/
Dtest.js44 const actualString = JSON.stringify(data, function (key, value) { argument
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts414 for (const key of this.moduleInfos.keys()) { constant
428 for (const [key, value] of this.moduleInfos) { constant
553 for (const key in this.projectConfig.modulePathMap) { constant
554 const value: string = this.projectConfig.modulePathMap[key]; constant

1234