Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 25 of 27) 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
66 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number2.abc"; variable
92 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number3.abc"; variable
118 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number4.abc"; variable
143 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number5.abc"; variable
170 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number6.abc"; variable
Ddisassembler_module_literal_test.cpp52 const std::string file_name = GRAPH_TEST_ABC_DIR "module-regular-import.abc"; variable
71 const std::string file_name = GRAPH_TEST_ABC_DIR "module-namespace-import.abc"; variable
90 const std::string file_name = GRAPH_TEST_ABC_DIR "module-local-export.abc"; variable
109 const std::string file_name = GRAPH_TEST_ABC_DIR "module-indirect-export.abc"; variable
128 const std::string file_name = GRAPH_TEST_ABC_DIR "module-start-export.abc"; variable
Ddisassembler_line_number_test.cpp39 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number1.abc"; variable
65 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number2.abc"; variable
92 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number3.abc"; variable
118 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number4.abc"; variable
144 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number5.abc"; variable
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Dllvm_aot_builder.cpp21const std::string &file_name) in GetSectionsAddresses()
40const std::string &file_name) in GetSectionsAddressesImpl()
/arkcompiler/runtime_core/panda/
Dpanda.cpp48 const panda_file::File *GetPandaFile(const ClassLinker &class_linker, std::string_view file_name) in GetPandaFile()
191 … [&](auto &file_name) { return file_name == file.GetValue(); }); in Main()
211 std::string file_name = file.GetValue(); in Main() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
DSamplerNapiTracesCheck.py23 file_name = args.file variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
DSamplerTracesCheck.py23 file_name = args.file variable
/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/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/ets_frontend/test/scripts/
Dsend_email.py27 def add_content(content, file_name, test_part): argument
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp21 FileWriter::FileWriter(const std::string &file_name) : checksum_(adler32(0, nullptr, 0)) in FileWriter()
Dfile.cpp97 InsertResult Insert(const std::string &file_name, const std::string &anon_mem_name) in Insert()
102 void Remove(const std::string &file_name) in Remove()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp25 bool ReadOsFile(const std::string &file_name, std::string *result) in ReadOsFile()
/arkcompiler/runtime_core/verifier/tests/
Dverify_register_index_test.cpp48 const std::string file_name = GRAPH_TEST_ABC_DIR "test_register_index.abc"; variable
Dverify_checksum_test.cpp44 const std::string file_name = GRAPH_TEST_ABC_DIR "test_checksum.abc"; variable
Dverify_constant_pool_tests.cpp46 const std::string file_name = GRAPH_TEST_ABC_DIR "test_constant_pool.abc"; variable
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp87 const std::string file_name = "test_file_open.panda"; variable
98 const std::string file_name = "test_file_format_version_too_old.abc"; variable
127 const std::string file_name = "test_rewrite_checksum.abc"; variable
156 const std::string file_name = "test_reserve_buffer_capacity.abc"; variable
168 const std::string file_name = "test_file_format_version_too_new.abc"; variable
199 const std::string file_name = "test_file_format_version_valid.abc"; variable
759 const std::string file_name = "test_empty_checksum.ark"; variable
788 const std::string file_name = "test_checksum_empty.ark"; variable
799 const std::string file_name = "test_checksum.ark"; variable
/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/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()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.h201 std::string file_name = absolute_path.substr(pos + 1); in GetFileNameByAbsolutePath() local
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt59 set(file_name "${PANDA_BENCHMARKS_DIR}/${name}.pa") variable
/arkcompiler/runtime_core/static_core/tests/benchmarks/
DCMakeLists.txt44 set(file_name "${PANDA_BENCHMARKS_DIR}/${name}.pa") variable
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp962 Expected<Program, Error> Parser::ParseAfterMainLoop(const std::string &file_name) in ParseAfterMainLoop()
993 Expected<Program, Error> Parser::Parse(TokenSet &vectors_tokens, const std::string &file_name) in Parse()
1053 Expected<Program, Error> Parser::Parse(const std::string &source, const std::string &file_name) in Parse()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp80 const std::string &file_name = options.GetLogFile(); in Initialize() local

12