/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
D | simple_excel_writer.py | 43 def __increment_y(self, sheet_name: str, value: int = 1) -> int: 50 def __increment_x(self, sheet_name: str, value: int = 1) -> int: 69 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
D | simple_excel_writer.py | 60 def __increment_y(self, sheet_name: str, value: int = 1) -> int: 67 def __increment_x(self, sheet_name: str, value: int = 1) -> int: 86 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
D | template_processor.py | 145 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st… 203 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st… 244 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
|
/developtools/profiler/host/smartperf/ide/server/ |
D | main.go | 143 func getPidByPort(portNumber int) int { 399 func checkPort(port int){
|
/developtools/profiler/host/smartperf/trace_streamer/src/table/ |
D | table_base.h | 109 virtual void Init(int, const char* const*) in Init() argument
|
/developtools/hiperf/include/ |
D | hashlist.hpp | 163 auto HashList<Key, Val>::Iterator::operator++(int) noexcept in operator ++() argument 204 auto HashList<Key, Val>::Iterator::operator--(int) noexcept in operator --() argument 363 auto HashList<Key, Val>::ReverseIterator::operator++(int) noexcept in operator ++() argument 404 auto HashList<Key, Val>::ReverseIterator::operator--(int) noexcept in operator --() argument
|
/developtools/profiler/device/plugins/native_hook/src/ |
D | hook_client.cpp | 564 void* hook_mmap(void*(*fn)(void*, size_t, int, int, int, off_t), in hook_mmap() argument 707 int hook_prctl(int(*fn)(int, ...), in hook_prctl() argument
|
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
D | http_server.cpp | 335 auto resultCallback = [&client](const std::string& result, int) { in ProcessRequest() argument
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_parser.cpp | 186 static std::string GetName(const std::map<int, std::string>& nameMap, int type) in GetName()
|
/developtools/hiperf/src/ |
D | subcommand_record.cpp | 642 bool SubCommandRecord::SetPerfLimit(const std::string& file, int value, std::function<bool (int, in… in SetPerfLimit()
|