Searched full:puts (Results 1 – 25 of 86) sorted by relevance
1234
33 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 ignore48 content.puts "## runner-option: bugid: #{bugids.join ', '}" if bugids.length > 050 content.puts "## runner-option: tags: #{tags.join ', '}" if tags.length > 0[all …]
51 content.puts @command[Generator::TEST_CODE_TEMPLATE]55 content.puts @predefined.definition case_check_type
102 test_file.puts output113 test_file.puts test.create_single_test114 # test_file.puts @predefined.definition check_type
39 file.puts $header40 file.puts "namespace ark::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 …]
109 * Puts newline (\n) to the console114 * Prints an object to the console and puts newline124 * Prints a string to the console and puts newline144 * Prints a byte to the console and puts newline154 * Prints a short to the console and puts newline164 * Prints a char to the console and puts newline174 * Prints a int to the console and puts newline184 * Prints a long to the console and puts newline194 * Prints a float to the console and puts newline204 * Prints a double to the console and puts newline[all …]
28 puts("Hi there!"); in e2p_test_plugin_Initialize()36 puts(impl->IdentifierName(ctx, node)); in PrintIfIdentifier()42 puts("After parse"); in e2p_test_plugin_AfterParse()49 puts("After check"); in e2p_test_plugin_AfterCheck()54 puts("After lowerings"); in e2p_test_plugin_AfterLowerings()
46 puts $optparse47 puts 'NOTE: this program requires node version 21.4, you can use `n` tool to install it'72 puts "--#{name} is not provided"73 puts $optparse115 puts e.full_message(highlight: true, order: :top)169 …puts 'Failed to check node version. Make sure that you both installed node and ran `npm install` w…170 puts "Autodetected generator dir: '#{__dir__}'"171 puts176 puts "Invalid node version #{version}"177 puts[all …]
33 @@file.puts line36 def self.puts(line = '') singletonMethod in Output56 puts start_line60 puts end_line
34 puts "Missing option: --#{key}"35 puts optparser68 puts opts84 output_file.puts('# Autogenerated file -- DO NOT EDIT!')85 output_file.puts('intrinsics:')
29 puts "Missing option: --#{key}"30 puts optparser65 puts opts102 puts "Template '#{template_path}' contains several errors:"103 puts res
36 puts "Missing option: --#{key}"37 puts optparser45 puts "Incorrect value for option: --#{key} [#{min}, #{max}]"46 puts optparser53 puts "Incorrect value for option: --#{key} #{enum}"54 puts optparser109 puts opts285 puts "Global timeout reached, finish test execution"
28 file.puts HEADER30 file.puts "// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)"31 file.puts "#define #{define[0]} #{define[1]}"
54 puts args if level <= $VERBOSITY58 puts "Exception: exception class : #{exception.class}"59 puts " exception message : #{exception.message}"61 puts " trace : #{t}"
23 puts "Missing option: --#{key}"24 puts optparser37 puts opts
25 puts "Missing option: --#{key}"26 puts optparser46 puts opts
50 puts "Missing option: --#{key}"51 puts optparser74 puts opts
50 puts "Missing option: --#{key}"51 puts optparser88 puts opts
55 puts opts72 puts e73 puts optparser