Home
last modified time | relevance | path

Searched defs:int (Results 1 – 18 of 18) 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.py147 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
205 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
246 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
Drom_analysis.py376 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.go211 func getPidByPort(portNumber int) int {
644 func checkPort(port int) {
/developtools/integration_verification/tools/fotff/res/
Dres.go60 func Fake(n int) {
/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp938 static void GenTaskGroups(std::vector<std::vector<tidInfo>> &taskGroups, std::pair<int, std::vector… in GenTaskGroups()
1168std::pair<int, FfrtTidMap> pidItem, std::string traceBeginMark, in ExceTaskLabelOhos()
1223 … std::string label, std::unordered_map<int, int> &schedWakeFlag) in HandleHFfrtTaskExecute()
1306 … TaskLabels &taskLabels, std::unordered_map<int, int> &schedWakeFlag) in HandlePreLinenoNohos()
1327std::pair<int, FfrtTidMap> pidItem, std::unordered_map<int, int> &schedWakeFlag) in ExceTaskLabelNohos()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_hap.cpp191 std::unordered_map<int, int>& typeAndOffsetMap) in ExtractedResult()
/developtools/hiperf/include/
Dperf_event_record.h439 void DumpData(int) const override {}; in DumpData() argument
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp981 void* hook_mmap(void*(*fn)(void*, size_t, int, int, int, off_t), in hook_mmap() argument
1146 int hook_prctl(int(*fn)(int, ...), in hook_prctl() argument
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
Ddevice.py196 def click(self, x: int, y: int):
/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.cpp558 bool GetLongTraceFilePaths(const TraceExportOption &traceExportOption, std::map<int, std::string> &… in GetLongTraceFilePaths()
/developtools/hiperf/src/
Dsubcommand_record.cpp805 bool SubCommandRecord::SetPerfLimit(const std::string& file, int value, std::function<bool (int, in… in SetPerfLimit()