Searched defs:kwargs (Results 1 – 6 of 6) 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 | 482 def ASM(**kwargs) 487 def ASM_NEXT(**kwargs) 492 def ASM_NOT(**kwargs) 497 def ASM_NEXT_NOT(**kwargs) 502 def select_asm(kwargs) argument
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/test/ |
| D | test_viewer.py | 36 def __init__(self, *args, **kwargs):
|