| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | e2p_test_plugin_ets_varibles_and_types.c | 43 puts("Identifier is variable"); in printVarInfo() 50 puts("Variable has declaration:"); in printVarInfo() 53 puts(impl->AstNodeDumpEtsSrcConst(ctx, declNode)); in printVarInfo() 54 puts("Declaration Node JSON:"); in printVarInfo() 55 puts(impl->AstNodeDumpJSONConst(ctx, declNode)); in printVarInfo() 65 puts("Node has Scope"); in printScopeDeclarations() 68 puts("Scope has bind node:"); in printScopeDeclarations() 69 puts(impl->AstNodeDumpEtsSrcConst(ctx, scopeNode)); in printScopeDeclarations() 74 puts("Declarations in this scope:"); in printScopeDeclarations() 79 puts("Declaration Node:"); in printScopeDeclarations() [all …]
|
| D | e2p_test_plugin_is.c | 28 puts("Hi there!"); in e2p_test_plugin_is_Initialize() 29 puts("---"); in e2p_test_plugin_is_Initialize() 37 puts("Found Expression:"); in IsIdentifier() 38 puts(impl->AstNodeDumpJSONConst(ctx, node)); in IsIdentifier() 39 puts("---"); in IsIdentifier() 45 puts("After parse:"); in e2p_test_plugin_is_AfterParse() 46 puts("---"); in e2p_test_plugin_is_AfterParse() 53 puts("After check:"); in e2p_test_plugin_is_AfterCheck() 54 puts("---"); in e2p_test_plugin_is_AfterCheck() 59 puts("After lowerings:"); in e2p_test_plugin_is_AfterLowerings() [all …]
|
| D | e2p_test_plugin_ets_node_types.c | 42 puts("---"); in DumpEtsNodesWithTypes() 43 puts(impl->AstNodeDumpEtsSrcConst(ctx, node)); in DumpEtsNodesWithTypes() 44 puts("---"); in DumpEtsNodesWithTypes() 45 puts(impl->AstNodeDumpJSONConst(ctx, node)); in DumpEtsNodesWithTypes() 46 puts("---"); in DumpEtsNodesWithTypes() 56 puts("Check assignment double to double type: "); in TypeRelationTest() 58 puts("Conversion allowed"); in TypeRelationTest() 60 puts("Conversion denied"); in TypeRelationTest() 68 puts("Node typecheck test:"); in e2p_test_plugin_ets_node_types_AfterCheck() 69 puts("---------------------"); in e2p_test_plugin_ets_node_types_AfterCheck() [all …]
|
| D | e2p_test_plugin_ets_src.c | 28 puts("Hi there!"); in e2p_test_plugin_ets_src_Initialize() 29 puts("---"); in e2p_test_plugin_ets_src_Initialize() 36 puts(impl->AstNodeDumpEtsSrcConst(ctx, node)); in DumpEtsSrc() 37 puts("---"); in DumpEtsSrc() 42 puts("After parse:"); in e2p_test_plugin_ets_src_AfterParse() 43 puts("---"); in e2p_test_plugin_ets_src_AfterParse() 50 puts("After check:"); in e2p_test_plugin_ets_src_AfterCheck() 51 puts("---"); in e2p_test_plugin_ets_src_AfterCheck() 56 puts("After lowerings:"); in e2p_test_plugin_ets_src_AfterLowerings() 57 puts("---"); in e2p_test_plugin_ets_src_AfterLowerings()
|
| D | e2p_test_plugin_dump_json.c | 28 puts("Hi there!"); in e2p_test_plugin_dump_json_Initialize() 29 puts("---"); in e2p_test_plugin_dump_json_Initialize() 36 puts(impl->AstNodeDumpJSONConst(ctx, node)); in DumpJSON() 37 puts("---"); in DumpJSON() 42 puts("After parse:"); in e2p_test_plugin_dump_json_AfterParse() 43 puts("---"); in e2p_test_plugin_dump_json_AfterParse() 50 puts("After check:"); in e2p_test_plugin_dump_json_AfterCheck() 51 puts("---"); in e2p_test_plugin_dump_json_AfterCheck() 56 puts("After lowerings:"); in e2p_test_plugin_dump_json_AfterLowerings() 57 puts("---"); in e2p_test_plugin_dump_json_AfterLowerings()
|
| D | e2p_test_plugin.c | 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 bind"); in e2p_test_plugin_AfterBind() 54 puts("After check"); in e2p_test_plugin_AfterCheck() 59 puts("After lowerings"); in e2p_test_plugin_AfterLowerings()
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | test_base.rb | 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 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 …]
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_base.rb | 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 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 …]
|
| /arkcompiler/runtime_core/static_core/cross_values/ |
| D | cross_values_getters_generator.rb | 40 file.puts $header 41 file.puts "namespace ark::cross_values {" 44 file.puts %< 50 file.puts " case Arch::#{File.basename(values_h, "_values_gen.h")}:\n" 51 …file.puts " return cross_values::#{File.basename(values_h, "_values_gen.h")}::#{define[… 53 file.puts " default:\n" 54 …file.puts " LOG(FATAL, COMMON) << \"No cross-values generated for \" << GetStringFromAr… 55 file.puts " UNREACHABLE();\n" 56 file.puts " }\n" 57 file.puts "}\n" [all …]
|
| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | dyn_inst_constructors_gen.rb | 62 puts "--> declarations" 109 puts "Unknown type of inst param" 114 puts declaration 115 puts "\n" 119 puts "Missed some declarations" 120 puts "total printed declarations: #{declaration_num}" 121 puts "total dynamic opcodes: #{dyn_opcodes.length()}" 124 puts "No declaration for #{opcode} opcode" 130 puts "--> definitions" 170 puts "Unknown type of inst param" [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/ |
| D | main.rb | 46 puts $optparse 47 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 $optparse 115 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 puts 176 puts "Invalid node version #{version}" 177 puts [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | main.rb | 47 puts $optparse 48 puts 'NOTE: this program requires node version 21.4, you can use `n` tool to install it' 73 puts "--#{name} is not provided" 74 puts $optparse 116 puts e.full_message(highlight: true, order: :top) 172 …puts 'Failed to check node version. Make sure that you both installed node and ran `npm install` w… 173 puts "Autodetected generator dir: '#{__dir__}'" 174 puts 179 puts "Invalid node version #{version}" 180 puts [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | output.rb | 33 @@file.puts line 36 def self.puts(line = '') singletonMethod in Output 56 puts start_line 60 puts end_line
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | gen_intrinsics_data.rb | 34 puts "Missing option: --#{key}" 35 puts optparser 68 puts opts 84 output_file.puts('# Autogenerated file -- DO NOT EDIT!') 85 output_file.puts('intrinsics:')
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | generate-cts.rb | 29 puts "Missing option: --#{key}" 30 puts optparser 65 puts opts 102 puts "Template '#{template_path}' contains several errors:" 103 puts res
|
| D | test-runner.rb | 36 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/static_core/runtime/asm_defines/ |
| D | defines_generator.rb | 28 file.puts HEADER 30 file.puts "// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)" 31 file.puts "#define #{define[0]} #{define[1]}"
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | generate-cts.rb | 29 puts "Missing option: --#{key}" 30 puts optparser 65 puts opts 106 puts "Template '#{template_path}' contains several errors:" 107 puts res
|
| D | test-runner.rb | 36 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/static_core/tests/cts-generator/runner/ |
| D | runner.rb | 54 puts args if level <= $VERBOSITY 58 puts "Exception: exception class : #{exception.class}" 59 puts " exception message : #{exception.message}" 61 puts " trace : #{t}"
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | runner.rb | 54 puts args if level <= $VERBOSITY 58 puts "Exception: exception class : #{exception.class}" 59 puts " exception message : #{exception.message}" 61 puts " trace : #{t}"
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/ |
| D | generate-tag.rb | 23 puts "Missing option: --#{key}" 24 puts optparser 37 puts opts
|
| /arkcompiler/runtime_core/isa/ |
| D | gen.rb | 50 puts "Missing option: --#{key}" 51 puts optparser 74 puts opts
|
| /arkcompiler/runtime_core/templates/ |
| D | merge.rb | 25 puts "Missing option: --#{key}" 26 puts optparser 46 puts opts
|
| /arkcompiler/runtime_core/static_core/templates/ |
| D | merge.rb | 25 puts "Missing option: --#{key}" 26 puts optparser 46 puts opts
|