Home
last modified time | relevance | path

Searched defs:int (Results 1 – 10 of 10) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dsimple_excel_writer.py43 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/
Dsimple_excel_writer.py60 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/
Dtemplate_processor.py145 …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/
Dmain.go143 func getPidByPort(portNumber int) int {
399 func checkPort(port int){
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.h109 virtual void Init(int, const char* const*) in Init() argument
/developtools/hiperf/include/
Dhashlist.hpp163 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/
Dhook_client.cpp564 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/
Dhttp_server.cpp335 auto resultCallback = [&client](const std::string& result, int) { in ProcessRequest() argument
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp186 static std::string GetName(const std::map<int, std::string>& nameMap, int type) in GetName()
/developtools/hiperf/src/
Dsubcommand_record.cpp642 bool SubCommandRecord::SetPerfLimit(const std::string& file, int value, std::function<bool (int, in… in SetPerfLimit()