/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_unfilled_gen.py | 58 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 …]
|
D | u_indices_gen.py | 77 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/ |
D | precompiler.py | 82 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/ |
D | file_prefix_map.py | 67 in_json: TextIO, output: TextIO, prefix_map_json: TextIO
|
D | generate_python_package.py | 232 label: str, proto_libraries: Iterable[TextIO] 254 setup_json: TextIO, 256 proto_libraries: Iterable[TextIO],
|
D | generated_tests.py | 194 output: TextIO, 216 output: TextIO,
|
/external/trusty/arm-trusted-firmware/tools/memory/memory/ |
D | mapparser.py | 19 def __init__(self, map_file: TextIO): 27 def read_symbols(file: TextIO, pattern: str = None) -> dict:
|
/external/pytorch/torch/distributed/elastic/multiprocessing/ |
D | tail_log.py | 27 header: str, file: str, dst: TextIO, finished: Event, interval_sec: float 93 dst: TextIO,
|
/external/executorch/exir/ |
D | print_program.py | 150 out: Optional[TextIO] = None, 247 def pretty_print(obj: Any, indent: int = 0, out: Optional[TextIO] = None) -> None:
|
/external/pytorch/torch/distributed/elastic/rendezvous/ |
D | etcd_server.py | 152 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/ |
D | write_cleartext_keyset.py | 23 def WriteKeyset(keyset: tink.KeysetHandle, text_io_stream: TextIO) -> None:
|
D | write_keyset.py | 32 text_io_stream: TextIO,
|
/external/pigweed/pw_build_info/ |
D | substitute_workspace_status_tool.py | 22 def _load_status_file(file: TextIO) -> dict[str, str]:
|
/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/python/cpython3/Tools/cases_generator/ |
D | uop_id_generator.py | 28 filenames: list[str], analysis: Analysis, outfile: TextIO, distinct_namespace: bool
|
D | opcode_id_generator.py | 28 filenames: list[str], analysis: Analysis, outfile: TextIO
|
D | uop_metadata_generator.py | 66 filenames: list[str], analysis: Analysis, outfile: TextIO
|
D | py_metadata_generator.py | 67 filenames: list[str], analysis: Analysis, outfile: TextIO
|
/external/toolchain-utils/llvm_tools/ |
D | generate_llvm_revert_report.py | 70 def write_reverts_as_csv(write_to: TextIO, reverts: List[RevertInfo]):
|
/external/cronet/stable/third_party/libc++/src/utils/ |
D | generate_extended_grapheme_cluster_test.py | 39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
|
/external/cronet/tot/third_party/libc++/src/utils/ |
D | generate_extended_grapheme_cluster_test.py | 39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
|
/external/pytorch/tools/ |
D | nvcc_fix_deps.py | 41 def repair_depfile(depfile: TextIO, include_dirs: list[Path]) -> None:
|
/external/pigweed/pw_bloat/py/pw_bloat/ |
D | bloaty_config.py | 364 out_file: TextIO,
|
/external/pigweed/third_party/fuchsia/ |
D | generate_fuchsia_patch.py | 53 def _read_files_list(file: TextIO) -> Iterable[str]:
|