Home
last modified time | relevance | path

Searched refs:TextIO (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/startop/scripts/iorap/lib/
Dinode2filename.py19 …Callable, Dict, Generic, Iterable, List, NamedTuple, TextIO, Tuple, TypeVar, Optional, Union, Text…
31 def __init__(self, inode_data_file: TextIO): argument
54 def build_inode_lookup_table(inode_data_file: TextIO) -> Dict[Tuple[int, int], Tuple[str, str]]: argument
/frameworks/base/startop/scripts/iorap/
Dcompiler.py22 from typing import TextIO, List
37 compiler) -> TextIO:
48 compiler) -> TextIO:
58 activity: str) -> TextIO:
Dcompile_handcrafted_file.py28 from typing import Any, Callable, Dict, Generic, Iterable, List, NamedTuple, TextIO, Tuple, TypeVar…
/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner.py36 from typing import Any, Callable, Iterable, List, NamedTuple, TextIO, Tuple, \
166 simulate: bool) -> Tuple[bool, TextIO]:
185 def parse_run_script_csv_file(csv_file: TextIO) -> DataFrame: argument
Danalyze_metrics.py35 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