Home
last modified time | relevance | path

Searched full:puts (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb33 content.puts '# Huawei Technologies Co.,Ltd.'
34 content.puts '#'
35 content.puts '# The following comment until the empty line must be a valid YAML document'
36 … content.puts "# containing exact copies of ISA specification assertions relevant to this test.\n"
37 content.puts [isa].to_yaml.split("\n").map { |line| '#%s' % line }.join("\n")
38 content.puts "\n"
45 content.puts "## runner-option: #{s}"
47 content.puts "## runner-option: ignore" if ignore
48 content.puts "## runner-option: bugid: #{bugids.join ', '}" if bugids.length > 0
50 content.puts "## runner-option: tags: #{tags.join ', '}" if tags.length > 0
[all …]
Dsingle_test.rb51 content.puts @command[Generator::TEST_CODE_TEMPLATE]
55 content.puts @predefined.definition case_check_type
Dcommand.rb102 test_file.puts output
113 test_file.puts test.create_single_test
114 # test_file.puts @predefined.definition check_type
Dtest_case.rb133 content.puts updated
136 content.puts template
143 content.puts @predefined.definition case_check_type
Dparser.rb49 puts "Template '#{file_name}' contains several errors:"
50 puts res
/arkcompiler/runtime_core/cross_values/
Dcross_values_getters_generator.rb39 file.puts $header
40 file.puts "namespace panda::cross_values {"
43 file.puts %<
49 file.puts " case Arch::#{File.basename(values_h, "_values_gen.h")}:\n"
50 …file.puts " return cross_values::#{File.basename(values_h, "_values_gen.h")}::#{define[…
52 file.puts " default:\n"
53 …file.puts " LOG(FATAL, COMMON) << \"No cross-values generated for \" << GetStringFromAr…
54 file.puts " UNREACHABLE();\n"
55 file.puts " }\n"
56 file.puts "}\n"
[all …]
/arkcompiler/runtime_core/runtime/templates/
Dgen_intrinsics_data.rb36 puts "Missing option: --#{key}"
37 puts optparser
51 puts opts
64 output_file.puts('# Autogenerated file -- DO NOT EDIT!')
65 output_file.puts('intrinsics:')
/arkcompiler/runtime_core/irtoc/lang/
Doutput.rb33 @@file.puts line
36 def self.puts(line = '') singletonMethod in Output
56 puts start_line
60 puts end_line
Dirtoc.rb142 file.puts read_plugin(filename)
144 file.puts preprocess_line(line)
158 puts "========== Begin #{fixed_filename} =========="
159 puts data
160 puts "========== End #{fixed_filename} =========="
/arkcompiler/runtime_core/tests/cts-generator/
Dgenerate-cts.rb29 puts "Missing option: --#{key}"
30 puts optparser
65 puts opts
102 puts "Template '#{template_path}' contains several errors:"
103 puts res
Dtest-runner.rb36 puts "Missing option: --#{key}"
37 puts optparser
45 puts "Incorrect value for option: --#{key} [#{min}, #{max}]"
46 puts optparser
53 puts "Incorrect value for option: --#{key} #{enum}"
54 puts optparser
109 puts opts
285 puts "Global timeout reached, finish test execution"
/arkcompiler/runtime_core/runtime/asm_defines/
Ddefines_generator.rb28 file.puts HEADER
30 file.puts "// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)"
31 file.puts "#define #{define[0]} #{define[1]}"
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb54 puts args if level <= $VERBOSITY
58 puts "Exception: exception class : #{exception.class}"
59 puts " exception message : #{exception.message}"
61 puts " trace : #{t}"
/arkcompiler/ets_frontend/ts2panda/scripts/
Dgen_diagnostic.rb34 puts "Missing option: --#{key}"
35 puts optparser
50 puts opts
/arkcompiler/runtime_core/templates/
Dmerge.rb25 puts "Missing option: --#{key}"
26 puts optparser
46 puts opts
/arkcompiler/runtime_core/isa/
Dgen.rb50 puts "Missing option: --#{key}"
51 puts optparser
74 puts opts
Dcombine.rb33 puts opts
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb55 puts opts
72 puts e
73 puts optparser
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dstring_logger.rb28 @content.puts(args) if level <= $VERBOSITY
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb193 puts output
198 puts output
245 puts output
250 puts output
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_gen.rb30 puts opts
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-02.pa28 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-07.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-08.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.
Darrays-04.pa19 # Load an element from array using accumulator as an index and puts it into accumulator.

12