/frameworks/compile/mclinker/lib/Support/ |
D | MemoryAreaFactory.cpp | 35 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in MemoryAreaFactory 58 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in MemoryAreaFactory 81 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) in produce() function in MemoryAreaFactory 90 MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) in produce() function in MemoryAreaFactory
|
D | RegionFactory.cpp | 20 RegionFactory::produce(Address pVMAStart, size_t pSize) in produce() function in RegionFactory
|
/frameworks/compile/mclinker/lib/MC/ |
D | ContextFactory.cpp | 25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) in produce() function in ContextFactory 36 LDContext* ContextFactory::produce() in produce() function in ContextFactory
|
D | InputFactory.cpp | 34 Input* InputFactory::produce(llvm::StringRef pName, in produce() function in InputFactory
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | MemoryFactory.h | 37 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize) in produce() function 40 mcld::MemoryArea* produce(int pFD) in produce() function
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | UniqueGCFactory.h | 60 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() function 73 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() function
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntryFactory.h | 26 entry_type* produce(const key_type& pKey) in produce() function
|
D | HashEntry.tcc | 49 EntryFactory<HashEntryTy>::produce(const typename EntryFactory<HashEntryTy>::key_type& pKey) in produce() function in EntryFactory
|
D | TreeAllocator.h | 44 NodeType* produce() { in produce() function
|
D | StringEntry.tcc | 47 StringEntryFactory<DataType>::produce(const typename StringEntryFactory<DataType>::key_type& pKey) in produce() function in StringEntryFactory
|
/frameworks/compile/mclinker/unittests/ |
D | LDSymbolTest.cpp | 40 TEST_F( LDSymbolTest, produce ) { in TEST_F() argument
|
D | GCFactoryListTraitsTest.h | 64 Node *produce(unsigned pInit) { in produce() function
|
/frameworks/base/libs/hwui/thread/ |
D | Future.h | 45 void produce(T result) { in produce() function
|
/frameworks/compile/mclinker/lib/LD/ |
D | BranchIslandFactory.cpp | 36 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) in produce() function in BranchIslandFactory
|
D | RelocationFactory.cpp | 33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce() function in RelocationFactory
|
D | ELFSegmentFactory.cpp | 28 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) in produce() function in ELFSegmentFactory
|