Home
last modified time | relevance | path

Searched defs:file_name (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
H A Dsampler_napi_traces_check.py23 file_name = args.file variable
/arkcompiler/runtime_core/disassembler/tests/
H A Ddisassembler_column_number_test.cpp39 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number1.abc"; in HWTEST_F() local
60 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number2.abc"; in HWTEST_F() local
81 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number3.abc"; in HWTEST_F() local
102 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number4.abc"; in HWTEST_F() local
122 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number5.abc"; in HWTEST_F() local
144 const std::string file_name = GRAPH_TEST_ABC_DIR "column-number6.abc"; HWTEST_F() local
[all...]
H A Ddisassembler_line_number_test.cpp39 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number1.abc"; in HWTEST_F() local
60 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number2.abc"; in HWTEST_F() local
82 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number3.abc"; in HWTEST_F() local
103 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number4.abc"; in HWTEST_F() local
124 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number5.abc"; in HWTEST_F() local
145 const std::string file_name = GRAPH_TEST_ABC_DIR "line_number_release.abc"; HWTEST_F() local
[all...]
H A Ddisassembler_module_literal_test.cpp52 const std::string file_name = GRAPH_TEST_ABC_DIR "module-regular-import.abc"; in HWTEST_F() local
72 const std::string file_name = GRAPH_TEST_ABC_DIR "module-namespace-import.abc"; in HWTEST_F() local
92 const std::string file_name = GRAPH_TEST_ABC_DIR "module-local-export.abc"; in HWTEST_F() local
112 const std::string file_name = GRAPH_TEST_ABC_DIR "module-indirect-export.abc"; in HWTEST_F() local
132 const std::string file_name = GRAPH_TEST_ABC_DIR "module-start-export.abc"; in HWTEST_F() local
152 const std::string file_name = GRAPH_TEST_ABC_DIR "module-regular-import-local-export.abc"; HWTEST_F() local
[all...]
/arkcompiler/runtime_core/libpandabase/os/
H A Dnative_stack.cpp21 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
H A Dsampler_traces_check.py24 file_name = args.file variable
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_access_flag_test.cpp37 const std::string file_name = GRAPH_TEST_ABC_DIR "test_class_access_flags.abc"; in HWTEST_F() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_writer.cpp21 FileWriter::FileWriter(const std::string &file_name) : checksum_(adler32(0, nullptr, 0)) in FileWriter() argument
H A Dfile.cpp99 InsertResult Insert(const std::string &file_name, const std::string &anon_mem_name) in Insert() argument
104 void Remove(const std::string &file_name) in Remove() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp25 bool ReadOsFile(const std::string &file_name, std::string *result) in ReadOsFile() argument
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_checksum_test.cpp44 const std::string file_name = GRAPH_TEST_ABC_DIR "test_checksum.abc"; in HWTEST_F() local
H A Dverify_register_index_test.cpp48 const std::string file_name = GRAPH_TEST_ABC_DIR "test_register_index.abc"; in HWTEST_F() local
H A Dverify_constant_pool_tests.cpp54 const std::string file_name = GRAPH_TEST_ABC_DIR "test_constant_pool.abc"; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dnative_stack.cpp41 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile() argument
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dabc2program_test_utils.cpp198 void Abc2ProgramTestUtils::RemoveDumpResultFile(const std::string &file_name) in RemoveDumpResultFile() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dunit_test.cpp86 std::unique_ptr<const panda_file::File> AsmTest::ParseToFile(const char *source, const char *file_name) in ParseToFile() argument
99 bool AsmTest::Parse(const char *source, const char *file_name) in Parse() argument
/arkcompiler/runtime_core/panda/
H A Dpanda.cpp48 const panda_file::File *GetPandaFile(const ClassLinker &class_linker, std::string_view file_name) in GetPandaFile() argument
155 std::string file_name = file.GetValue(); in ExecutePandaFile() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.cpp81 const std::string &file_name = options.GetLogFile(); in Initialize() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp232 const char *file_name = "test_file_empty.panda"; in HWTEST() local
H A Dfile_item_container_test.cpp91 const std::string file_name = "test_file_open.panda"; in HWTEST() local
102 const std::string file_name = "test_file_format_version_too_old.abc"; in HWTEST() local
133 const std::string file_name = "test_rewrite_checksum.abc"; in HWTEST() local
162 const std::string file_name in HWTEST() local
174 const std::string file_name = "test_file_format_version_too_new.abc"; HWTEST() local
207 const std::string file_name = "test_file_format_version_valid.abc"; HWTEST() local
801 const std::string file_name = "test_empty_checksum.ark"; HWTEST() local
830 const std::string file_name = "test_checksum_empty.ark"; HWTEST() local
841 const std::string file_name = "test_checksum.ark"; HWTEST() local
1271 const std::string file_name = "test_validate_checksum.abc"; HWTEST() local
1304 const std::string file_name = "test_throw_if_with_check.abc"; HWTEST() local
[all...]
/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.cpp962 Expected<Program, Error> Parser::ParseAfterMainLoop(const std::string &file_name) in ParseAfterMainLoop() argument
993 Expected<Program, Error> Parser::Parse(TokenSet &vectors_tokens, const std::string &file_name) in Parse() argument
1053 Expected<Program, Error> Parser::Parse(const std::string &source, const std::string &file_name) in Parse() argument

Completed in 24 milliseconds