Lines Matching defs:str
55 version: str,
56 git_rev: str,
57 arch: str,
58 config: str,
59 compiler: str,
60 opt_level: str,
90 host_arch: str,
91 measure_cmd: str,
109 record_dir: str,
110 comp_dir: str,
172 host_arch: str,
274 git_rev: str,
275 pre_make_cmd: typing.List[str],
276 make_cmd: str,
277 measure_cmd: str,
298 def validate_git_revision(git_rev: str) -> str:
334 def _build_libraries(self, git_worktree_path: str) -> None:
364 def _gen_raw_code_size(self, git_worktree_path: str) -> typing.Dict[str, str]:
384 def _remove_worktree(self, git_worktree_path: str) -> None:
396 git_worktree_path: str) -> None:
441 git_rev: str,
442 code_size_text: typing.Dict[str, str], argument
458 old_rev: str,
459 new_rev: str,
507 def _set_size_record(self, git_rev: str, mod: str, size_text: str) -> None:
522 def read_size_record(self, git_rev: str, fname: str) -> None:
554 git_rev: str,
555 code_size_text: typing.Dict[str, str], argument
579 old_rev: str,
580 new_rev: str,
609 sect: str
655 typing.Dict[str,