Home
last modified time | relevance | path

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

/frameworks/av/drm/drmserver/
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()
/frameworks/base/tools/aapt/
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
DZipEntry.cpp146 const ZipEntry* pEntry) in initFromExternal()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntryFactory.h29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } in destroy()
DHashEntry.tcc38 void EntryFactory<HashEntryTy>::destroy(HashEntryTy* pEntry) { in destroy()
DStringEntry.tcc60 void StringEntryFactory<DataType>::destroy(StringEntry<DataType>* pEntry) { in destroy()
/frameworks/compile/mclinker/lib/Script/
DEntryCmd.cpp20 EntryCmd::EntryCmd(const std::string& pEntry) in EntryCmd()
/frameworks/compile/mclinker/lib/Core/
DLinkerScript.cpp38 void LinkerScript::setEntry(const std::string& pEntry) { in setEntry()
/frameworks/av/include/media/
DPluginLoader.h42 struct dirent* pEntry; in PluginLoader() local
/frameworks/av/media/libmedia/include/media/
DPluginLoader.h42 struct dirent* pEntry; in PluginLoader() local
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp181 void GarbageCollection::getEntrySections(SectionVecTy& pEntry) { in getEntrySections()
287 void GarbageCollection::findReferencedSections(SectionVecTy& pEntry) { in findReferencedSections()
/frameworks/compile/mclinker/lib/Target/Mips/
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()
/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h166 EntryType& pEntry) { in record()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DPackageDexUsage.java495 Map.Entry<String, PackageUseInfo> pEntry = pIt.next(); in syncData() local
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp414 const mkvparser::SeekHead::Entry* pEntry; in seek() local