Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Dwriter.py44 def write_prologue(self, f: TextIO):
54 def write_epilogue(self, f: TextIO):
67 def write_prologue(self, f: TextIO):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/
Dcmd_executor.py25 …def run_command(self, command: List[str], stdout: Union[TextIO, int] = subprocess.PIPE) -> Union[s…
34 …def run_command(self, command: List[str], stdout: Union[TextIO, int] = subprocess.PIPE) -> Union[s…
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Doutputs.py72 out: TextIO,
226 def write_body(self, f: TextIO):
230 def write_prologue(self, f: TextIO):
233 def write_epilogue(self, f: TextIO):
Dlogging.py47 def should_use_color(f: TextIO) -> bool:
Ddiagnostics.py216 def __init__(self, out: TextIO = stderr):
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dwriter.py44 def write_prologue(self, f: TextIO):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dutil_astchecker.py270 def parse_tests(self, file: TextIO) -> UtilASTChecker.TestCasesList: