Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py58 def prolog(f: 'T.TextIO'):
86 def line(f: 'T.TextIO', intype, outtype, ptr, v0, v1 ):
94 def do_tri(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2 ):
99 def do_quad(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3 ):
111 def preamble(f: 'T.TextIO', intype, outtype, prim):
129 def postamble(f: 'T.TextIO'):
133 def tris(f: 'T.TextIO', intype, outtype):
141 def tristrip(f: 'T.TextIO', intype, outtype):
149 def trifan(f: 'T.TextIO', intype, outtype):
158 def polygon(f: 'T.TextIO', intype, outtype):
[all …]
Du_indices_gen.py77 def prolog(f: 'T.TextIO') -> None:
108 def shape(f: 'T.TextIO', intype, outtype, ptr, *vertices):
112 def do_point(f: 'T.TextIO', intype, outtype, ptr, v0 ):
115 def do_line(f: 'T.TextIO', intype, outtype, ptr, v0, v1, inpv, outpv ):
121 def do_tri(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, inpv, outpv ):
129 def do_quad(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv, out_prim ):
145 def do_lineadj(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ):
151 def do_triadj(f: 'T.TextIO', intype, outtype, ptr, v0, v1, v2, v3, v4, v5, inpv, outpv ):
163 def preamble(f: 'T.TextIO', intype, outtype, inpv, outpv, pr, prim, out_prim):
181 def postamble(f: 'T.TextIO'):
[all …]
/external/bazelbuild-rules_python/tools/precompiler/
Dprecompiler.py82 def __init__(self, instream: "typing.TextIO", outstream: "typing.TextIO"):
151 def __init__(self, reader: "typing.TextIO", writer: "typing.TextIO"):
159 async def main(cls, instream: "typing.TextIO", outstream: "typing.TextIO") -> None:
165 cls, instream: "typing.TextIO", outstream: "typing.TextIO"
/external/pigweed/pw_build/py/pw_build/
Dfile_prefix_map.py67 in_json: TextIO, output: TextIO, prefix_map_json: TextIO
Dgenerate_python_package.py232 label: str, proto_libraries: Iterable[TextIO]
254 setup_json: TextIO,
256 proto_libraries: Iterable[TextIO],
Dgenerated_tests.py194 output: TextIO,
216 output: TextIO,
/external/trusty/arm-trusted-firmware/tools/memory/memory/
Dmapparser.py19 def __init__(self, map_file: TextIO):
27 def read_symbols(file: TextIO, pattern: str = None) -> dict:
/external/pytorch/torch/distributed/elastic/multiprocessing/
Dtail_log.py27 header: str, file: str, dst: TextIO, finished: Event, interval_sec: float
93 dst: TextIO,
/external/executorch/exir/
Dprint_program.py150 out: Optional[TextIO] = None,
247 def pretty_print(obj: Any, indent: int = 0, out: Optional[TextIO] = None) -> None:
/external/pytorch/torch/distributed/elastic/rendezvous/
Detcd_server.py152 stderr: Union[int, TextIO, None] = None, argument
188 self, data_dir: str, timeout: int = 60, stderr: Union[int, TextIO, None] = None argument
/external/tink/python/examples/walkthrough/
Dwrite_cleartext_keyset.py23 def WriteKeyset(keyset: tink.KeysetHandle, text_io_stream: TextIO) -> None:
Dwrite_keyset.py32 text_io_stream: TextIO,
/external/pigweed/pw_build_info/
Dsubstitute_workspace_status_tool.py22 def _load_status_file(file: TextIO) -> dict[str, str]:
/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/python/cpython3/Tools/cases_generator/
Duop_id_generator.py28 filenames: list[str], analysis: Analysis, outfile: TextIO, distinct_namespace: bool
Dopcode_id_generator.py28 filenames: list[str], analysis: Analysis, outfile: TextIO
Duop_metadata_generator.py66 filenames: list[str], analysis: Analysis, outfile: TextIO
Dpy_metadata_generator.py67 filenames: list[str], analysis: Analysis, outfile: TextIO
/external/toolchain-utils/llvm_tools/
Dgenerate_llvm_revert_report.py70 def write_reverts_as_csv(write_to: TextIO, reverts: List[RevertInfo]):
/external/cronet/stable/third_party/libc++/src/utils/
Dgenerate_extended_grapheme_cluster_test.py39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
/external/cronet/tot/third_party/libc++/src/utils/
Dgenerate_extended_grapheme_cluster_test.py39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
/external/pytorch/tools/
Dnvcc_fix_deps.py41 def repair_depfile(depfile: TextIO, include_dirs: list[Path]) -> None:
/external/pigweed/pw_bloat/py/pw_bloat/
Dbloaty_config.py364 out_file: TextIO,
/external/pigweed/third_party/fuchsia/
Dgenerate_fuchsia_patch.py53 def _read_files_list(file: TextIO) -> Iterable[str]:

123