Home
last modified time | relevance | path

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

12

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js23 function parseData(v) { argument
50 function getValue(begin, end, v, res) { argument
/developtools/profiler/host/smartperf/client/client_command/
Deditor_command.cpp29 EditorCommand::EditorCommand(int argc, std::vector<std::string> v) in EditorCommand()
61 std::string EditorCommand::SlideFps(std::vector<std::string> v) in SlideFps()
74 std::string EditorCommand::SlideFPS(std::vector<std::string> v) in SlideFPS()
130 float EditorCommand::ColdStart(std::vector<std::string> v) in ColdStart()
170 float EditorCommand::HotStart(std::vector<std::string> v) in HotStart()
Dsmartperf_main.cpp20 std::vector<std::string> v; in main() local
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dindex_map.h285 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()
Dindex_map.cpp119 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
146 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local
Dtable_base.cpp235 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterTS() local
282 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
Dargs_table.cpp201 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
Debpf_elf_symbol_table.cpp206 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
Debpf_process_maps_table.cpp226 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
Dsystem_event_filter_table.cpp199 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
Debpf_elf_table.cpp238 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
Dclock_event_filter_table.cpp206 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
Dpaged_memory_sample_table.cpp228 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
Dclk_event_filter_table.cpp208 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
Dcpu_measure_filter_table.cpp210 auto v = static_cast<uint64_t>(sqlite3_value_int64(argv)); in FilterSorted() local
Dprocess_table.cpp317 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId() local
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp29 #define HHB(v) (((v) & 0xF0) >> 4) argument
30 #define LHB(v) ((v) & 0x0F) argument
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp31 #define HHB(v) (((v) & 0xF0) >> 4) argument
32 #define LHB(v) ((v) & 0x0F) argument
/developtools/hdc/src/common/
Dchannel.cpp95 for (auto v : mapChannel) { in ClearChannels() local
540 for (auto v : mapChannel) { in EchoToAllChannelsViaSessionId() local
/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp185 uint64_t v = TESTNUMBER1; variable
/developtools/hiperf/src/
Dperf_file_writer.cpp443 bool PerfFileWriter::AddU64Feature(FEATURE feature, uint64_t v) in AddU64Feature()
Dperf_event_record.cpp71 inline void PushToBinary(bool condition, uint8_t *&p, const T &v) in PushToBinary()
91 inline void PopFromBinary(bool condition, uint8_t *&p, T &v) in PopFromBinary()
/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.cpp85 for (string v : registerCommand) { in IsRegisterCommand() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dperf_event_record.cpp72 inline void PushToBinary(bool condition, uint8_t *&p, const T &v) in PushToBinary()
92 inline void PopFromBinary(bool condition, uint8_t *&p, T &v) in PopFromBinary()

12