/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
H A D | openpandafileorzip_fuzzer.cpp | 24 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 D | openpandafileorzip_fuzzer.cpp | 24 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 D | openpandafile_fuzzer.cpp | 25 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 D | openpandafile_fuzzer.cpp | 25 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 D | js_pandafile_manager_test.cpp | 114 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 D | file_test.cpp | 150 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 D | pass_manager_test.cpp | 338 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 D | file_test.cpp | 132 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 D | cpu_profiler_test.cpp | 122 std::string filename2(""); in HWTEST_F_L0() 127 ret = cpuProfilerFriend.StartCpuProfilerForFileTest(filename2); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/moduletest/string/ |
H A D | string.js | 93 let filename2 = name2.substring(0, 14); 94 let kk2 = filename2.toLowerCase();
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/ |
H A D | js_stackinfo_test.cpp | 308 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 D | intrusive_instrumentator.py | 722 if(hasattr(os_err, 'filename2') and (os_err.filename2 is not None)): 724 err_message.append(os_err.filename2)
|