Home
last modified time | relevance | path

Searched refs:to_s (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/templates/
H A Dplugin_options.rb60 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 Dmessages.rb74 name = name.to_s
/arkcompiler/runtime_core/templates/
H A Dplugin_options.rb37 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 Dresult.rb124 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 Dregmap.rb67 def to_s method in Regmap
68 @data.to_s
H A Dinstruction.rb65 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 Doptions.rb81 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 Dbasic_block.rb79 strue_str = @true_succ.nil? ? "-1" : @true_succ.index.to_s
H A Dirtoc.rb101 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 Des2panda_lib.rb140 (@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 Dallure_reporter.rb41 pa_file = actual_file.to_s
59 'historyId' => Digest::MD5.hexdigest(actual_file.to_s),
H A Djtr_reporter.rb27 @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 Dtest_case.rb96 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 Djtr_reporter.rb27 @pa_file = actual_file.to_s
28 report_file = report_dir + Pathname.new(@pa_file.gsub(/.pa$/, '.jtr').to_s)
H A Dallure_reporter.rb41 pa_file = actual_file.to_s
59 'historyId' => Digest::MD5.hexdigest(actual_file.to_s),
/arkcompiler/runtime_core/tests/cts-generator/generator/
H A Dtest_case.rb96 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 Dorphaned_md.rb31 md(val.to_s)
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
H A Dorphaned_md.rb31 md(val.to_s)
/arkcompiler/runtime_core/tests/checked/
H A Dchecker.rb123 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 Dllvm_pass.rb39 @possible_types ||= @data.pass_types.each_pair.map { |key, value| key.to_s }
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb129 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 Dinstructions.rb129 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 Dpandafile_isapi.rb43 instance_variables.map { |v| [v.to_s[1..-1], instance_variable_get(v)] }.to_h
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpandafile_isapi.rb43 instance_variables.map { |v| [v.to_s[1..-1], instance_variable_get(v)] }.to_h
/arkcompiler/runtime_core/static_core/tests/checked/
H A Dchecker.rb159 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)

Completed in 9 milliseconds

12