Lines Matching defs:str
56 version: str,
57 git_rev: str,
58 arch: str,
59 config: str,
60 compiler: str,
61 opt_level: str,
91 host_arch: str,
92 measure_cmd: str,
110 record_dir: str,
111 comp_dir: str,
173 host_arch: str,
275 git_rev: str,
276 pre_make_cmd: typing.List[str],
277 make_cmd: str,
278 measure_cmd: str,
299 def validate_git_revision(git_rev: str) -> str:
335 def _build_libraries(self, git_worktree_path: str) -> None:
365 def _gen_raw_code_size(self, git_worktree_path: str) -> typing.Dict[str, str]:
385 def _remove_worktree(self, git_worktree_path: str) -> None:
397 git_worktree_path: str) -> None:
442 git_rev: str,
443 code_size_text: typing.Dict[str, str], argument
459 old_rev: str,
460 new_rev: str,
508 def _set_size_record(self, git_rev: str, mod: str, size_text: str) -> None:
523 def read_size_record(self, git_rev: str, fname: str) -> None:
555 git_rev: str,
556 code_size_text: typing.Dict[str, str], argument
580 old_rev: str,
581 new_rev: str,
610 sect: str
656 typing.Dict[str,