Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 66) sorted by relevance

123

/arkcompiler/runtime_core/tests/cts-generator/runner/
Dresult.rb29 def update_failed_compilation(output, file) argument
37 def update_failed_quickening(output, file) argument
45 def update_negative_passed_compilation(output, file) argument
53 def update_failed_negative_compilation(output, file) argument
61 def update_compilation_passed(output, file) argument
69 def update_run_negative_failure(output, status, file) argument
77 def update_verifier_negative_failure(output, status, file) argument
85 def update_run_failure(output, status, file, core) argument
95 def update_verifier_failure(output, status, file, core) argument
105 def update_passed(output, status, file) argument
[all …]
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb185 def process_test_file(testdir, file) argument
210 def process_test_data(test_group, file) argument
227 def proc_test_instructions(test_group, spec_group, file) argument
235 def proc_test_instruction(test_instr, spec_group, file) argument
249 def proc_test_descriptions(test_group, spec_group, file) argument
257 def proc_test_description(test_descr, spec_group, file) argument
272 def proc_test_exceptions(test_group, spec_group, file) argument
280 def proc_test_exception(test_exc, spec_group, file) argument
295 def proc_test_verifications(test_group, spec_group, file) argument
303 def proc_test_verification(test_ver, spec_group, file) argument
Dorphaned_md.rb38 def generate(file) argument
Duncovered_md.rb30 def generate(file) argument
/arkcompiler/runtime_core/verification/util/
Dis_system.h23 inline bool IsSystemFile(const panda_file::File &file) in IsSystemFile()
40 const auto *file = klass.GetPandaFile(); in IsSystemClass() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.cpp28 namespace panda::os::file { namespace
63 namespace panda::os::windows::file { namespace
/arkcompiler/runtime_core/platforms/common/runtime/
Dverify_app_install.cpp19 bool IsVerifySuccInAppInstall([[maybe_unused]] const panda_file::File *file) in IsVerifySuccInAppInstall()
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py73 def run_test(file, tool, flag=False): argument
193 def compare(file, flag=False): argument
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb24 def check_file(file) argument
/arkcompiler/runtime_core/verification/cache/
Dresults_cache.cpp56 auto file = Open(filename, Mode::READONLY); in Initialize() local
105 auto file = Open(impl->filename, Mode::READWRITECREATE); in Destroy() local
/arkcompiler/runtime_core/libpandabase/utils/
Ddebug.cpp24 [[noreturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *func… in AssertionFail()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.cpp23 namespace panda::os::file { namespace
/arkcompiler/runtime_core/libpandabase/os/
Dfile.h41 explicit FileHolder(File file) : file_(file) {} in FileHolder()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp75 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
109 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
146 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
Djs_pandafile_test.cpp101 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
132 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
167 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
218 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
252 const File *file = pf->GetPandaFile(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/test262/
Dutils.py114 def remove_file(file): argument
163 def search_dependency(file, directory): argument
171 def collect_module_dependencies(file, directory, traversedDependencies): argument
Drun_test262.py196 def mkdstdir(file, src_dir, dist_dir): argument
296 def copyfile(self, file, all_skips): argument
339 def get_tests_from_file(self, file): argument
/arkcompiler/runtime_core/runtime/tooling/
Ddebug_inf.cpp76 void DebugInf::AddCodeMetaInfo(const panda_file::File *file) in AddCodeMetaInfo()
89 void DebugInf::DelCodeMetaInfo(const panda_file::File *file) in DelCodeMetaInfo()
152 void DebugInf::DelCodeMetaInfoImpl(PCodeMetaInfo *metaInfo, const panda_file::File *file) in DelCodeMetaInfoImpl()
/arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/
Dcheckheader_fuzzer.cpp31 auto file = panda::os::file::File(fileno(fp)); in CheckHeaderFuzzTest() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_extractor.h26 const JSPandaFile *file; member
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp179 std::unique_ptr<const panda_file::File> file; in HandleArchive() local
215 std::unique_ptr<const panda_file::File> file; in OpenPandaFile() local
309 ClassIdxIterator(const File &file, const Span<const uint32_t> &span, size_t idx) in ClassIdxIterator()
378 static ClassIdxIterator Begin(const File &file, const Span<const uint32_t> &span) in Begin()
383 static ClassIdxIterator End(const File &file, const Span<const uint32_t> &span) in End()
455 os::file::File file = os::file::Open(filename, mode); in Open() local
492 auto file = os::file::File(fd); in OpenUncompressedArchive() local
/arkcompiler/ets_runtime/test/
Druntest.py248 def run_test(self, file): argument
333 def judge_test(self, file, out): argument
/arkcompiler/runtime_core/dprof/libstorage/dprof/
Dstorage.cpp130 std::ofstream file(fileName, std::ios::binary); in SaveAppData() local
191 std::ifstream file(path, std::ios::binary); in ForEachApps() local
/arkcompiler/runtime_core/verification/verifier/
Dverifier.cpp76 auto handle_file = [&](const panda_file::File &file) { in RunVerifier()
104 OptionalConstRef<panda_file::File> file; in RunVerifier() local
242 PandArg<std::string> file("file", "", "path to pandafile"); in Main() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/
Dfunctions_test.cpp40 std::string file = "../../ark/ts2abc/ts2panda/ts2abc/tests/sources/add.json"; in SetUp() local

123