Home
last modified time | relevance | path

Searched refs:filename2 (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/
H A Dopenpandafileorzip_fuzzer.cpp24 const char *filename2 = "classes1.abc"; in OpenPandaFileOrZipFuzzTest() local
31 ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, &buf, APPEND_STATUS_ADDINZIP, Z_NO_COMPRESSION); in OpenPandaFileOrZipFuzzTest()
40 ret2 = ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, &buf, APPEND_STATUS_ADDINZIP, in OpenPandaFileOrZipFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/openpandafileorzip_fuzzer/
H A Dopenpandafileorzip_fuzzer.cpp24 const char *filename2 = "classes1.abc"; in OpenPandaFileOrZipFuzzTest() local
29 int ret2 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, data, size, APPEND_STATUS_ADDINZIP, in OpenPandaFileOrZipFuzzTest()
39 ret2 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, data, size, APPEND_STATUS_ADDINZIP, in OpenPandaFileOrZipFuzzTest()
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/
H A Dopenpandafile_fuzzer.cpp25 const char *filename2 = "classes1.abc"; in OpenPandaFileFuzzTest() local
30 int ret2 = ark::CreateOrAddFileIntoZip(zip_filename1, filename2, &buf, APPEND_STATUS_ADDINZIP, Z_BEST_COMPRESSION); in OpenPandaFileFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/openpandafile_fuzzer/
H A Dopenpandafile_fuzzer.cpp25 const char *filename2 = "classes1.abc"; in OpenPandaFileFuzzTest() local
31 panda::CreateOrAddFileIntoZip(zip_filename1, filename2, data, size, APPEND_STATUS_ADDINZIP, Z_BEST_COMPRESSION); in OpenPandaFileFuzzTest()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_manager_test.cpp114 const char *filename2 = "__JSPandaFileManagerTest2.pa"; in HWTEST_F_L0() local
124 std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
128 std::shared_ptr<JSPandaFile> foundPf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
135 std::shared_ptr<JSPandaFile> afterRemovePf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
143 const char *filename2 = "__JSPandaFileManagerTest2.pa"; in HWTEST_F_L0() local
153 std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
185 std::shared_ptr<JSPandaFile> afterRemovePf2 = pfManager->FindJSPandaFile(filename2); in HWTEST_F_L0()
227 const char *filename2 = "__JSPandaFileManagerTest2.pa"; in HWTEST_F_L0() local
239 std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
247 pfManager->LoadJSPandaFile(thread, filename2, JSPandaFil in HWTEST_F_L0()
319 const char *filename2 = "__JSPandaFileManagerTest4.pa"; HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp150 const char *filename2 = "classses2.abc"; // just for testing. in TEST() local
153 ret = CreateOrAddZipPandaFile(&data, zipFilename, filename2, APPEND_STATUS_ADDINZIP, Z_BEST_COMPRESSION); in TEST()
188 const char *filename2 = "classes2.abc"; // just for testing. in TEST() local
191 ret = CreateOrAddZipPandaFile(&data, zipFilename, filename2, APPEND_STATUS_ADDINZIP, Z_BEST_COMPRESSION); in TEST()
209 const char *filename2 = "class.abc"; // just for testing. in TEST() local
210 ret = CreateOrAddZipPandaFile(&data, zipFilename, filename2, APPEND_STATUS_CREATE, Z_NO_COMPRESSION); in TEST()
/arkcompiler/runtime_core/compiler/tests/
H A Dpass_manager_test.cpp338 auto filename2 = graph->GetPassManager()->GetFileName("test", ".ir"); in HWTEST_F()
340 filename2 = filename2.substr(filename2.size() - filename2_expect.size()); in HWTEST_F()
341 EXPECT_EQ(filename2, filename2_expect); in HWTEST_F()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp132 const char *filename2 = "classses2.abc"; // just for testing. in HWTEST() local
135 ret = CreateOrAddZipPandaFile(&data, zip_filename, filename2, APPEND_STATUS_ADDINZIP, Z_BEST_COMPRESSION); in HWTEST()
150 ret = CreateOrAddZipPandaFile(&data, zip_filename, filename2, APPEND_STATUS_CREATE, Z_BEST_COMPRESSION); in HWTEST()
212 const char *filename2 = "classes2.abc"; // just for testing. in HWTEST() local
215 ret = CreateOrAddZipPandaFile(&data, zip_filename, filename2, APPEND_STATUS_ADDINZIP, Z_BEST_COMPRESSION); in HWTEST()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dcpu_profiler_test.cpp122 std::string filename2(""); in HWTEST_F_L0()
127 ret = cpuProfilerFriend.StartCpuProfilerForFileTest(filename2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/moduletest/string/
H A Dstring.js93 let filename2 = name2.substring(0, 14);
94 let kk2 = filename2.toLowerCase();
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
H A Djs_stackinfo_test.cpp308 const char *filename2 = "__JsStackInfoTest2.pa"; in HWTEST_F_L0() local
328 auto jsPandaFile2 = std::make_shared<JSPandaFile>(file2.release(), CString(filename2)); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
H A Dintrusive_instrumentator.py722 if(hasattr(os_err, 'filename2') and (os_err.filename2 is not None)):
724 err_message.append(os_err.filename2)

Completed in 7 milliseconds