| /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/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 | 230 label: str, proto_libraries: Iterable[TextIO] 252 setup_json: TextIO, 254 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/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_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/toolchain-utils/llvm_tools/ |
| D | generate_llvm_revert_report.py | 70 def write_reverts_as_csv(write_to: TextIO, reverts: List[RevertInfo]):
|
| /external/cronet/third_party/libc++/src/utils/ |
| D | generate_extended_grapheme_cluster_test.py | 39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
|
| /external/mesa3d/src/util/ |
| D | glsl2spirv.py | 139 def preprocess_file(args: 'Arguments', origin_file: T.TextIO, directory: os.PathLike) -> str:
|
| /external/pigweed/third_party/fuchsia/ |
| D | generate_fuchsia_patch.py | 53 def _read_files_list(file: TextIO) -> Iterable[str]:
|
| /external/pigweed/pw_bloat/py/pw_bloat/ |
| D | bloaty_config.py | 364 out_file: TextIO,
|
| /external/pigweed/pw_snapshot/py/pw_snapshot/ |
| D | processor.py | 193 out_file: TextIO,
|
| /external/tink/python/tink/ |
| D | _keyset_writer.py | 45 def __init__(self, text_io_stream: TextIO):
|
| /external/python/cpython3/Lib/test/libregrtest/ |
| D | runtest_mp.py | 58 def run_test_in_subprocess(testname: str, ns: Namespace, stdout_fh: TextIO) -> subprocess.Popen: 210 def _run_process(self, test_name: str, stdout_fh: TextIO) -> int:
|
| /external/sdv/vsomeip/third_party/boost/ |
| D | gen_android_bp.py | 116 def render(self, obj, stream: typing.TextIO):
|
| /external/python/cpython3/Tools/scripts/ |
| D | deepfreeze.py | 112 def __init__(self, file: TextIO) -> None: 460 def generate(args: list[str], output: TextIO) -> None:
|
| /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 | 389 def _handle_report(token_database_or_elf: list[Path], output: TextIO) -> None:
|
| D | tokens.py | 352 def parse_csv(fd: TextIO) -> Iterable[TokenizedStringEntry]:
|
| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | pigweed_presubmit.py | 1109 def _read_notice_lines(file: TextIO) -> Iterable[str]:
|