Searched refs:produce (Results 1 - 25 of 33) sorted by path

12

/frameworks/base/libs/hwui/thread/
H A DFuture.h45 void produce(T result) { function in class:android::uirenderer::Future
H A DTask.h45 mFuture->produce(result);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h303 NodeType* result = m_Root.produce();
H A DHashEntry.h76 HashEntryTy* produce(const key_type& pKey);
H A DHashEntryFactory.h25 entry_type* produce(const key_type& pKey) { function in class:mcld::HashEntryFactory
H A DStringEntry.h119 StringEntry<DataType>* produce(const key_type& pKey);
H A DTreeAllocator.h42 /// produce - produce a node, add it under control
43 NodeType* produce() { function in class:mcld::NodeFactory
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIslandFactory.h42 /// produce - produce a island for the given fragment
44 BranchIsland* produce(Fragment& pFragment);
H A DELFSegmentFactory.h55 /// produce - produce an empty ELF segment information.
58 ELFSegment* produce(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
H A DRelocationFactory.h39 /// produce - produce a relocation entry
43 Relocation* produce(Type pType, FragmentRef& pFragRef, Address pAddend = 0);
45 /// produceEmptyEntry - produce an empty relocation which
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h36 LDContext* produce();
37 LDContext* produce(const sys::fs::Path& pPath);
38 LDContext* produce(const char* pPath);
H A DInputFactory.h39 Input* produce(llvm::StringRef pName,
44 Input* produce(llvm::StringRef pName,
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryAreaFactory.h44 // produce - create a MemoryArea and open its file.
45 MemoryArea* produce(const sys::fs::Path& pPath, FileHandle::OpenMode pMode);
47 // produce - create a MemoryArea and open its file.
48 MemoryArea* produce(const sys::fs::Path& pPath,
54 MemoryArea* produce(void* pMemBuffer, size_t pSize);
58 MemoryArea* produce(int pFD, FileHandle::OpenMode pMode);
H A DUniqueGCFactory.h54 DataType* produce(const KeyType& pKey, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp38 /// Create - produce an empty relocation entry
43 /// Create - produce a relocation entry
50 return g_RelocationFactory->produce(pType, pFragRef, pAddend);
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp54 produce(*frag);
60 produce(sd.back());
65 /// produce - produce a island for the given fragment
67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) { function in class:mcld::BranchIslandFactory
H A DELFSegmentFactory.cpp78 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) { function in class:mcld::ELFSegmentFactory
H A DNamePool.cpp74 new_symbol = m_Table.getEntryFactory().produce(pName);
H A DRelocationFactory.cpp33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, function in class:mcld::RelocationFactory
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { function in class:mcld::ContextFactory
34 LDContext* ContextFactory::produce(const char* pPath) { function in class:mcld::ContextFactory
35 return produce(sys::fs::Path(pPath));
38 LDContext* ContextFactory::produce() { function in class:mcld::ContextFactory
H A DInputBuilder.cpp58 return m_pInputFactory->produce(pName, pPath, pType, pFileOffset);
110 context = m_pContextFactory->produce();
114 context = m_pContextFactory->produce(pInput.path());
124 MemoryArea* memory = m_pMemFactory->produce(pInput.path(), pMode, pPerm);
130 MemoryArea* memory = m_pMemFactory->produce(pMemBuffer, pSize);
H A DInputFactory.cpp33 Input* InputFactory::produce(llvm::StringRef pName, function in class:mcld::InputFactory
42 Input* InputFactory::produce(llvm::StringRef pName, function in class:mcld::InputFactory
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, function in class:mcld::MemoryAreaFactory
38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, function in class:mcld::MemoryAreaFactory
52 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) { function in class:mcld::MemoryAreaFactory
65 MemoryArea* MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) { function in class:mcld::MemoryAreaFactory
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp998 elfSegmentTable().produce(llvm::ELF::PT_ARM_EXIDX, llvm::ELF::PF_R);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1745 elfSegmentTable().produce(llvm::ELF::PT_PHDR);
1747 ELFSegment* interp_seg = elfSegmentTable().produce(llvm::ELF::PT_INTERP);
1799 load_seg = elfSegmentTable().produce(llvm::ELF::PT_LOAD, cur_flag);
1814 ELFSegment* dyn_seg = elfSegmentTable().produce(
1821 ELFSegment* relro_seg = elfSegmentTable().produce(llvm::ELF::PT_GNU_RELRO);
1843 ELFSegment* eh_seg = elfSegmentTable().produce(llvm::ELF::PT_GNU_EH_FRAME);
1849 ELFSegment* tls_seg = elfSegmentTable().produce(llvm::ELF::PT_TLS);
1859 elfSegmentTable().produce(llvm::ELF::PT_GNU_STACK,
1879 note_seg = elfSegmentTable().produce(llvm::ELF::PT_NOTE, cur_flag);

Completed in 2752 milliseconds

12