Searched defs:kwargs (Results 1 – 9 of 9) sorted by relevance
| /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/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/static_core/tests/checked/ |
| D | checker.rb | 559 def ASM(**kwargs) 564 def ASM_NEXT(**kwargs) 569 def ASM_NOT(**kwargs) 574 def ASM_NEXT_NOT(**kwargs) 579 def select_asm(kwargs) argument
|
| /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/static_core/scripts/ |
| D | compiler_bisect.py | 92 def print_color(color, *args, **kwargs):
|