Searched refs:produce (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp40 TEST_F( LDSymbolTest, produce ) {
H A DUniqueGCFactoryBaseTest.cpp46 contextFactory->produce("/");
47 contextFactory->produce("ab/c");
54 LDContext* context1 = contextFactory->produce("/");
55 contextFactory->produce("ab/c");
57 LDContext* context2 = contextFactory->produce("/");
64 LDContext* context1 = contextFactory->produce("abc/def");
65 contextFactory->produce("ab/c");
67 LDContext* context2 = contextFactory->produce("ttt/../abc/def");
79 MemoryArea* area1 = memFactory->produce(path1, FileHandle::ReadOnly);
80 MemoryArea* area2 = memFactory->produce(path
[all...]
H A DFactoriesTest.cpp45 NodeAlloc::NodeType* node = m_pNodeAlloc->produce();
48 node = m_pNodeAlloc->produce();
51 node = m_pNodeAlloc->produce();
59 node = m_pNodeAlloc->produce();
78 node = m_pNodeAlloc->produce();
101 node = delegatee->produce();
125 // produce agent
127 node = m_pNodeAlloc->produce();
133 // produce delegatee
135 node = delegatee->produce();
[all...]
H A DMCRegionFragmentTest.cpp49 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
64 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
H A DInputTreeTest.cpp108 Input* input = m_pAlloc->produce("FileSpec", "path1");
115 Input* input = m_pAlloc->produce("FileSpec", "path1");
139 Input* input = m_pAlloc->produce("FileSpec", "path1");
155 Input* input = m_pAlloc->produce("111", "/");
159 input = m_pAlloc->produce("10", "/");
164 input = m_pAlloc->produce("7", "/");
166 input = m_pAlloc->produce("8", "/");
H A DMemoryAreaTest.cpp54 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly);
68 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly);
96 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly) ;
112 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadWrite);
140 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadWrite) ;
H A DGCFactoryListTraitsTest.cpp19 #define ALLOCATE_NODE(i) m_pNodesAlloc[(i)] = m_NodeFactory.produce(i);
95 Node *NewNode = m_NodeFactory.produce(11);
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryAreaFactory.h48 // produce - create a MemoryArea and open its file.
49 MemoryArea* produce(const sys::fs::Path& pPath,
52 // produce - create a MemoryArea and open its file.
53 MemoryArea* produce(const sys::fs::Path& pPath,
59 MemoryArea* produce(void* pMemBuffer, size_t pSize);
63 MemoryArea* produce(int pFD, FileHandle::OpenMode pMode);
H A DRegionFactory.h34 MemoryRegion* produce(Address pVMAStart, size_t pSize);
H A DUniqueGCFactory.h60 DataType* produce(const KeyType& pKey, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
73 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h41 LDContext* produce();
42 LDContext* produce(const sys::fs::Path& pPath);
H A DInputFactory.h43 Input* produce(llvm::StringRef pName,
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h26 entry_type* produce(const key_type& pKey) function in class:mcld::HashEntryFactory
H A DHashEntry.h86 HashEntryTy* produce(const key_type& pKey);
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) function in class:ContextFactory
36 LDContext* ContextFactory::produce() function in class:ContextFactory
H A DInputBuilder.cpp58 return m_pInputFactory->produce(pName, pPath, pType, pFileOffset);
117 context = m_pContextFactory->produce();
122 context = m_pContextFactory->produce(pInput.path());
133 MemoryArea *memory = m_pMemFactory->produce(pInput.path(), pMode, pPerm);
144 MemoryArea *memory = m_pMemFactory->produce(pMemBuffer, pSize);
H A DInputFactory.cpp34 Input* InputFactory::produce(llvm::StringRef pName, function in class:InputFactory
/frameworks/compile/mclinker/lib/Support/
H A DRegionFactory.cpp20 RegionFactory::produce(Address pVMAStart, size_t pSize) function in class:RegionFactory
H A DMemoryAreaFactory.cpp35 MemoryAreaFactory::produce(const sys::fs::Path& pPath, function in class:MemoryAreaFactory
58 MemoryAreaFactory::produce(const sys::fs::Path& pPath, function in class:MemoryAreaFactory
81 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) function in class:MemoryAreaFactory
90 MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) function in class:MemoryAreaFactory
H A DMemoryRegion.cpp35 return g_RegionFactory->produce(static_cast<Address>(pStart), pSize);
40 MemoryRegion* result = g_RegionFactory->produce(static_cast<Address>(pStart),
/frameworks/base/libs/hwui/thread/
H A DFuture.h45 void produce(T result) { function in class:android::uirenderer::Future
H A DTask.h48 mFuture->produce(result);
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIslandFactory.h40 /// produce - produce a island for the given fragment
42 BranchIsland* produce(Fragment& pFragment);
H A DELFSegmentFactory.h31 /// produce - produce an empty ELF segment information.
34 ELFSegment* produce(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
H A DRelocationFactory.h42 /// produce - produce a relocation entry
46 Relocation* produce(Type pType,
50 /// produceEmptyEntry - produce an empty relocation which

Completed in 408 milliseconds

12