Home
last modified time | relevance | path

Searched refs:filename1 (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/
H A Dopenpandafile_fuzzer.cpp24 const char *filename1 = ark::panda_file::ARCHIVE_FILENAME; in OpenPandaFileFuzzTest() local
29 int ret1 = ark::CreateOrAddFileIntoZip(zip_filename1, filename1, &buf, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in OpenPandaFileFuzzTest()
37 int ret3 = ark::CreateOrAddFileIntoZip(zip_filename2, filename1, buf, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in OpenPandaFileFuzzTest()
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/
H A Dopenpandafileorzip_fuzzer.cpp23 const char *filename1 = ark::panda_file::ARCHIVE_FILENAME; in OpenPandaFileOrZipFuzzTest() local
29 ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, &buf, APPEND_STATUS_CREATE, Z_NO_COMPRESSION); in OpenPandaFileOrZipFuzzTest()
39 ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, &buf, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in OpenPandaFileOrZipFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/openpandafile_fuzzer/
H A Dopenpandafile_fuzzer.cpp24 const char *filename1 = panda::panda_file::ARCHIVE_FILENAME; in OpenPandaFileFuzzTest() local
29 panda::CreateOrAddFileIntoZip(zip_filename1, filename1, data, size, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in OpenPandaFileFuzzTest()
39 panda::CreateOrAddFileIntoZip(zip_filename2, filename1, data, size, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in OpenPandaFileFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/openpandafileorzip_fuzzer/
H A Dopenpandafileorzip_fuzzer.cpp23 const char *filename1 = panda::panda_file::ARCHIVE_FILENAME; in OpenPandaFileOrZipFuzzTest() local
27 int ret1 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, data, size, APPEND_STATUS_CREATE, in OpenPandaFileOrZipFuzzTest()
37 ret1 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, data, size, APPEND_STATUS_CREATE, in OpenPandaFileOrZipFuzzTest()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp149 const char *filename1 = ARCHIVE_FILENAME; in TEST() local
151 ret = CreateOrAddZipPandaFile(&data, zipFilename, filename1, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in TEST()
169 const char *filename1 = ARCHIVE_FILENAME; in TEST() local
170 ret = CreateOrAddZipPandaFile(&data, zipFilename, filename1, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in TEST()
187 const char *filename1 = ARCHIVE_FILENAME; in TEST() local
189 ret = CreateOrAddZipPandaFile(&data, zipFilename, filename1, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in TEST()
208 const char *filename1 = ARCHIVE_FILENAME; in TEST() local
212 ret = CreateOrAddZipPandaFile(&data, zipFilename, filename1, APPEND_STATUS_ADDINZIP, Z_NO_COMPRESSION); in TEST()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_manager_test.cpp113 const char *filename1 = "__JSPandaFileManagerTest1.pa"; in HWTEST_F_L0() local
123 std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
127 std::shared_ptr<JSPandaFile> foundPf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
134 std::shared_ptr<JSPandaFile> afterRemovePf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
142 const char *filename1 = "__JSPandaFileManagerTest1.pa"; in HWTEST_F_L0() local
152 std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
169 pfManager->LoadJSPandaFile(thread1, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
179 std::shared_ptr<JSPandaFile> foundPf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
184 std::shared_ptr<JSPandaFile> afterRemovePf1 = pfManager->FindJSPandaFile(filename1); in HWTEST_F_L0()
226 const char *filename1 in HWTEST_F_L0() local
318 const char *filename1 = "__JSPandaFileManagerTest3.pa"; HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dpass_manager_test.cpp330 auto filename1 = graph->GetPassManager()->GetFileName("test", ".ir"); in HWTEST_F()
332 filename1 = filename1.substr(filename1.size() - filename1_expect.size()); in HWTEST_F()
333 EXPECT_EQ(filename1, filename1_expect); in HWTEST_F()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dcpu_profiler_test.cpp121 std::string filename1("__CpuprofilerTest.abc"); in HWTEST_F_L0()
125 ret = cpuProfilerFriend.StartCpuProfilerForFileTest(filename1); in HWTEST_F_L0()
133 ret = cpuProfilerFriend.StartCpuProfilerForFileTest(filename1); in HWTEST_F_L0()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp131 const char *filename1 = ARCHIVE_FILENAME; in HWTEST() local
133 ret = CreateOrAddZipPandaFile(&data, zip_filename, filename1, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in HWTEST()
192 const char *filename1 = ARCHIVE_FILENAME; in HWTEST() local
193 ret = CreateOrAddZipPandaFile(&data, zip_filename, filename1, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in HWTEST()
211 const char *filename1 = ARCHIVE_FILENAME; in HWTEST() local
213 ret = CreateOrAddZipPandaFile(&data, zip_filename, filename1, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in HWTEST()
/arkcompiler/ets_runtime/test/moduletest/string/
H A Dstring.js88 let filename1 = name1.substring(0, 14);
89 let kk1 = filename1.toLowerCase();
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
H A Djs_stackinfo_test.cpp307 const char *filename1 = "__JsStackInfoTest1.pa"; in HWTEST_F_L0() local
327 auto jsPandaFile1 = std::make_shared<JSPandaFile>(file1.release(), CString(filename1)); in HWTEST_F_L0()

Completed in 6 milliseconds