Home
last modified time | relevance | path

Searched defs:val (Results 1 – 13 of 13) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhashlistpp.h27 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 …te <typename Key, typename Val> void HashList<Key, Val>::push_front(const Key& key, const Val& 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 …ate <typename Key, typename Val> void HashList<Key, Val>::push_back(const Key& key, const Val& val) in push_back()
706 template <typename Key, typename Val> void HashList<Key, Val>::push_back(const Key& key, Val&& val) in push_back()
/developtools/hiperf/include/
Dhashlist.hpp29 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()
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()
903 auto HashList<Key, Val>::AllocateNode(const Key &key, const Val &val) in AllocateNode()
919 auto HashList<Key, Val>::AllocateNode(const Key &key, Val &&val) in AllocateNode()
/developtools/profiler/device/base/src/
Dpthread_semaphore.cpp92 unsigned int val = value_; in Value() local
/developtools/profiler/device/plugins/native_daemon/src/
Dcallstack.cpp276 uint64_t val; in AccessReg() local
307 [[maybe_unused]] unw_fpreg_t *val, [[maybe_unused]] int writeOperation, in AccessFpreg()
/developtools/ace-js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js928 function validateIf(val, out, flag, nodeLoc, relativePath) { argument
961 function validateElif(val, out, flag, nodeLoc, relativePath) { argument
989 function validateFor(val, out, nodeLoc, relativePath) { argument
1044 function validateAppend(val, out, nodeLoc, relativePath) { argument
1066 function validateEvent(eventName, val, out, pos, relativePath) { argument
1103 function distributeEvent(out, eventName, name, val) { argument
/developtools/hiperf/src/
Dcallstack.cpp313 uint64_t val; in AccessReg() local
347 [[maybe_unused]] unw_fpreg_t *val, [[maybe_unused]] int writeOperation, in AccessFpreg()
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dpower.proto160 int32 val = 2; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Dpower.proto160 int32 val = 2; field
/developtools/bytrace_standard/bin/src/
Dbytrace_impl.cpp75 std::string val = OHOS::system::GetParameter(keyStr, ""); in IsAppValid() local
/developtools/global_resource_tool/src/
Dresource_util.cpp317 string val; in GetKeyParamValue() local
/developtools/hdc_standard/src/common/
Dbase.cpp464 std::stringstream val; in GetRandomString() local
826 uint64_t HostToNet(uint64_t val) in HostToNet()
833 uint64_t NetToHost(uint64_t val) in NetToHost()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/htrace_event_parser/
Dhtrace_event_parser.cpp493 int32_t val = msg.val(); in SuspendResumeEvent() local
/developtools/profiler/trace_analyzer/src/parser/htrace_parser/htrace_event_parser/
Dhtrace_event_parser.cpp494 int32_t val = msg.val(); in SuspendResumeEvent() local