Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_column_number_test.cpp39 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number1.abc"; variable
60 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number2.abc"; variable
81 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number3.abc"; variable
102 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number4.abc"; variable
122 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number5.abc"; variable
144 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number6.abc"; variable
Ddisassembler_module_literal_test.cpp54 const std::string file_name = GRAPH_TEST_ABC_DIR "module-regular-import.abc"; variable
74 const std::string file_name = GRAPH_TEST_ABC_DIR "module-namespace-import.abc"; variable
94 const std::string file_name = GRAPH_TEST_ABC_DIR "module-local-export.abc"; variable
114 const std::string file_name = GRAPH_TEST_ABC_DIR "module-indirect-export.abc"; variable
134 const std::string file_name = GRAPH_TEST_ABC_DIR "module-start-export.abc"; variable
154 const std::string file_name = GRAPH_TEST_ABC_DIR "module-regular-import-local-export.abc"; variable
179 const std::string file_name = GRAPH_TEST_ABC_DIR "module-regular-import.abc"; variable
Ddisassembler_line_number_test.cpp39 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number1.abc"; variable
60 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number2.abc"; variable
82 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number3.abc"; variable
103 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number4.abc"; variable
124 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number5.abc"; variable
Ddisassembler_line_number_release_test.cpp39 const std::string file_name = GRAPH_TEST_ABC_DIR "line_number_release.abc"; variable
Ddisassembler_etsImplements_literal_test.cpp48 const std::string file_name = GRAPH_TEST_ABC_DIR "etsImplements.abc"; variable
Ddisassembler_get_file_name_test.cpp35 std::filesystem::path file_name{ FILE_NAME }; in SetUpTestCase() local
Ddisassembler_source_lang_test.cpp55 const std::string file_name = GRAPH_TEST_ABC_DIR "sourceLang.abc"; variable
/arkcompiler/runtime_core/panda_guard/tests/util/
Dtest_util.cpp22 std::filesystem::path file_name {filePath}; in RemoveFile() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/native/
Dsampler_ani_traces_check.py24 file_name = args.file variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/managed/
Dsampler_traces_check.py24 file_name = args.file variable
/arkcompiler/runtime_core/panda/
Dpanda.cpp48 const panda_file::File *GetPandaFile(const ClassLinker &class_linker, std::string_view file_name) in GetPandaFile()
155 std::string file_name = file.GetValue(); in ExecutePandaFile() local
237 … [&](auto &file_name) { return file_name == file.GetValue(); }); in Main()
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Ddownload.py217 def copy_to_output_path(file_name, file_path, output_path_list): argument
282 def get_task_config(file_name): argument
293 def delete_redundant_files(task_name, file_name, download_save_path, is_save): argument
/arkcompiler/runtime_core/libpandabase/os/
Dnative_stack.cpp21 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile()
/arkcompiler/ets_frontend/test/scripts/utils/send_email/
Dsend_email.py26 def add_content(content, file_name, test_part): argument
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp86 …:unique_ptr<const panda_file::File> AsmTest::ParseToFile(const char *source, const char *file_name) in ParseToFile()
99 bool AsmTest::Parse(const char *source, const char *file_name) in Parse()
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp21 FileWriter::FileWriter(const std::string &file_name) : checksum_(adler32(0, nullptr, 0)) in FileWriter()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_access_flag_test.cpp38 const std::string file_name = GRAPH_TEST_ABC_DIR "test_class_access_flags.abc"; variable
/arkcompiler/ets_runtime/script/
Dmetadata_generate.py69 def _is_metadata_file(file_name): argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp21 bool ReadOsFile(const std::string &file_name, std::string *result) in ReadOsFile()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp91 const std::string file_name = "test_file_open.panda"; variable
102 const std::string file_name = "test_file_format_version_too_old.abc"; variable
133 const std::string file_name = "test_rewrite_checksum.abc"; variable
162 const std::string file_name = "test_reserve_buffer_capacity.abc"; variable
174 const std::string file_name = "test_file_format_version_too_new.abc"; variable
207 const std::string file_name = "test_file_format_version_valid.abc"; variable
801 const std::string file_name = "test_empty_checksum.ark"; variable
830 const std::string file_name = "test_checksum_empty.ark"; variable
841 const std::string file_name = "test_checksum.ark"; variable
1271 const std::string file_name = "test_validate_checksum.abc"; variable
[all …]
/arkcompiler/runtime_core/verifier/tests/
Dverify_checksum_test.cpp44 const std::string file_name = GRAPH_TEST_ABC_DIR "test_checksum.abc"; variable
Dverify_register_index_test.cpp48 const std::string file_name = GRAPH_TEST_ABC_DIR "test_register_index.abc"; variable
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dcommand.rb97 …def process_case_values(file_name, current_case, index, sig_name, test_dir, template, bugids, igno… argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dcommand.rb97 …def process_case_values(file_name, current_case, index, sig_name, test_dir, template, bugids, igno… argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dnative_stack.cpp41 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile()

12