Searched refs:TextIO (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/startop/scripts/app_startup/ |
D | app_startup_runner.py | 36 from typing import Any, Callable, Dict, Generic, Iterable, List, NamedTuple, TextIO, Tuple, TypeVar… 194 def parse_run_script_csv_file(csv_file: TextIO) -> List[int]: argument 205 -> Tuple[str, TextIO]:
|
D | analyze_metrics.py | 35 from typing import Any, List, Dict, Iterable, TextIO, Tuple 100 def read_headers(input_file: TextIO) -> Tuple[List[str], List[str]]: argument 120 def read_labels_and_data(input_file: TextIO) -> Iterable[Tuple[List[str], List[int]]]: argument
|