Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dsimple_excel_writer.py72 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
112 def __increment_y(self, sheet_name: str, value: int = 1) -> int:
119 def __increment_x(self, sheet_name: str, value: int = 1) -> int:
Dbasic_tool.py28 def unit_adaptive(size: int) -> str:
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dsimple_excel_writer.py70 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
110 def __increment_y(self, sheet_name: str, value: int = 1) -> int:
117 def __increment_x(self, sheet_name: str, value: int = 1) -> int:
Dbasic_tool.py25 def unit_adaptive(size: int) -> str:
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dtemplate_processor.py146 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
204 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
245 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
Drom_analysis.py369 …gn_info_file: str, base_name: str, rom_ram_baseline: Dict, rom_size_dict: Dict, f: str, size: int):
/developtools/integration_verification/tools/fotff/rec/
Dfotff_test.go51 func NewFotffMocker(stepsNum int, firstFail int) *FotffMocker {
/developtools/integration_verification/tools/fotff/vcs/gitee/
Dissue.go29 func GetMRIssueURL(owner string, repo string, num int) ([]string, error) {
/developtools/smartperf_host/ide/server/
Dmain.go173 func getPidByPort(portNumber int) int {
496 func checkPort(port int) {
/developtools/integration_verification/tools/fotff/res/
Dres.go60 func Fake(n int) {
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp811 void* hook_mmap(void*(*fn)(void*, size_t, int, int, int, off_t), in hook_mmap() argument
996 int hook_prctl(int(*fn)(int, ...), in hook_prctl() argument
/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp248 void FfrtConverter::ClassifySchedSwitchData(const size_t index, std::unordered_map<int, std::vector… in ClassifySchedSwitchData()
272 void FfrtConverter::FindFfrtProcessAndClassify(const size_t index, std::unordered_map<int, std::vec… in FindFfrtProcessAndClassify()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp184 static std::string GetName(const std::map<int, std::string>& nameMap, int type) in GetName()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_processor.cpp166 static std::string GetName(const std::map<int, std::string> &nameMap, int type) in GetName()
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp540 bool GetLongTraceFilePaths(const TraceExportOption &traceExportOption, std::map<int, std::string> &… in GetLongTraceFilePaths()
/developtools/hiperf/src/
Dsubcommand_record.cpp658 bool SubCommandRecord::SetPerfLimit(const std::string& file, int value, std::function<bool (int, in… in SetPerfLimit()