Home
last modified time | relevance | path

Searched defs:TextIO (Results 1 – 18 of 18) sorted by relevance

/external/pigweed/pw_build/py/pw_build/
Dfile_prefix_map.py66 in_json: TextIO, output: TextIO, prefix_map_json: TextIO
Dgenerate_python_package.py233 label: str, proto_libraries: Iterable[TextIO]
255 setup_json: TextIO,
257 proto_libraries: Iterable[TextIO],
Dgenerated_tests.py196 output: TextIO,
218 output: TextIO,
/external/pigweed/pw_snapshot/py/pw_snapshot/
Dprocessor.py171 out_file: TextIO,
172 token_db: Optional[TextIO],
/external/pigweed/pw_snapshot/py/
Dgenerate_example_snapshot.py48 def _main(out_file: TextIO):
/external/pigweed/pw_thread_freertos/py/pw_thread_freertos/
Dgenerate_freertos_tsktcb.py79 output: TextIO,
/external/cronet/buildtools/third_party/libc++/trunk/utils/
Dgenerate_extended_grapheme_cluster_test.py40 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
/external/pigweed/third_party/fuchsia/
Dgenerate_fuchsia_patch.py51 def _read_files_list(file: TextIO) -> Iterable[str]:
/external/pigweed/pw_bloat/py/pw_bloat/
Dbloaty_config.py360 out_file: TextIO,
/external/angle/build/android/gyp/
Dcreate_unwind_table.py56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]:
83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]:
/external/cronet/build/android/gyp/
Dcreate_unwind_table.py56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]:
83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]:
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Ddatabase.py393 def _handle_report(token_database_or_elf: List[Path], output: TextIO) -> None:
Dtokens.py355 def parse_csv(fd: TextIO) -> Iterable[TokenizedStringEntry]:
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py688 def _read_notice_lines(file: TextIO) -> Iterable[str]:
Dformat_code.py416 file: TextIO = sys.stdout,
/external/python/cpython3/Lib/
Dtyping.py2616 class TextIO(IO[str]): class
2656 TextIO = TextIO variable in io
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py5377 def __init__(self, stream_object: TextIO):
/external/python/cpython3/Lib/test/
Dtest_typing.py4501 def stuff(a: TextIO) -> str: