Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { in produce() function in mcld::ContextFactory
34 LDContext* ContextFactory::produce(const char* pPath) { in produce() function in mcld::ContextFactory
38 LDContext* ContextFactory::produce() { in produce() function in mcld::ContextFactory
H A DInputFactory.cpp33 Input* InputFactory::produce(llvm::StringRef pName, in produce() function in mcld::InputFactory
42 Input* InputFactory::produce(llvm::StringRef pName, in produce() function in mcld::InputFactory
/aosp12/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in mcld::MemoryAreaFactory
38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in mcld::MemoryAreaFactory
52 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) { in produce() function in mcld::MemoryAreaFactory
65 MemoryArea* MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) { in produce() function in mcld::MemoryAreaFactory
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h54 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() function
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() function
/aosp12/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp35 TEST_F(LDSymbolTest, produce) { in TEST_F() argument
H A DGCFactoryListTraitsTest.h58 Node* produce(unsigned pInit) { in produce() function
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h25 entry_type* produce(const key_type& pKey) { in produce() function
H A DHashEntry.tcc43 HashEntryTy* EntryFactory<HashEntryTy>::produce( in produce() function in EntryFactory
H A DTreeAllocator.h43 NodeType* produce() { in produce() function
H A DStringEntry.tcc43 StringEntry<DataType>* StringEntryFactory<DataType>::produce( in produce() function in StringEntryFactory
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce() function in mcld::RelocationFactory
H A DBranchIslandFactory.cpp67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) { in produce() function in mcld::BranchIslandFactory
H A DELFSegmentFactory.cpp78 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) { in produce() function in mcld::ELFSegmentFactory
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java133 T produce(); in produce() method
H A DPackageManagerService.java1016 T produce(Injector injector, PackageManagerService packageManager); in produce() method
1020 T produce(Injector injector, PackageManagerService packageManager, R argument); in produce() method
1024 <T> T produce(Class<T> c); in produce() method