Searched defs:TextIO (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ndkstubgen/ |
D | __init__.py | 31 def __init__(self, src_file: TextIO, version_script: TextIO, 32 symbol_list: TextIO, filt: symbolfile.Filter) -> None:
|
/build/bazel/scripts/incremental_build/ |
D | incremental_build.py | 76 def _new_action_count(actions_output: TextIO = None, previous_count=0) -> int: 95 def _recompact_ninja_log(f: TextIO):
|
D | clone.py | 41 def module_defs(src_lines: TextIO) -> Generator[tuple[ModuleType, str], None, None]: 102 src_lines: TextIO, f: Filter
|
D | pretty.py | 102 def summarize_helper(metrics: TextIO, regex: str, agg: Aggregation) -> dict[str, str]:
|
/build/soong/cc/symbolfile/ |
D | __init__.py | 385 def __init__(self, input_file: TextIO, api_map: ApiMap, filt: Filter) -> None:
|