Searched defs:TextIO (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/cc/ndkstubgen/ |
H A D | __init__.py | 31 def __init__(self, src_file: TextIO, version_script: TextIO, arch: Arch,
|
/aosp12/frameworks/base/startop/scripts/iorap/lib/ |
H A D | inode2filename.py | 31 def __init__(self, inode_data_file: TextIO): 54 def build_inode_lookup_table(inode_data_file: TextIO) -> Dict[Tuple[int, int], Tuple[str, str]]:
|
/aosp12/system/extras/perf2cfg/perf2cfg/ |
H A D | edit.py | 101 input_stream: TextIO, 102 output_stream: TextIO,
|
/aosp12/frameworks/base/startop/scripts/app_startup/ |
H A D | analyze_metrics.py | 100 def read_headers(input_file: TextIO) -> Tuple[List[str], List[str]]: 120 def read_labels_and_data(input_file: TextIO) -> Iterable[Tuple[List[str], List[int]]]:
|
H A D | app_startup_runner.py | 185 def parse_run_script_csv_file(csv_file: TextIO) -> DataFrame:
|
/aosp12/build/soong/cc/symbolfile/ |
H A D | __init__.py | 272 def __init__(self, input_file: TextIO, api_map: ApiMap, arch: Arch,
|