| /developtools/profiler/proto_encoder/include/ |
| D | varint_encode.h | 68 inline typename std::make_unsigned<T>::type EncodeZigZag(T v) in EncodeZigZag() 78 inline uint32_t EncodeVarint(uint8_t* buf, T v) in EncodeVarint() 96 inline uint32_t EncodeZigZagVarint(uint8_t* buf, T v) in EncodeZigZagVarint() 102 inline void EncodeVarintPadding(uint8_t* buf, T v, uint32_t paddingSize) in EncodeVarintPadding()
|
| D | base_message.h | 113 void AddFixed32(uint32_t fieldId, T v) in AddFixed32() 146 void AddFixed64(uint32_t fieldId, T v) in AddFixed64() 179 void AddVarint(uint32_t fieldId, T v) in AddVarint() 206 void AddZigZagVarint(uint32_t fieldId, T v) in AddZigZagVarint()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | control_call_cmd.cpp | 34 std::string ControlCallCmd::GetResult(int argc, std::vector<std::string> v) in GetResult() 96 std::string ControlCallCmd::SlideFps(std::vector<std::string> v) in SlideFps() 109 std::string ControlCallCmd::SlideFPS(std::vector<std::string> v) in SlideFPS() 154 double ControlCallCmd::ColdStartHM(std::vector<std::string> v) in ColdStartHM() 179 double ControlCallCmd::StartFrameFps(std::vector<std::string> v) in StartFrameFps() 207 double ControlCallCmd::ColdStart(std::vector<std::string> v) in ColdStart() 246 double ControlCallCmd::HotStart(std::vector<std::string> v) in HotStart()
|
| D | editor_command.cpp | 27 EditorCommand::EditorCommand(int argc, std::vector<std::string> v) in EditorCommand()
|
| D | smartperf_main.cpp | 20 std::vector<std::string> v; in main() local
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | index_map.h | 157 void IntersectabcEqual(const std::deque<Row>& rows, Val v, GetV getValue) in IntersectabcEqual() 168 void IntersectGreaterEqual(const std::deque<Row>& rows, Val v, GetV getValue) in IntersectGreaterEqual() 178 void IntersectLessEqual(const std::deque<Row>& rows, Val v, GetV getValue) in IntersectLessEqual() 187 void RemoveNullElements(const std::deque<T>& rows, T v) in RemoveNullElements()
|
| D | index_map.cpp | 114 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local 141 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | data.js | 23 function parseData(v) { argument 50 function getValue(begin, end, v, res) { argument
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | index_map.h | 285 void IntersectabcEqual(const std::deque<Row>& rows, Val v, GetV getValue) in IntersectabcEqual() 296 void IntersectGreaterEqual(const std::deque<Row>& rows, Val v, GetV getValue) in IntersectGreaterEqual() 306 void IntersectLessEqual(const std::deque<Row>& rows, Val v, GetV getValue) in IntersectLessEqual() 315 void RemoveNullElements(const std::deque<T>& rows, T v) in RemoveNullElements()
|
| D | index_map.cpp | 114 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local 141 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_memory_parser.cpp | 53 void from_json(const json& j, Meta& v) in from_json() 100 void from_json(const json& j, Snapshot& v) in from_json() 121 void from_json(const json& j, Nodes& v) in from_json() 150 void from_json(const json& j, Edges& v) in from_json() 169 void from_json(const json& j, Location& v) in from_json() 184 void from_json(const json& j, Sample& v) in from_json() 195 void from_json(const json& j, Strings& v) in from_json() 211 void from_json(const json& j, TraceFuncInfo& v) in from_json() 272 void from_json(const json& j, TraceTree& v) in from_json()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_memory_parser.cpp | 53 void from_json(const json& j, Meta& v) in from_json() 100 void from_json(const json& j, Snapshot& v) in from_json() 121 void from_json(const json& j, Nodes& v) in from_json() 150 void from_json(const json& j, Edges& v) in from_json() 169 void from_json(const json& j, Location& v) in from_json() 184 void from_json(const json& j, Sample& v) in from_json() 195 void from_json(const json& j, Strings& v) in from_json() 211 void from_json(const json& j, TraceFuncInfo& v) in from_json() 272 void from_json(const json& j, TraceTree& v) in from_json()
|
| /developtools/profiler/device/cmds/test/unittest/ |
| D | hiprofiler_cmd_test.cpp | 29 #define HHB(v) (((v) & 0xF0) >> 4) argument 30 #define LHB(v) ((v) & 0x0F) argument
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
| D | table_base.cpp | 217 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local 261 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
|
| /developtools/profiler/device/plugins/api/src/ |
| D | plugin_manager.cpp | 32 #define HHB(v) (((v) & 0xF0) >> 4) argument 33 #define LHB(v) ((v) & 0x0F) argument
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/ |
| D | table_base.cpp | 219 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local 263 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
|
| /developtools/smartperf_host/trace_streamer/src/table/base/ |
| D | table_base.cpp | 258 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local 305 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/base/ |
| D | table_base.cpp | 258 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local 305 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
|
| /developtools/hdc/src/common/ |
| D | channel.cpp | 95 for (auto v : mapChannel) { in ClearChannels() local 546 for (auto v : mapChannel) { in EchoToAllChannelsViaSessionId() local
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | system_event_filter_table.cpp | 197 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
|
| D | cpu_measure_filter_table.cpp | 207 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/ |
| D | system_event_filter_table.cpp | 197 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
|
| D | clk_event_filter_table.cpp | 204 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
|
| D | clock_event_filter_table.cpp | 204 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
|
| D | cpu_measure_filter_table.cpp | 207 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
|