/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/ |
H A D | generate-tag.rb | 20 def check_option(optparser, options, key) method 43 check_option(optparser, options, 'template') 44 check_option(optparser, options, 'yaml') 45 check_option(optparser, options, 'isapi') 46 check_option(optparser, options, 'output') 47 check_option(optparser, options, 'isa')
|
/arkcompiler/runtime_core/static_core/runtime/templates/ |
H A D | gen_intrinsics_data.rb | 31 def check_option(optparser, options, key) method 74 check_option(optparser, options, :datafiles) 75 check_option(optparser, options, :template) 76 check_option(optparser, options, :output)
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/ |
H A D | generate-cts.rb | 26 def check_option(optparser, options, key) method 71 check_option(optparser, options, 'template') 72 check_option(optparser, options, 'schema') 73 check_option(optparser, options, 'output')
|
H A D | test-runner.rb | 33 def check_option(optparser, options, key) method 118 check_option(optparser, options, 'panda-build') 119 check_option(optparser, options, 'test-dir')
|
/arkcompiler/runtime_core/tests/cts-generator/ |
H A D | generate-cts.rb | 26 def check_option(optparser, options, key) method 71 check_option(optparser, options, 'template') 72 check_option(optparser, options, 'schema') 73 check_option(optparser, options, 'output')
|
H A D | test-runner.rb | 33 def check_option(optparser, options, key) method 118 check_option(optparser, options, 'panda-build') 119 check_option(optparser, options, 'test-dir')
|
/arkcompiler/runtime_core/static_core/isa/ |
H A D | gen.rb | 47 def check_option(optparser, options, key) method 94 check_option(optparser, options, :data) 95 check_option(optparser, options, :api) 110 check_option(optparser, options, :template)
|
/arkcompiler/runtime_core/isa/ |
H A D | gen.rb | 47 def check_option(optparser, options, key) method 80 check_option(optparser, options, :data) 92 check_option(optparser, options, :template)
|
/arkcompiler/runtime_core/static_core/templates/ |
H A D | merge.rb | 22 def check_option(optparser, options, key) method 52 check_option(optparser, options, :data)
|
/arkcompiler/runtime_core/templates/ |
H A D | merge.rb | 22 def check_option(optparser, options, key) method 52 check_option(optparser, options, :data)
|