Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/irtoc/lang/
Dcpp_function.rb36 def params(**kwargs)
40 def cpp_params(**kwargs)
Dinstruction.rb42 def initialize(name, index, bb, **kwargs)
116 def method_missing(method, *args, **kwargs, &block)
Dirtoc.rb88 def function(name, **kwargs, &block)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Dobject.py84 def mirror_object_type(cls_name: str, /, **kwargs) -> Type:
89 def mirror_object(cls_name: str, /, **kwargs):
Darray.py64 def __getitem__(self, *args, **kwargs) -> T:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dtrio_tracer.py33 def task_instrumentation(**kwargs):
95 def _log(self, msg: str, *args, **kwargs):
127 **kwargs,
Drunnable_module.py27 def syntax(code: str, **kwargs) -> rich.syntax.Syntax:
98 def syntax(self, **kwargs) -> rich.syntax.Syntax:
101 def log(self, log: RichLogger, level: int = logging.INFO, **kwargs) -> None:
Dlogs.py35 def process(self, msg: Any, kwargs): argument
Dlayouts.py35 def source_file(src_file: Path, **kwargs) -> Syntax:
Dtimeout.py60 def _add_option_ini(option, dest, default=None, opt_type=None, **kwargs):
Dexpect.py131 def expect_xfail(**kwargs):
Dwalker.py113 async def log_layout(self, msg, *args, skip_scopes: Sequence[str] = ("global"), **kwargs):
Drich_logging.py128 def _add_option_ini(option, dest, default=None, opt_type=None, **kwargs):
309 def create_console(config: Config, **kwargs) -> Console:
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb417 def ASM(**kwargs)
422 def ASM_NEXT(**kwargs)
427 def ASM_NOT(**kwargs)
432 def ASM_NEXT_NOT(**kwargs)
437 def select_asm(kwargs) argument
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Danalyses.py61 **kwargs: P.kwargs,
70 **kwargs: P.kwargs,
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/fixtures/
Dmock_subprocess.py38 async def communicate(self, *args, **kwargs):
76 … async def mock_subproc(program: str | bytes | PathLike, *args: str | bytes | PathLike, **kwargs):
Doverrides.py25 …ompile_run_arkts(code: str, options: list, disasm: bool = False, verifier: bool = False, **kwargs):
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
Dwsproto_handshake.py33 def init(self, **kwargs) -> None:
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb638 def ASM(**kwargs)
643 def ASM_NEXT(**kwargs)
648 def ASM_NOT(**kwargs)
653 def ASM_NEXT_NOT(**kwargs)
658 def select_asm(kwargs) argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
D__init__.py39 def add_option_ini(*option, dest, default=None, opt_type=None, **kwargs) -> None:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_helpers.py57 def from_obj(cls, **kwargs):
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dresult.py90 def from_obj(cls, **kwargs):
156 def from_obj(cls, **kwargs):
267 def from_obj(cls, **kwargs):
321 def from_obj(cls, **kwargs):
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py29 def __init__(self, *args, **kwargs):
/arkcompiler/runtime_core/libabckit/tests/stress/
Dstress_common.py77 def stress_exec(cmd, **kwargs):
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/deps/
Drunner.py114 **kwargs) -> Dict[str, Any]:

12