/arkcompiler/runtime_core/static_core/templates/ |
H A D | plugin_options.rb | 60 cur_hash[key] = cur_data.to_s 62 cur_hash[key].append(cur_data.to_s) 64 cur_hash[key] = [cur_hash[key]].append(cur_data.to_s) 91 assign_data_level(cur_hash[key.to_s], sub_key.to_s, val) 104 h_plugin_lang = h_plugin.keys.first.to_s
|
H A D | messages.rb | 74 name = name.to_s
|
/arkcompiler/runtime_core/templates/ |
H A D | plugin_options.rb | 37 cur_hash[key] = cur_data.to_s 63 assign_data_level(cur_hash[key.to_s], sub_key.to_s, val) 76 h_plugin_lang = h_plugin.keys.first.to_s
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
H A D | result.rb | 124 TestRunner.log 2, @@stats[:passed][:files].sort.to_yaml.to_s 126 TestRunner.log 1, @@stats[:failed][:files].sort.to_yaml.to_s 128 TestRunner.log 1, @@stats[:core][:files].sort.to_yaml.to_s 130 TestRunner.log 1, @@stats[:compilation_error][:files].sort.to_yaml.to_s 132 TestRunner.log 1, @@stats[:quickening_error][:files].sort.to_yaml.to_s
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | regmap.rb | 67 def to_s method in Regmap 68 @data.to_s
|
H A D | instruction.rb | 65 SetAccessType("DynObjectAccessType::#{type.to_s.upcase}") 69 SetAccessMode("DynObjectAccessMode::#{mode.to_s.upcase}") 146 Output << "// #{self.to_s}" 183 def to_s method in IRInstruction.emit_ir 188 to_s 244 Output << "// #{self.to_s}" 324 prefix = 'Set' unless mod[0].to_s.start_with?('Set') 350 def to_s method in IRInstruction
|
H A D | options.rb | 81 self.arch = arch_str.to_s.sub('PANDA_TARGET_','').downcase 91 raise "Wrong arch: #{arch_str}" unless possible_arch.include?(self.arch.to_s)
|
H A D | basic_block.rb | 79 strue_str = @true_succ.nil? ? "-1" : @true_succ.index.to_s
|
H A D | irtoc.rb | 101 raise "Macro can't start with capital letter" if name.to_s.start_with? /[A-Z]/ 107 raise "Macro can't start with capital letter" if name.to_s.start_with? /[A-Z]/
|
/arkcompiler/ets_frontend/ets2panda/public/ |
H A D | es2panda_lib.rb | 140 (@es2panda_arg['type'].ptr_depth || 0).to_s 146 raise 'invalid ptr_depth: ' + ptr_depth.to_s + ', type: ' + @es2panda_arg['type'].name 152 (@es2panda_arg['type'].ptr_depth || 0).to_s 179 raise 'Unsupported double+ nested complex types: ' + @es2panda_arg.to_s if template_arg.lib_args.length > 1 186 raise 'Unsupported double+ nested complex types: ' + arg_info.to_s if tmp.lib_args.length > 1 257 placeholders += find_placeholders(value, path + [key.to_s]) 292 raise 'Unknown integer found for placeholer: ' + placeholder + ', res: ' + value.to_s + "\n" 609 overload_name += function_overload[function_name].to_s 686 print args.join('').to_s 688 print args.join('').to_s [all...] |
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
H A D | allure_reporter.rb | 41 pa_file = actual_file.to_s 59 'historyId' => Digest::MD5.hexdigest(actual_file.to_s),
|
H A D | jtr_reporter.rb | 27 @pa_file = actual_file.to_s 28 report_file = report_dir + Pathname.new(@pa_file.gsub(/.pa$/, '.jtr').to_s)
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
H A D | test_case.rb | 96 val.to_s.each_line.map do |single_line| 115 updated = updated.to_s.each_line.map do |single_line|
|
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
H A D | jtr_reporter.rb | 27 @pa_file = actual_file.to_s 28 report_file = report_dir + Pathname.new(@pa_file.gsub(/.pa$/, '.jtr').to_s)
|
H A D | allure_reporter.rb | 41 pa_file = actual_file.to_s 59 'historyId' => Digest::MD5.hexdigest(actual_file.to_s),
|
/arkcompiler/runtime_core/tests/cts-generator/generator/ |
H A D | test_case.rb | 96 val.to_s.each_line.map do |single_line| 115 updated = updated.to_s.each_line.map do |single_line|
|
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
H A D | orphaned_md.rb | 31 md(val.to_s)
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
H A D | orphaned_md.rb | 31 md(val.to_s)
|
/arkcompiler/runtime_core/tests/checked/ |
H A D | checker.rb | 123 def to_s method in SearchScope 190 output, status = Open3.capture2e($curr_cmd.to_s, chdir: @cwd.to_s) 242 output, status = Open3.capture2e($curr_cmd.to_s, chdir: @cwd.to_s)
|
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
H A D | llvm_pass.rb | 39 @possible_types ||= @data.pass_types.each_pair.map { |key, value| key.to_s }
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 129 raise "No cpp token for type #{t}" unless CPP_IR_TYPES.include?(t.to_s) 138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s }
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 129 raise "No cpp token for type #{t}" unless CPP_IR_TYPES.include?(t.to_s) 138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s }
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | pandafile_isapi.rb | 43 instance_variables.map { |v| [v.to_s[1..-1], instance_variable_get(v)] }.to_h
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | pandafile_isapi.rb | 43 instance_variables.map { |v| [v.to_s[1..-1], instance_variable_get(v)] }.to_h
|
/arkcompiler/runtime_core/static_core/tests/checked/ |
H A D | checker.rb | 159 def to_s method in SearchScope 235 output, status = Open3.capture2e("#{env} exec #{cmd}", chdir: @cwd.to_s) 302 output, status = Open3.capture2e("#{env} exec #{cmd}", chdir: @cwd.to_s) 357 output, err_output, status = Open3.capture3("exec #{$curr_cmd}", chdir: @cwd.to_s)
|