Searched defs:TextIO (Results 1 – 18 of 18) sorted by relevance
| /external/pigweed/pw_build/py/pw_build/ |
| D | file_prefix_map.py | 66 in_json: TextIO, output: TextIO, prefix_map_json: TextIO
|
| D | generate_python_package.py | 233 label: str, proto_libraries: Iterable[TextIO] 255 setup_json: TextIO, 257 proto_libraries: Iterable[TextIO],
|
| D | generated_tests.py | 196 output: TextIO, 218 output: TextIO,
|
| /external/pigweed/pw_snapshot/py/pw_snapshot/ |
| D | processor.py | 171 out_file: TextIO, 172 token_db: Optional[TextIO],
|
| /external/pigweed/pw_snapshot/py/ |
| D | generate_example_snapshot.py | 48 def _main(out_file: TextIO):
|
| /external/pigweed/pw_thread_freertos/py/pw_thread_freertos/ |
| D | generate_freertos_tsktcb.py | 79 output: TextIO,
|
| /external/cronet/buildtools/third_party/libc++/trunk/utils/ |
| D | generate_extended_grapheme_cluster_test.py | 40 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
|
| /external/pigweed/third_party/fuchsia/ |
| D | generate_fuchsia_patch.py | 51 def _read_files_list(file: TextIO) -> Iterable[str]:
|
| /external/pigweed/pw_bloat/py/pw_bloat/ |
| D | bloaty_config.py | 360 out_file: TextIO,
|
| /external/angle/build/android/gyp/ |
| D | create_unwind_table.py | 56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]: 83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]:
|
| /external/cronet/build/android/gyp/ |
| D | create_unwind_table.py | 56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]: 83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]:
|
| /external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
| D | database.py | 393 def _handle_report(token_database_or_elf: List[Path], output: TextIO) -> None:
|
| D | tokens.py | 355 def parse_csv(fd: TextIO) -> Iterable[TokenizedStringEntry]:
|
| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | pigweed_presubmit.py | 688 def _read_notice_lines(file: TextIO) -> Iterable[str]:
|
| D | format_code.py | 416 file: TextIO = sys.stdout,
|
| /external/python/cpython3/Lib/ |
| D | typing.py | 2616 class TextIO(IO[str]): class 2656 TextIO = TextIO variable in io
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 5377 def __init__(self, stream_object: TextIO):
|
| /external/python/cpython3/Lib/test/ |
| D | test_typing.py | 4501 def stuff(a: TextIO) -> str:
|