Home
last modified time | relevance | path

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

12

/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/pigweed/pw_build/py/pw_build/
Dfile_prefix_map.py67 in_json: TextIO, output: TextIO, prefix_map_json: TextIO
Dgenerate_python_package.py230 label: str, proto_libraries: Iterable[TextIO]
252 setup_json: TextIO,
254 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/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_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/toolchain-utils/llvm_tools/
Dgenerate_llvm_revert_report.py70 def write_reverts_as_csv(write_to: TextIO, reverts: List[RevertInfo]):
/external/cronet/third_party/libc++/src/utils/
Dgenerate_extended_grapheme_cluster_test.py39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]:
/external/mesa3d/src/util/
Dglsl2spirv.py139 def preprocess_file(args: 'Arguments', origin_file: T.TextIO, directory: os.PathLike) -> str:
/external/pigweed/third_party/fuchsia/
Dgenerate_fuchsia_patch.py53 def _read_files_list(file: TextIO) -> Iterable[str]:
/external/pigweed/pw_bloat/py/pw_bloat/
Dbloaty_config.py364 out_file: TextIO,
/external/pigweed/pw_snapshot/py/pw_snapshot/
Dprocessor.py193 out_file: TextIO,
/external/tink/python/tink/
D_keyset_writer.py45 def __init__(self, text_io_stream: TextIO):
/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py58 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/
Dgen_android_bp.py116 def render(self, obj, stream: typing.TextIO):
/external/python/cpython3/Tools/scripts/
Ddeepfreeze.py112 def __init__(self, file: TextIO) -> None:
460 def generate(args: list[str], output: TextIO) -> None:
/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.py389 def _handle_report(token_database_or_elf: list[Path], output: TextIO) -> None:
Dtokens.py352 def parse_csv(fd: TextIO) -> Iterable[TokenizedStringEntry]:
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py1109 def _read_notice_lines(file: TextIO) -> Iterable[str]:

12