| /arkcompiler/runtime_core/tests/fuzztest/createoraddfileintozip_fuzzer/ |
| D | createoraddfileintozip_fuzzer.cpp | 27 const char* filename = str.c_str(); in CreateOrAddFileIntoZipFuzzTest() local 34 const char* filename = nullptr; in CreateOrAddFileIntoZipFuzzTest() local 41 const char* filename = panda::panda_file::ARCHIVE_FILENAME; in CreateOrAddFileIntoZipFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_manager.cpp | 43 …red_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile() 129 …red_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile() 176 …r<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CString &filename, in LoadJSPandaFileSecure() 233 …ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileWithChecksum(const CString &filename, uint32_t… in FindJSPandaFileWithChecksum() 261 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileUnlocked(const CString &filename) in FindJSPandaFileUnlocked() 303 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFile(const CString &filename) in FindJSPandaFile() 331 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in AddJSPandaFile() local 359 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in RemoveJSPandaFile() local 368 void JSPandaFileManager::ObsoleteLoadedJSPandaFile(const CString &filename) in ObsoleteLoadedJSPandaFile() 379 std::shared_ptr<JSPandaFile> JSPandaFileManager::OpenJSPandaFile(const CString &filename) in OpenJSPandaFile() [all …]
|
| D | js_pandafile_executor.cpp | 28 …String, CString> JSPandaFileExecutor::ParseAbcEntryPoint(JSThread *thread, const CString &filename, in ParseAbcEntryPoint() 110 const CString &filename, std::string_view entryPoint, bool needUpdate, bool executeFromJob) in ExecuteFromAbsolutePathAbcFile() 121 …ggedValue, bool> JSPandaFileExecutor::ExecuteFromAbcFile(JSThread *thread, const CString &filename, in ExecuteFromAbcFile() 142 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer() 181 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer() 237 …bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size, boo… in CommonExecuteBuffer() 321 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure() 356 …gedValue, bool> JSPandaFileExecutor::CommonExecuteBuffer(JSThread *thread, const CString &filename, in CommonExecuteBuffer() 384 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure() 446 size_t size, const CString &filename, const CString &entryPoint) in ExecuteSecureWithOhmUrl() [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | irtoc.rb | 131 def include_relative(filename) argument 142 def read_plugin(filename) argument 153 def preprocess(filename, output_filename) argument
|
| D | instructions_data.rb | 22 def self.setup(filename) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.cpp | 23 bool AnFileInfo::Save(const std::string &filename, Triple triple) in Save() 49 bool AnFileInfo::LoadInternal(const std::string &filename) in LoadInternal() 80 bool AnFileInfo::Load(const std::string &filename) in Load() 98 bool AnFileInfo::Load(const std::string &filename, [[maybe_unused]] std::function<bool in Load() 125 bool AnFileInfo::TryRemoveAnFile(const char *filename) in TryRemoveAnFile()
|
| /arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() 32 const char *filename = panda::panda_file::ARCHIVE_FILENAME; in OpenUncompressedArchiveFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(ark::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() 32 const char *filename = ark::panda_file::ARCHIVE_FILENAME; in OpenUncompressedArchiveFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
| D | verify.py | 180 def print_error(mark, filename, line_idx): argument 185 def check_name(names, name, filename, i, correct_tags): argument 195 def check_snippets_meta(filename, snippets_meta): argument 222 def write_snippets_from_rst(rst_lines, filename, skiplist): argument
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 27 … JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) in InitializeModule() 42 …STaggedValue> CjsModule::SearchFromModuleCache(JSThread *thread, JSHandle<JSTaggedValue> &filename) in SearchFromModuleCache() 68 …ule::PutIntoCache(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue> &filename) in PutIntoCache() 96 CString filename = jsPandaFile->GetJSPandaFileDesc(); in Load() local
|
| D | js_require_manager.cpp | 28 JSHandle<JSTaggedValue> filename = cjsInfo.filenameHdl; in InitializeCommonJS() local 60 JSHandle<JSTaggedValue> filename = cjsInfo.filenameHdl; in CollectExecutedExp() local
|
| /arkcompiler/runtime_core/static_core/libziparchive/tests/ |
| D | libziparchive_tests.cpp | 107 static void UnzipFileCheckDirectory(const char *archivename, char *filename, int level = Z_BEST_COM… in UnzipFileCheckDirectory() 168 static std::string OpenArchiveAndCurrentFile(ZipArchiveHandle &zipfile, char *filename, FILE *myfil… in OpenArchiveAndCurrentFile() 279 static void UnzipFileCheckTxt(const char *archivename, char *filename, const char *data, int n, in UnzipFileCheckTxt() 335 static void UnzipFileCheckPandaFile(const char *archivename, char *filename, std::vector<uint8_t> &… in UnzipFileCheckPandaFile() 384 static void UnzipFileCheckInDirectory(const char *archivename, char *filename, const char *data, in… in UnzipFileCheckInDirectory() 534 char filename[MAX_DIR_SIZE]; in TEST() local 580 char filename[MAX_DIR_SIZE]; in TEST() local 624 char filename[MAX_DIR_SIZE]; in TEST() local
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | trace_dumper.h | 72 …explicit SingleCSVDumper(const char *filename, DumpType option, ModuleMap *modulesMap, MethodMap *… in SingleCSVDumper() 96 …explicit MultipleCSVDumper(const char *filename, ModuleMap *modulesMap, MethodMap *methodsMap, boo… in MultipleCSVDumper()
|
| /arkcompiler/runtime_core/libziparchive/tests/ |
| D | libziparchive_tests.cpp | 88 static void UnzipFileCheckDirectory(const char *archivename, char *filename, int level = Z_BEST_COM… in UnzipFileCheckDirectory() 141 static void UnzipFileCheckTxt(const char *archivename, char *filename, const char *data, int N, cha… in UnzipFileCheckTxt() 259 static void UnzipFileCheckPandaFile(const char *archivename, char *filename, std::vector<uint8_t> &… in UnzipFileCheckPandaFile() 373 static void UnzipFileCheckInDirectory(const char *archivename, char *filename, const char *data, in… in UnzipFileCheckInDirectory() 604 char filename[MAX_DIR_SIZE]; variable 659 char filename[MAX_DIR_SIZE]; variable 702 char filename[MAX_DIR_SIZE]; variable
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | code_sign.cpp | 20 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
|
| /arkcompiler/runtime_core/static_core/gn/build/ |
| D | cmake_configure_file.py | 76 def read(filename): argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | code_sign.cpp | 19 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | code_sign.cpp | 19 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
|
| /arkcompiler/runtime_core/gn/build/ |
| D | cmake_configure_file.py | 76 def read(filename): argument
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | library_loader_load.cpp | 27 Expected<LibraryHandle, Error> Load(std::string_view filename) in Load()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | library_loader_load.cpp | 21 Expected<LibraryHandle, Error> Load(std::string_view filename) in Load()
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/ |
| D | webpack.dist.config.js | 23 filename: 'main.js' property
|
| D | webpack.debug.config.js | 24 filename: 'main.js' property
|
| /arkcompiler/runtime_core/static_core/verification/cache/ |
| D | results_cache.cpp | 29 std::string filename; member 47 void VerificationResultCache::Initialize(const std::string &filename) in Initialize()
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_saver.cpp | 242 const PandaString &filename = it.first; in TranverseAndCacheResolvedClassAndMethods() local 278 ProfileDumpInfo *ProfileSaver::GetOrAddCachedProfiledInfo(const PandaString &filename) in GetOrAddCachedProfiledInfo() 290 ProfileSaver::CntStats *ProfileSaver::GetOrAddCachedProfiledStatsInfo(const PandaString &filename) in GetOrAddCachedProfiledStatsInfo() 309 const PandaString &filename = it.first; in MergeAndDumpProfileData() local
|