Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/indices/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/bazelbuild-rules_python/tools/precompiler/
H A 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"
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dprompt.py87 stream: Optional[TextIO] = None,
102 stream: Optional[TextIO] = None,
117 stream: Optional[TextIO] = None,
191 stream: Optional[TextIO] = None,
253 def __call__(self, *, stream: Optional[TextIO] = None) -> PromptType:
258 self, *, default: DefaultType, stream: Optional[TextIO] = None
262 def __call__(self, *, default: Any = ..., stream: Optional[TextIO] = None) -> Any:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dprompt.py87 stream: Optional[TextIO] = None,
102 stream: Optional[TextIO] = None,
117 stream: Optional[TextIO] = None,
191 stream: Optional[TextIO] = None,
253 def __call__(self, *, stream: Optional[TextIO] = None) -> PromptType:
258 self, *, default: DefaultType, stream: Optional[TextIO] = None
262 def __call__(self, *, default: Any = ..., stream: Optional[TextIO] = None) -> Any:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dprompt.py87 stream: Optional[TextIO] = None,
102 stream: Optional[TextIO] = None,
117 stream: Optional[TextIO] = None,
191 stream: Optional[TextIO] = None,
253 def __call__(self, *, stream: Optional[TextIO] = None) -> PromptType:
258 self, *, default: DefaultType, stream: Optional[TextIO] = None
262 def __call__(self, *, default: Any = ..., stream: Optional[TextIO] = None) -> Any:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dprompt.py87 stream: Optional[TextIO] = None,
102 stream: Optional[TextIO] = None,
117 stream: Optional[TextIO] = None,
191 stream: Optional[TextIO] = None,
253 def __call__(self, *, stream: Optional[TextIO] = None) -> PromptType:
258 self, *, default: DefaultType, stream: Optional[TextIO] = None
262 def __call__(self, *, default: Any = ..., stream: Optional[TextIO] = None) -> Any:
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dfile_prefix_map.py67 in_json: TextIO, output: TextIO, prefix_map_json: TextIO
H A Dgenerate_python_package.py230 label: str, proto_libraries: Iterable[TextIO]
252 setup_json: TextIO,
254 proto_libraries: Iterable[TextIO],
H A Dgenerated_tests.py194 output: TextIO,
216 output: TextIO,
/aosp_15_r20/build/soong/cc/ndkstubgen/
H A D__init__.py31 def __init__(self, src_file: TextIO, version_script: TextIO,
32 symbol_list: TextIO, filt: symbolfile.Filter) -> None:
/aosp_15_r20/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:
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/
H A Dtail_log.py27 header: str, file: str, dst: TextIO, finished: Event, interval_sec: float
93 dst: TextIO,
/aosp_15_r20/external/executorch/exir/
H A Dprint_program.py150 out: Optional[TextIO] = None,
247 def pretty_print(obj: Any, indent: int = 0, out: Optional[TextIO] = None) -> None:
/aosp_15_r20/external/pytorch/torch/distributed/elastic/rendezvous/
H A 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
/aosp_15_r20/build/bazel/scripts/incremental_build/
H A Dincremental_build.py76 def _new_action_count(actions_output: TextIO = None, previous_count=0) -> int:
95 def _recompact_ninja_log(f: TextIO):
H A Dclone.py41 def module_defs(src_lines: TextIO) -> Generator[tuple[ModuleType, str], None, None]:
102 src_lines: TextIO, f: Filter
/aosp_15_r20/system/extras/perf2cfg/perf2cfg/
H A Dedit.py101 input_stream: TextIO,
102 output_stream: TextIO,
/aosp_15_r20/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:
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Ddeepfreeze.py112 def __init__(self, file: TextIO) -> None:
460 def generate(args: list[str], output: TextIO) -> None:
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcreate_unwind_table.py56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]:
83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]:
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcreate_unwind_table.py56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]:
83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]:
/aosp_15_r20/external/tink/python/examples/walkthrough/
H A Dwrite_cleartext_keyset.py23 def WriteKeyset(keyset: tink.KeysetHandle, text_io_stream: TextIO) -> None:
/aosp_15_r20/external/pigweed/pw_build_info/
H A Dsubstitute_workspace_status_tool.py22 def _load_status_file(file: TextIO) -> dict[str, str]:
/aosp_15_r20/external/pigweed/pw_snapshot/py/
H A Dgenerate_example_snapshot.py48 def _main(out_file: TextIO):

1234