| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_base.rb | 26 def write_test_initial_block(content) argument 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" 42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument 45 content.puts "## runner-option: #{s}" 47 content.puts "## runner-option: ignore" if ignore [all …]
|
| D | single_test.rb | 35 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
|
| D | test_case.rb | 58 StringIO.open do |content| 59 write_test_initial_block content 77 …write_runner_options content, run_options, ignore_case, bugids + bugids_test + bugids_case, tags_t… 80 write_test_main_block content 133 content.puts updated 136 content.puts template 143 content.puts @predefined.definition case_check_type 145 write_test_main_wrapper_block content, run_options 147 content.string
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | util.py | 59 def write_json_file(output_file, content, check_changes=False): argument 65 changed = __check_changes(output_file, content) 70 json.dump(content, output_f, sort_keys=True, indent=2) 73 def __check_changes(output_file, content): argument 75 # file content md5 val 79 # new content md5 val 81 sha256_obj_new.update(str(content).encode()) 89 def write_file(output_file, content): argument 95 output_f.write(content)
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | string_logger.rb | 19 @content = StringIO.new 23 if @content.closed_write? 28 @content.puts(args) if level <= $VERBOSITY 32 @content.string 36 @content.close
|
| /arkcompiler/runtime_core/isa/ |
| D | CMakeLists.txt | 29 # Check ISA_FILE content 34 COMMENT "Check ISA content"
|
| /arkcompiler/ets_frontend/testTs/ |
| D | config.py | 49 content = f.read() variable 50 IMPORT_TEST = json.loads(content)
|
| /arkcompiler/ets_runtime/script/ |
| D | build_resource_to_cpp.py | 40 for content in all_the_content: 41 seq.append(str(hex(content)))
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.obj.yaml | 20 description: Moves register content into an accumulator. 45 …description: Check lda.obj moves register content into accumulator (references to various type of … 152 …description: Check lda.obj moves register content into accumulator (references to various type of … 185 description: Check lda.obj moves register content into accumulator (null reference).
|
| D | stobj.yaml | 52 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. 444 …description: If field type size is less than 32, accumulator content will be truncated to storage … 514 …description: If field type size is less than 32, accumulator content will be truncated to storage …
|
| D | lda.yaml | 19 description: Moves register content into an accumulator. 28 description: Check 'lda' moves register content into an accumulator.
|
| D | call.virt.range_base.yaml | 350 # Check record R content 390 # Check R content 430 # Check R content 488 # Check R content 533 # Check R content 642 # Check record R content 687 # Check R content 732 # Check R content 790 # Check R content 836 # Check R content
|
| D | lda.64.yaml | 19 description: Moves register content into an accumulator. 24 description: Check lda.64 moves register content into an accumulator.
|
| D | ststatic.yaml | 51 …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. 289 …description: If field type size is less than 32, then accumulator content will be trunctated to fi… 352 …description: If field type size is less than 32, then accumulator content will be trunctated to fi…
|
| D | sta.yaml | 19 description: Moves accumulator content into a register. 24 description: Check sta moves accumulator content into a register.
|
| D | stobj.v.yaml | 71 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. 774 …description: If field type size is less than 32, register content will be truncated to storage siz… 911 …description: If field type size is less than 32, register content will be truncated to storage siz…
|
| D | call.virt.yaml | 367 # Check record R content 406 # Check R content 445 # Check R content 500 # Check R content 541 # Check R content 645 # Check record R content 685 # Check R content 725 # Check R content 779 # Check R content 820 # Check R content
|
| D | stobj.obj.yaml | 92 title: Store accumulator content into object field 94 Store accumulator content into object field by field_id. 104 description: Store accumulator content into object field by field_id. 729 description: Store accumulator content into object field by field_id. 801 description: Store accumulator content into object field by field_id.
|
| D | sta.64.yaml | 19 description: Moves accumulator content into a register. 24 description: Check sta.64 moves accumulator content into a register.
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 122 auto content = pandaFileInfo.substr(start + 1, end - (start + 1) - 1); in ParseFromText() local 123 std::vector<std::string> infos = base::StringHelper::SplitString(content, BLOCK_SEPARATOR); in ParseFromText() 266 …odInfoMap::ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::string> &content) in ParseFromText() argument 268 for (auto infoString : content) { in ParseFromText() 421 auto content = details.substr(start + 1, end - (start + 1) - 1); in ParseFromText() local 422 … std::vector<std::string> infoStrings = base::StringHelper::SplitString(content, BLOCK_SEPARATOR); in ParseFromText()
|
| D | pgo_profiler_info.h | 235 static bool GetSampleMode(std::string content, SampleMode &mode) in GetSampleMode() argument 237 if (content == "HOTNESS_MODE") { in GetSampleMode() 239 } else if (content == "CALL_MODE") { in GetSampleMode() 353 bool ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::string> &content);
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | big_ark_option_value.pa | 15 # Test content copies compiler_effective_types.pa
|
| D | arrays-02.pa | 19 # Store accumulator content into array slot pointed by index.
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | symbolTable.cpp | 93 void SymbolTable::WriteSymbolTable(const std::string &content) in WriteSymbolTable() argument 100 fs << content; in WriteSymbolTable()
|
| /arkcompiler/ets_frontend/test262/ |
| D | utils.py | 175 content = f.read() 176 … module_import_list = re.findall(r'(import|from)(?:\s*)\(?(\'(\.\/.*)\'|"(\.\/.*)")\)?', content)
|