Searched defs:int (Results 1 – 16 of 16) sorted by relevance
72 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:
28 def unit_adaptive(size: int) -> str:
70 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:
25 def unit_adaptive(size: int) -> str:
146 …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…
369 …gn_info_file: str, base_name: str, rom_ram_baseline: Dict, rom_size_dict: Dict, f: str, size: int):
51 func NewFotffMocker(stepsNum int, firstFail int) *FotffMocker {
29 func GetMRIssueURL(owner string, repo string, num int) ([]string, error) {
173 func getPidByPort(portNumber int) int {496 func checkPort(port int) {
60 func Fake(n int) {
811 void* hook_mmap(void*(*fn)(void*, size_t, int, int, int, off_t), in hook_mmap() argument996 int hook_prctl(int(*fn)(int, ...), in hook_prctl() argument
248 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()
184 static std::string GetName(const std::map<int, std::string>& nameMap, int type) in GetName()
166 static std::string GetName(const std::map<int, std::string> &nameMap, int type) in GetName()
540 bool GetLongTraceFilePaths(const TraceExportOption &traceExportOption, std::map<int, std::string> &… in GetLongTraceFilePaths()
658 bool SubCommandRecord::SetPerfLimit(const std::string& file, int value, std::function<bool (int, in… in SetPerfLimit()