Home
last modified time | relevance | path

Searched full:content (Results 1 – 25 of 45) sorted by relevance

12

/ark/runtime_core/tests/cts-generator/generator/
Dtest_base.rb26 def write_test_initial_block(content) argument
33 content.puts '# Copyright (c) 2021 Huawei Device Co., Ltd.
45 content.puts '#'
46 content.puts '# The following comment until the empty line must be a valid YAML document'
47content.puts "# containing exact copies of ISA specification assertions relevant to this test.\n"
48 content.puts [isa].to_yaml.split("\n").map { |line| '#%s' % line }.join("\n")
49 content.puts "\n"
53 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
56 content.puts "## runner-option: #{s}"
58 content.puts "## runner-option: ignore" if ignore
[all …]
Dsingle_test.rb35 StringIO.open do |content|
36 write_test_initial_block content
47 … write_runner_options content, run_options, ignore, bugids, tags, description, test_panda_options
49 write_test_main_block content
51 content.puts @command[Generator::TEST_CODE_TEMPLATE]
55 content.puts @predefined.definition case_check_type
57 write_test_main_wrapper_block content, run_options
59 content.string
Dtest_case.rb57 StringIO.open do |content|
58 write_test_initial_block content
76 …write_runner_options content, run_options, ignore_case, bugids + bugids_test + bugids_case, tags_t…
79 write_test_main_block content
132 content.puts updated
135 content.puts template
142 content.puts @predefined.definition case_check_type
144 write_test_main_wrapper_block content, run_options
146 content.string
/ark/runtime_core/tests/cts-generator/runner/reporters/
Dstring_logger.rb20 @content = StringIO.new
24 ….class} is closed for writing. It is possible that epilogue() is called." if @content.closed_write?
25 @content.puts(args) if level <= $VERBOSITY
29 @content.string
33 @content.close
/ark/runtime_core/tests/cts-generator/runner/
Drunner.rb103 StringIO.open do |content|
104 content.puts "# Start command: #{@command}"
106 content.puts output
107 return content.string, exitstatus, core
/ark/runtime_core/isa/
DCMakeLists.txt33 # Check ISA_FILE content
38 COMMENT "Check ISA content"
/ark/ts2abc/testTs/
Dconfig.py49 content = f.read() variable
50 IMPORT_TEST = json.loads(content)
/ark/runtime_core/tests/cts-generator/cts-template/
Dsta.yaml19 description: Moves accumulator content into a register.
39 description: Check sta moves accumulator content into a register (positive values).
93 description: Check sta moves accumulator content into a register (negative values).
Dstobj.obj.yaml95 title: Store accumulator content into object field
97 Store accumulator content into object field by field_id.
107 description: Store accumulator content into object field by field_id.
418 description: Store accumulator content into object field by field_id.
Dlda.64.yaml19 description: Moves register content into an accumulator.
34 description: Check lda.64 moves register content into an accumulator (positive values).
112 description: Check lda.64 moves register content into an accumulator (negative values).
Dlda.yaml19 description: Moves register content into an accumulator.
39 description: Check lda moves register content into an accumulator (positive values).
93 description: Check lda moves register content into an accumulator (negative values).
Dstobj.yaml52 title: Store accumulator content into object field
54 …Store accumulator content into object field by field_id. For non-object variant the size of actual…
65 description: Store accumulator content into object field by field_id.
395 …description: If field type size is less than 32, accumulator content will be truncated to storage …
465 …description: If field type size is less than 32, accumulator content will be truncated to storage …
Dlda.obj.yaml20 description: Moves register content into an accumulator.
44 …description: Check lda.obj moves register content into accumulator (references to various type of …
135 description: Check lda.obj moves register content into accumulator (null reference).
Dsta.64.yaml19 description: Moves accumulator content into a register.
34 description: Check sta.64 moves accumulator content into a register (positive values).
113 description: Check sta.64 moves accumulator content into a register (negative values).
Dstobj.64.yaml52 title: Store accumulator content into object field
54 …Store accumulator content into object field by field_id. For non-object variant the size of actual…
65 description: Store accumulator content into object field by field_id.
414 …description: If field type is f32, accumulator content will be implicitly converted from f64 to f3…
Dststatic.yaml51 …Store accumulator content into static field by field_id. For non-object variant the size of actual…
62 description: Store accumulator content into static field by field_id.
324 …description: If field type size is less than 32, then accumulator content will be trunctated to fi…
387 …description: If field type size is less than 32, then accumulator content will be trunctated to fi…
Dstobj.v.yaml71 title: Store register content into object field
73 …Store register content into object field by field_id. For non-object variant the size of actually …
84 description: Store register content into object field by field_id.
125 description: Store register content into object field by field_id.
720 …description: If field type size is less than 32, register content will be truncated to storage siz…
855 …description: If field type size is less than 32, register content will be truncated to storage siz…
Dststatic.obj.yaml97 Store accumulator content into static field by field_id.
107 description: Store accumulator content into static field by field_id.
326 description: Store accumulator content into static field by field_id.
Dcall.virt.range_base.yaml350 # Check record R content
390 # Check R content
430 # Check R content
488 # Check R content
533 # Check R content
Dstobj.v.64.yaml70 title: Store register content into object field
72 …Store register content into object field by field_id. For non-object variant the size of actually …
83 description: Store register content into object field by field_id.
124 description: Store register content into object field by field_id.
Dcall.virt.yaml367 # Check record R content
406 # Check R content
445 # Check R content
500 # Check R content
541 # Check R content
/ark/runtime_core/tests/cts-assembly/
Dbig_ark_option_value.pa15 # Test content copies compiler_effective_types.pa
Darrays-02.pa19 # Store accumulator content into array slot pointed by index.
Darrays-04.pa29 # Store accumulator content into array slot pointed by index.
Darrays-03.pa29 # Store accumulator content into array slot pointed by index.

12