Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 36) 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/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/hiperf/include/
Dspe_decoder.h105 #define PERF_SPE_ADDR_PKT_ADDR_GET_BYTES_0_6(v) ((v) & GENMASK_ULL(55, 0)) argument
106 #define PERF_SPE_ADDR_PKT_ADDR_GET_BYTE_6(v) (((v) & GENMASK_ULL(55, 48)) >> 48) argument
108 #define PERF_SPE_ADDR_PKT_GET_NS(v) (((v) & BIT_ULL(63)) >> 63) argument
109 #define PERF_SPE_ADDR_PKT_GET_EL(v) (((v) & GENMASK_ULL(62, 61)) >> 61) argument
110 #define PERF_SPE_ADDR_PKT_GET_CH(v) (((v) & BIT_ULL(62)) >> 62) argument
111 #define PERF_SPE_ADDR_PKT_GET_PAT(v) (((v) & GENMASK_ULL(59, 56)) >> 56) argument
154 #define PERF_SPE_OP_PKT_IS_OTHER_SVE_OP(v) (((v) & (BIT(7) | BIT(3) | BIT(0))) == 0x8) argument
158 #define PERF_SPE_OP_PKT_LDST_SUBCLASS_GET(v) ((v) & GENMASK_ULL(7, 1)) argument
167 #define PERF_SPE_OP_PKT_IS_LDST_ATOMIC(v) (((v) & (GENMASK_ULL(7, 5) | BIT(1))) == 0x2) argument
174 #define PERF_SPE_OP_PKT_IS_LDST_SVE(v) (((v) & (BIT(3) | BIT(1))) == 0x8) argument
[all …]
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js23 function parseData(v) { argument
50 function getValue(begin, end, v, res) { argument
/developtools/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
Dutilities_test.cpp834 std::vector<std::string> v = {""}; variable
/developtools/profiler/host/smartperf/client/client_command/
Deditor_command.cpp27 EditorCommand::EditorCommand(int argc, const std::vector<std::string> &v) in EditorCommand()
Dprofiler_fps.cpp241 void ProfilerFPS::GetFPS(std::vector<std::string> v) in GetFPS()
480 void ProfilerFPS::GetOhFps(std::vector<std::string> v) in GetOhFps()
Dcontrol_call_cmd.cpp36 std::string ControlCallCmd::GetResult(std::vector<std::string> v) in GetResult()
269 void ControlCallCmd::IsohTest(std::vector<std::string> v) in IsohTest()
/developtools/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/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/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/ide/src/trace/component/trace/sheet/binder/
DTabPaneBinderDataCut.ts220 const v = JSON.parse(JSON.stringify(val)); constant
/developtools/hdc/src/common/
Dchannel.cpp96 for (auto v : mapChannel) { in ClearChannels() local
611 for (auto v : mapChannel) { in EchoToAllChannelsViaSessionId() local
Dtlv.cpp108 std::vector<uint8_t> v; in Append() local
/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/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs209 let v = Arc::new(Mutex::new(vec)); in put_package() localVariable
238 let v = flag.lock().await; in get_stop_flag() localVariable
/developtools/profiler/tools/smaps_show/src/
Dmain.rs40 let v = self.value.entry(key.clone()).or_insert(0); in add() localVariable
/developtools/hdc/src/host/
Dmain.cpp86 for (string v : registerCommand) { in IsRegisterCommand() local

12