Home
last modified time | relevance | path

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

12

/external/pigweed/pw_build/py/pw_build/
Dfile_prefix_map.py18 from typing import Iterator, List, TextIO
66 in_json: TextIO, output: TextIO, prefix_map_json: TextIO argument
Dgenerate_python_package.py33 TextIO,
233 label: str, proto_libraries: Iterable[TextIO] argument
255 setup_json: TextIO, argument
257 proto_libraries: Iterable[TextIO], argument
Dgenerated_tests.py31 TextIO,
196 output: TextIO, argument
218 output: TextIO, argument
/external/pigweed/pw_thread_freertos/py/pw_thread_freertos/
Dgenerate_freertos_tsktcb.py23 from typing import Optional, TextIO
79 output: TextIO, argument
/external/pigweed/pw_snapshot/py/pw_snapshot/
Dprocessor.py21 from typing import Optional, BinaryIO, TextIO, Callable
171 out_file: TextIO, argument
172 token_db: Optional[TextIO], argument
/external/pigweed/pw_snapshot/py/
Dgenerate_example_snapshot.py19 from typing import TextIO
48 def _main(out_file: TextIO): argument
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
D_legacy.py7 from typing import Union, Iterable, ContextManager, BinaryIO, TextIO, Any
61 ) -> TextIO:
/external/python/setuptools/setuptools/_vendor/importlib_resources/
D_legacy.py7 from typing import Union, Iterable, ContextManager, BinaryIO, TextIO, Any
61 ) -> TextIO:
/external/pigweed/third_party/fuchsia/
Dgenerate_fuchsia_patch.py24 from typing import Iterable, List, TextIO, Optional, Union
51 def _read_files_list(file: TextIO) -> Iterable[str]: argument
/external/cronet/buildtools/third_party/libc++/trunk/utils/
Dgenerate_extended_grapheme_cluster_test.py18 from typing import Optional, TextIO
40 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]: argument
/external/angle/build/fuchsia/test/
Dlog_manager.py13 from typing import Iterable, Optional, TextIO
62 def open_log_file(self, log_file_name: str) -> TextIO:
/external/cronet/build/fuchsia/test/
Dlog_manager.py14 from typing import Iterable, Optional, TextIO
55 def open_log_file(self, log_file_name: str) -> TextIO:
/external/python/cpython3/Lib/importlib/
Dresources.py15 from typing.io import BinaryIO, TextIO
79 ) -> TextIO:
/external/pigweed/pw_bloat/py/pw_bloat/
Dbloaty_config.py20 from typing import BinaryIO, Dict, List, NamedTuple, Optional, TextIO
360 out_file: TextIO, argument
/external/angle/build/android/gyp/
Dcreate_unwind_table.py17 from typing import (Dict, Iterable, List, NamedTuple, Sequence, TextIO, Tuple,
56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]: argument
83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]: argument
/external/cronet/build/android/gyp/
Dcreate_unwind_table.py17 from typing import (Dict, Iterable, List, NamedTuple, Sequence, TextIO, Tuple,
56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]: argument
83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]: argument
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Dtokens.py37 TextIO,
355 def parse_csv(fd: TextIO) -> Iterable[TokenizedStringEntry]: argument
Ddatabase.py42 TextIO,
393 def _handle_report(token_database_or_elf: List[Path], output: TextIO) -> None: argument
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py27 from typing import Callable, Iterable, List, Sequence, TextIO
688 def _read_notice_lines(file: TextIO) -> Iterable[str]: argument
Dformat_code.py42 TextIO,
416 file: TextIO = sys.stdout, argument
/external/python/cpython3/Lib/
Dtyping.py2616 class TextIO(IO[str]): class
2656 TextIO = TextIO variable in io
/external/python/cpython3/Misc/NEWS.d/
D3.10.0b2.rst291 Add ``IO``, ``BinaryIO``, ``TextIO``, ``Match``, and ``Pattern`` to
/external/python/cpython3/Lib/test/
Dtest_typing.py24 from typing import IO, TextIO, BinaryIO
4501 def stuff(a: TextIO) -> str: argument
4516 from typing.io import IO, TextIO, BinaryIO, __all__, __name__
4518 self.assertIs(TextIO, typing.TextIO)
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py114 NoReturn, ClassVar, IO, Iterator, TextIO, Type
5377 def __init__(self, stream_object: TextIO): argument
5381 def get_object(self) -> TextIO:
/external/python/absl-py/absl/testing/
Dabsltest.py67 …ist, Mapping, MutableMapping, MutableSequence, Optional, Sequence, Text, TextIO, Tuple, Type, Union

12