Home
last modified time | relevance | path

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

12

/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Ddata_area.h151 void GetValue(bool* val) const in GetValue()
155 void GetValue(uint32_t* val) const in GetValue()
159 void GetValue(int32_t* val) const in GetValue()
163 void GetValue(uint64_t* val) const in GetValue()
167 void GetValue(int64_t* val) const in GetValue()
171 void GetValue(float* val) const in GetValue()
175 void GetValue(double* val) const in GetValue()
179 void GetValue(std::string* val) const in GetValue()
183 void GetValue(CharsView* val) const in GetValue()
187 void GetValue(BytesView* val) const in GetValue()
[all …]
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/
Ddata_area.h151 void GetValue(bool* val) const in GetValue()
155 void GetValue(uint32_t* val) const in GetValue()
159 void GetValue(int32_t* val) const in GetValue()
163 void GetValue(uint64_t* val) const in GetValue()
167 void GetValue(int64_t* val) const in GetValue()
171 void GetValue(float* val) const in GetValue()
175 void GetValue(double* val) const in GetValue()
179 void GetValue(std::string* val) const in GetValue()
183 void GetValue(CharsView* val) const in GetValue()
187 void GetValue(BytesView* val) const in GetValue()
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneIoCompletionTimes.test.ts62 let val = [ variable
71 let val = [ variable
81 let val = [ variable
90 let val = [ variable
DTabPaneVMEvents.test.ts71 let val = [ variable
80 let val = [ variable
90 let val = [ variable
99 let val = [ variable
DTabPaneVirtualMemoryStatistics.test.ts33 let val = [ variable
/developtools/profiler/hiebpf/include/
Dcommandline_flags.h258 bool *val = (bool*) flags_[flag].addr_; in ParseBoolFlag() local
284 int8_t* val = (int8_t*) flags_[flag].addr_; in ParseInt8Flag() local
299 int16_t* val = (int16_t*) flags_[flag].addr_; in ParseInt16Flag() local
314 int32_t* val = (int32_t*) flags_[flag].addr_; in ParseInt32Flag() local
329 int64_t* val = (int64_t*) flags_[flag].addr_; in ParseInt64Flag() local
344 uint8_t* val = (uint8_t*) flags_[flag].addr_; in ParseUint8Flag() local
359 uint16_t* val = (uint16_t*) flags_[flag].addr_; in ParseUint16Flag() local
374 uint32_t* val = (uint32_t*) flags_[flag].addr_; in ParseUint32Flag() local
389 uint64_t* val = (uint64_t*) flags_[flag].addr_; in ParseUint64Flag() local
404 double* val = (double*) flags_[flag].addr_; in ParseDoubleFlag() local
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.test.ts349 let val = { variable
359 let val = { variable
373 let val = { variable
DTabPaneNMemory.test.ts57 let val = { variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/
DTabPaneHistoryProcesses.test.ts29 let val = [ variable
56 const val = { constant
DTabPaneDiskAbility.test.ts29 let val = [ variable
58 const val = { constant
DTabPaneGpuMemoryAbility.test.ts108 let val = [ variable
DTabPaneDmaAbility.test.ts117 let val = [ variable
DTabPaneDmaSelectAbility.test.ts55 let val = [ variable
DTabPaneNetworkAbility.test.ts95 const val = { constant
DTabPaneGpuMemorySelectAbility.test.ts45 let val = [ variable
DTabPaneLiveProcesses.test.ts32 let val = [ variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.test.ts416 let val = { variable
466 let val = { variable
508 let val = { variable
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlistpp.h28 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/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/smartperf_host/ide/test/trace/component/trace/sheet/cpu/
DTabPaneBoxChild.test.ts45 let val = { variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/vmtracker/
DTabPaneDmaSelectVmTracker.test.ts46 let val = [ variable
DTabPaneGpuMemoryVmTracker.test.ts43 let val = [ variable
DTabPaneGpuMemorySelectVmTracker.test.ts43 let val = [ variable
DTabPaneDmaVmTracker.test.ts48 let val = [ variable
DTabPaneVmTrackerShm.test.ts59 let val = [ variable

12