Home
last modified time | relevance | path

Searched defs:pEntry (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/av/drm/drmserver/
H A DPlugInManager.h205 struct dirent* pEntry; in getPlugInPathList() local
229 bool isPlugIn(const struct dirent* pEntry) const { in isPlugIn()
239 bool isDirectory(const struct dirent* pEntry) const { in isDirectory()
246 bool isRegularFile(const struct dirent* pEntry) const { in isRegularFile()
253 bool isLink(const struct dirent* pEntry) const { in isLink()
/aosp12/build/make/tools/zipalign/
H A DZipAlign.cpp26 ZipEntry* pEntry) { in getAlignment()
49 ZipEntry* pEntry; in copyAndAlign() local
154 ZipEntry* pEntry; in verify() local
H A DZipFile.cpp163 ZipEntry* pEntry = mEntries[idx]; in getEntryByName() local
315 ZipEntry* pEntry = new ZipEntry; in readCentralDir() local
371 ZipEntry* pEntry = NULL; in addCommon() local
519 status_t ZipFile::alignEntry(android::ZipEntry* pEntry, uint32_t alignTo){ in alignEntry()
549 ZipEntry* pEntry = NULL; in add() local
655 ZipEntry* pEntry = NULL; in addRecompress() local
965 status_t ZipFile::remove(ZipEntry* pEntry) in remove()
1006 ZipEntry* pEntry = mEntries[i]; in flush() local
1061 ZipEntry* pEntry = mEntries[i]; in crunchArchive() local
H A DZipEntry.cpp147 status_t ZipEntry::initFromExternal(const ZipEntry* pEntry) in initFromExternal()
/aosp12/frameworks/base/tools/aapt/
H A DZipFile.cpp161 ZipEntry* pEntry = mEntries[idx]; in getEntryByName() local
309 ZipEntry* pEntry = new ZipEntry; in readCentralDir() local
362 ZipEntry* pEntry = NULL; in addCommon() local
541 ZipEntry* pEntry = NULL; in add() local
875 status_t ZipFile::remove(ZipEntry* pEntry) in remove()
916 ZipEntry* pEntry = mEntries[i]; in flush() local
971 ZipEntry* pEntry = mEntries[i]; in crunchArchive() local
H A DZipEntry.cpp146 const ZipEntry* pEntry) in initFromExternal()
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } in destroy()
H A DHashEntry.tcc38 void EntryFactory<HashEntryTy>::destroy(HashEntryTy* pEntry) { in destroy()
H A DStringEntry.tcc60 void StringEntryFactory<DataType>::destroy(StringEntry<DataType>* pEntry) { in destroy()
/aosp12/hardware/interfaces/cas/1.0/default/
H A DFactoryLoader.h108 struct dirent* pEntry; in findFactoryForScheme() local
150 struct dirent* pEntry; in enumeratePlugins() local
/aosp12/hardware/interfaces/cas/1.1/default/
H A DFactoryLoader.h100 struct dirent* pEntry; in findFactoryForScheme() local
139 struct dirent* pEntry; in enumeratePlugins() local
/aosp12/hardware/interfaces/cas/1.2/default/
H A DFactoryLoader.h100 struct dirent* pEntry; in findFactoryForScheme() local
139 struct dirent* pEntry; in enumeratePlugins() local
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp20 EntryCmd::EntryCmd(const std::string& pEntry) in EntryCmd()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp38 void LinkerScript::setEntry(const std::string& pEntry) { in setEntry()
/aosp12/build/make/tools/ziptime/
H A DZipFile.cpp167 ZipEntry* pEntry = new ZipEntry; in rewriteCentralDir() local
/aosp12/hardware/interfaces/drm/1.0/default/include/
H A DPluginLoader.h46 struct dirent* pEntry; in PluginLoader() local
/aosp12/frameworks/av/media/libmedia/include/media/
H A DPluginLoader.h42 struct dirent* pEntry; in PluginLoader() local
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp383 void MipsGOT::recordGlobalEntry(const ResolveInfo* pInfo, Fragment* pEntry) { in recordGlobalEntry()
404 void MipsGOT::recordTLSEntry(const ResolveInfo* pInfo, Fragment* pEntry, in recordTLSEntry()
450 Fragment* pEntry) { in recordLocalEntry()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp181 void GarbageCollection::getEntrySections(SectionVecTy& pEntry) { in getEntrySections()
287 void GarbageCollection::findReferencedSections(SectionVecTy& pEntry) { in findReferencedSections()
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h166 EntryType& pEntry) { in record()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DPackageDexUsage.java481 Map.Entry<String, PackageUseInfo> pEntry = pIt.next(); in syncData() local
/aosp12/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp470 const mkvparser::SeekHead::Entry* pEntry; in seek() local