Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 41) sorted by relevance

12

/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dcontrol_call_cmd_test.cpp58 std::vector<std::string> v = {"responseTime"}; variable
65 std::vector<std::string> v = {"completeTime"}; variable
73 std::vector<std::string> v = {"frameLoss"}; variable
80 std::vector<std::string> v = {"appStartTime"}; variable
87 std::vector<std::string> v = {"slideList"}; variable
94 std::vector<std::string> v = {"timeDelay"}; variable
140 std::vector<std::string> v = {"", "", "ohtest"}; variable
149 std::vector<std::string> v = {"", "", "notohtest"}; variable
/developtools/smartperf_host/smartperf_device/device_command/test/unittest/
Dcontrol_call_cmd_test.cpp58 std::vector<std::string> v = {"responseTime"}; variable
65 std::vector<std::string> v = {"completeTime"}; variable
73 std::vector<std::string> v = {"frameLoss"}; variable
80 std::vector<std::string> v = {"appStartTime"}; variable
87 std::vector<std::string> v = {"slideList"}; variable
94 std::vector<std::string> v = {"timeDelay"}; variable
140 std::vector<std::string> v = {"", "", "ohtest"}; variable
149 std::vector<std::string> v = {"", "", "notohtest"}; variable
/developtools/profiler/proto_encoder/include/
Dvarint_encode.h68 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()
Dbase_message.h113 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/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js23 function parseData(v) { argument
50 function getValue(begin, end, v, res) { argument
/developtools/hiperf/include/
Dspe_decoder.h106 #define PERF_SPE_ADDR_PKT_ADDR_GET_BYTES_0_6(v) ((v) & GENMASK_ULL(55, 0)) argument
107 #define PERF_SPE_ADDR_PKT_ADDR_GET_BYTE_6(v) (((v) & GENMASK_ULL(55, 48)) >> 48) argument
109 #define PERF_SPE_ADDR_PKT_GET_NS(v) (((v) & BIT_ULL(63)) >> 63) argument
110 #define PERF_SPE_ADDR_PKT_GET_EL(v) (((v) & GENMASK_ULL(62, 61)) >> 61) argument
111 #define PERF_SPE_ADDR_PKT_GET_CH(v) (((v) & BIT_ULL(62)) >> 62) argument
112 #define PERF_SPE_ADDR_PKT_GET_PAT(v) (((v) & GENMASK_ULL(59, 56)) >> 56) argument
155 #define PERF_SPE_OP_PKT_IS_OTHER_SVE_OP(v) (((v) & (BIT(7) | BIT(3) | BIT(0))) == 0x8) argument
159 #define PERF_SPE_OP_PKT_LDST_SUBCLASS_GET(v) ((v) & GENMASK_ULL(7, 1)) argument
168 #define PERF_SPE_OP_PKT_IS_LDST_ATOMIC(v) (((v) & (GENMASK_ULL(7, 5) | BIT(1))) == 0x2) argument
175 #define PERF_SPE_OP_PKT_IS_LDST_SVE(v) (((v) & (BIT(3) | BIT(1))) == 0x8) argument
[all …]
/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dindex_map.h161 void IntersectabcEqual(const std::deque<Row> &rows, Val v, GetV getValue) in IntersectabcEqual()
172 void IntersectGreaterEqual(const std::deque<Row> &rows, Val v, GetV getValue) in IntersectGreaterEqual()
182 void IntersectLessEqual(const std::deque<Row> &rows, Val v, GetV getValue) in IntersectLessEqual()
191 void RemoveNullElements(const std::deque<T> &rows, T v) in RemoveNullElements()
Dindex_map.cpp114 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/hiperf/test/unittest/common/native/
Dperf_file_reader_test.cpp110 std::vector<uint64_t> v; variable
122 std::vector<uint64_t> v; variable
136 std::vector<uint64_t> v; variable
Dperf_file_format_test.cpp183 uint64_t v = TESTNUMBER1; variable
/developtools/profiler/host/smartperf/client/client_command/
Deditor_command.cpp25 EditorCommand::EditorCommand(int argc, const std::vector<std::string> &v) in EditorCommand()
Dcontrol_call_cmd.cpp36 std::string ControlCallCmd::GetResult(const std::vector<std::string>& v) in GetResult()
264 void ControlCallCmd::IsohTest(const std::vector<std::string>& v) in IsohTest()
/developtools/smartperf_host/smartperf_device/device_command/cmds/src/
Deditor_command.cpp25 EditorCommand::EditorCommand(int argc, const std::vector<std::string> &v) in EditorCommand()
Dcontrol_call_cmd.cpp36 std::string ControlCallCmd::GetResult(const std::vector<std::string>& v) in GetResult()
264 void ControlCallCmd::IsohTest(const std::vector<std::string>& v) in IsohTest()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
Dpbreader_js_memory_parser.cpp53 void from_json(const json &j, Meta &v) in from_json()
100 void from_json(const json &j, Snapshot &v) in from_json()
119 void from_json(const json &j, Nodes &v) in from_json()
147 void from_json(const json &j, Edges &v) in from_json()
165 void from_json(const json &j, Location &v) in from_json()
179 void from_json(const json &j, Sample &v) in from_json()
189 void from_json(const json &j, Strings &v) in from_json()
204 void from_json(const json &j, TraceFuncInfo &v) in from_json()
262 void from_json(const json &j, TraceTree &v) in from_json()
/developtools/hdc/src/common/
Dchannel.cpp98 for (auto v : mapChannel) { in ClearChannels() local
708 for (auto v : mapChannel) { in PrintChannel() local
794 for (auto v : mapChannel) { in EchoToAllChannelsViaSessionId() local
Dtlv.cpp108 std::vector<uint8_t> v; in Append() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/ftrace/
Dsystem_event_filter_table.cpp137 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
Dcpu_measure_filter_table.cpp143 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp33 #define HHB(v) (((v) & 0xF0) >> 4) argument
34 #define LHB(v) ((v) & 0x0F) argument
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp272 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local
319 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/binder/
DTabPaneBinderDataCut.ts220 const v = JSON.parse(JSON.stringify(val)); constant
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp30 #define HHB(v) (((v) & 0xF0) >> 4) argument
31 #define LHB(v) ((v) & 0x0F) argument
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/
Dpreprocessor-transform.ts165 for (const v of value) { constant
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
DFPS.cpp599 void FPS::GetOhFps(std::vector<std::string>& v) in GetOhFps()
776 void FPS::GetFPS(std::vector<std::string>& v) in GetFPS()

12