Searched refs:TextIO (Results 1 – 2 of 2) sorted by relevance
/system/extras/perf2cfg/perf2cfg/ |
D | edit.py | 29 from typing import DefaultDict, Iterator, List, TextIO, Tuple 101 input_stream: TextIO, argument 102 output_stream: TextIO, argument
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 34 from typing import Any, Dict, Iterator, List, Optional, Set, Tuple, Union, TextIO 900 …def _parse_disassembly_for_functions(self, fh: TextIO, sorted_addr_ranges: List[AddrRange]) -> Opt… argument
|