/developtools/hiperf/include/ |
D | hashlist.hpp | 25 template<typename Key, typename Val> 26 LinkNode<Key, Val>::LinkNode(const Key &key) : key_ {key} {} in LinkNode() 28 template<typename Key, typename Val> 29 LinkNode<Key, Val>::LinkNode(const Key &key, const Val &val) : key_ {key}, val_ {val} {} in LinkNode() 31 template<typename Key, typename Val> 32 LinkNode<Key, Val>::LinkNode(const Key &key, Val &&val) : key_ {key}, val_ {std::move(val)} {} in LinkNode() 34 template<typename Key, typename Val> 35 LinkNode<Key, Val>::LinkNode(const LinkNode& node) in LinkNode() 41 template<typename Key, typename Val> 42 LinkNode<Key, Val>::LinkNode(LinkNode&& node) in LinkNode() [all …]
|
D | hashlist.h | 52 template<typename Key, typename Val> 56 Key key_ {}; 61 explicit LinkNode(const Key &key); 62 explicit LinkNode(const Key &key, const Val &val); 63 explicit LinkNode(const Key &key, Val &&val); 68 static LinkNode<Key, Val> *GetLinkNode(Val *pval); 69 static LinkNode<Key, Val> *GetLinkNode(Link *plink); 72 template<typename Key, typename Val> 79 explicit Iterator(LinkNode<Key, Val> *pnode, HashList *phashList); 80 explicit Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList); [all …]
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | hashlistpp.h | 24 template<typename Key, typename Val> 25 LinkNode<Key, Val>::LinkNode(const Key &key) : key_ {key} {} in LinkNode() 27 template<typename Key, typename Val> 28 LinkNode<Key, Val>::LinkNode(const Key &key, const Val &val) : key_ {key}, val_ {val} {} in LinkNode() 30 template<typename Key, typename Val> 31 LinkNode<Key, Val>::LinkNode(const Key &key, Val &&val) : key_ {key}, val_ {std::move(val)} {} in LinkNode() 33 template<typename Key, typename Val> 34 LinkNode<Key, Val>::LinkNode(const LinkNode& node) in LinkNode() 40 template<typename Key, typename Val> 41 LinkNode<Key, Val>::LinkNode(LinkNode&& node) in LinkNode() [all …]
|
D | hashlist.h | 52 template<typename Key, typename Val> 56 Key key_ {}; 61 explicit LinkNode(const Key &key); 62 explicit LinkNode(const Key &key, const Val &val); 63 explicit LinkNode(const Key &key, Val &&val); 68 static LinkNode<Key, Val> *GetLinkNode(Val *pval); 69 static LinkNode<Key, Val> *GetLinkNode(Link *plink); 72 template<typename Key, typename Val> 79 explicit Iterator(LinkNode<Key, Val> *pnode, HashList *phashList); 80 explicit Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList); [all …]
|
/developtools/hapsigner/ |
D | README.md | 80 ├── -keyAlias # Key alias. It is mandatory. 81 ├── -keyPwd # Key password. It is optional. 101 ├── -keyAlias # Key alias. It is mandatory. 102 ├── -keyPwd # Key password. It is optional. 149 ├── -keyAlias # Key alias. It is mandatory. 150 ├── -keyPwd # Key password. It is optional. 151 ├── -keyAlg # Key algorithm, which can be RSA or ECC. It is mandatory. 152 …├── -keySize # Key length. It is mandatory. The key length is 2048, 3072, or 4096 bits i… 162 ├── -keyAlias # Key alias. It is mandatory. 163 ├── -keyPwd # Key password. It is optional. [all …]
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
D | KeyPairTools.java | 24 import java.security.Key; 126 public static String key2String(Key key) { in key2String()
|
/developtools/integration_verification/DeployDevice/src/aw/Common/ |
D | Constant.py | 123 class Key(): class in CONSTANT
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
D | trace_config_table.cpp | 56 … sqlite3_result_text(context_, dataCache_->GetConstTraceConfigData().Key()[CurrentRow()].c_str(), in Column()
|
/developtools/integration_verification/DeployDevice/src/aw/Download/ |
D | Download.py | 507 dname = decrypt(CONSTANT.Key.DEV_DNAME, CONSTANT.Key.DEV_KEY) 508 pw = decrypt(CONSTANT.Key.DEV_PASSWD, CONSTANT.Key.DEV_KEY)
|
D | Downloadold.py | 495 dname = decrypt(CONSTANT.Key.DEV_DNAME, CONSTANT.Key.DEV_KEY) 496 pw = decrypt(CONSTANT.Key.DEV_PASSWD, CONSTANT.Key.DEV_KEY)
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | serial_struct_define.h | 582 template<uint32_t KeyFlags, uint32_t ValueFlags, class Key, class Value> 583 void WriteMapKeyValue(const std::pair<const Key, Value> &value, Writer &out) 585 Serializer<Key>::Serialize(1, value.first, FlagsType<KeyFlags> {}, out, true); 604 template<uint32_t KeyFlags, uint32_t ValueFlags, class Key, class Value> 605 bool ReadMapKeyValue(std::pair<Key, Value> &value, Reader &in) 607 …static const auto pairAsMessage = Message(Field<1, &std::pair<Key, Value>::first, KeyFlags>("key"), 608 Field<2, &std::pair<Key, Value>::second, ValueFlags>("value")); 1195 template<class Key, class Value> struct Serializer<std::map<Key, Value>> { 1198 …uint32_t tag, const std::map<Key, Value> &value, FlagsType<KeyFlags>, FlagsType<ValueFlags>, Write… 1205 …WireType wire_type, std::map<Key, Value> &value, FlagsType<KeyFlags>, FlagsType<ValueFlags>, Reade…
|
/developtools/hdc/src/common/ |
D | serial_struct_define.h | 579 template<uint32_t KeyFlags, uint32_t ValueFlags, class Key, class Value> 580 void WriteMapKeyValue(const std::pair<const Key, Value> &value, Writer &out) 582 Serializer<Key>::Serialize(1, value.first, FlagsType<KeyFlags> {}, out, true); 601 template<uint32_t KeyFlags, uint32_t ValueFlags, class Key, class Value> 602 bool ReadMapKeyValue(std::pair<Key, Value> &value, reader &in) 604 …static const auto pairAsMessage = Message(Field<1, &std::pair<Key, Value>::first, KeyFlags>("key"), 605 Field<2, &std::pair<Key, Value>::second, ValueFlags>("value")); 1182 template<class Key, class Value> struct Serializer<std::map<Key, Value>> { 1185 …uint32_t tag, const std::map<Key, Value> &value, FlagsType<KeyFlags>, FlagsType<ValueFlags>, Write… 1192 …WireType wire_type, std::map<Key, Value> &value, FlagsType<KeyFlags>, FlagsType<ValueFlags>, reade…
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/ |
D | shdrs_from_readelf_64 | 70 Key to Flags:
|
D | shdrs_from_readelf_32 | 37 Key to Flags:
|
/developtools/hiperf/test/unittest/resource/testdata/ |
D | shdrs_from_readelf_32 | 37 Key to Flags:
|
D | shdrs_from_readelf_64 | 70 Key to Flags:
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ |
D | common_stdtype.cpp | 311 const std::deque<std::string>& TraceConfig::Key() const in Key() function in SysTuning::TraceStdtype::TraceConfig
|
D | common_stdtype.h | 284 const std::deque<std::string>& Key() const;
|
/developtools/hdc/ |
D | README_zh.md | 110 …17428"><a name="p19423174317428"></a><a name="p19423174317428"></a>用于<span>指定连接该指定设备识Key</span></p>
|
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
D | showcaseCovid19.ets | 433 …fontWeight("bold").width('222px').setUniqueKey("Territory"), // all children of Row need unique Key 439 …ZE).fontWeight("bold").width('110px').setUniqueKey("Trend"), // all children of Row need unique Key 446 ….fontWeight("bold").width('222px').setUniqueKey("Territory") // all children of Row need unique Key 452 …IZE).fontWeight("bold").width('110px').setUniqueKey("Trend") // all children of Row need unique Key 748 …nent(conti) }).setUniqueKey("ContinentFiltersView_" + conti) // all children of Row need unique Key
|