Lines Matching defs:self
52 def __init__(self, soong_workspace: pathlib.Path): argument
62 def build(self, build_targets: Set[str]) -> None: argument
113 def build_targets(self) -> set: argument
117 def stage(self, _): argument
122 def sync(self): argument
130 def clean(self): argument
141 def __init__(self, stage_path: pathlib.Path, workspace_path: pathlib.Path, argument
147 def stage(self, _): argument
152 def sync(self): argument
155 def clean(self): argument
158 def __repr__(self): argument
193 def __init__(self, stage_path: pathlib.Path, workspace_path: pathlib.Path, argument
199 def __repr__(self): argument
204 def stage(self, mapping: Dict[str, str]): argument
221 def sync(self): argument
224 def clean(self): argument
254 def __init__(self, stage_path: pathlib.Path, workspace_path: pathlib.Path, argument
268 def __repr__(self): argument
275 def build_targets(self) -> set: argument
287 def stage(self, mapping: Dict[str, str]): argument
297 def sync(self): argument
310 def clean(self): argument
377 def __init__(self, argument
402 def __repr__(self): argument
407 def stage(self, mapping: Dict[str, str]) -> None: argument
412 def sync(self) -> None: argument
417 def clean(self) -> None: argument
422 def build_targets(self) -> Set[str]: argument
428 def load(self) -> List[Resource]: argument
471 def _static_resource_paths(self) -> List[pathlib.Path]: argument
474 def _template_resource_paths(self) -> List[pathlib.Path]: argument
535 def __init__(self, env_dict: Dict[str, str] = os.environ): argument
561 def __repr__(self): argument
564 def generate(self): argument
597 def sync(self): argument
613 def clean(self): argument