| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | cpp_function.rb | 36 def params(**kwargs) 40 def cpp_params(**kwargs)
|
| D | instruction.rb | 42 def initialize(name, index, bb, **kwargs) 116 def method_missing(method, *args, **kwargs, &block)
|
| D | irtoc.rb | 88 def function(name, **kwargs, &block)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| D | object.py | 84 def mirror_object_type(cls_name: str, /, **kwargs) -> Type: 89 def mirror_object(cls_name: str, /, **kwargs):
|
| D | array.py | 64 def __getitem__(self, *args, **kwargs) -> T:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | trio_tracer.py | 33 def task_instrumentation(**kwargs): 95 def _log(self, msg: str, *args, **kwargs): 127 **kwargs,
|
| D | runnable_module.py | 27 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:
|
| D | logs.py | 35 def process(self, msg: Any, kwargs): argument
|
| D | layouts.py | 35 def source_file(src_file: Path, **kwargs) -> Syntax:
|
| D | timeout.py | 60 def _add_option_ini(option, dest, default=None, opt_type=None, **kwargs):
|
| D | expect.py | 131 def expect_xfail(**kwargs):
|
| D | walker.py | 113 async def log_layout(self, msg, *args, skip_scopes: Sequence[str] = ("global"), **kwargs):
|
| D | rich_logging.py | 128 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/ |
| D | checker.rb | 417 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/ |
| D | analyses.py | 61 **kwargs: P.kwargs, 70 **kwargs: P.kwargs,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/fixtures/ |
| D | mock_subprocess.py | 38 async def communicate(self, *args, **kwargs): 76 … async def mock_subproc(program: str | bytes | PathLike, *args: str | bytes | PathLike, **kwargs):
|
| D | overrides.py | 25 …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/ |
| D | wsproto_handshake.py | 33 def init(self, **kwargs) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 638 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__.py | 39 def add_option_ini(*option, dest, default=None, opt_type=None, **kwargs) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_helpers.py | 57 def from_obj(cls, **kwargs):
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | result.py | 90 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/ |
| D | test_viewer.py | 29 def __init__(self, *args, **kwargs):
|
| /arkcompiler/runtime_core/libabckit/tests/stress/ |
| D | stress_common.py | 77 def stress_exec(cmd, **kwargs):
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/deps/ |
| D | runner.py | 114 **kwargs) -> Dict[str, Any]:
|