HomeSort by relevance Sort by last modified time
    Searched refs:produce (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 36 LDContext* produce();
37 LDContext* produce(const sys::fs::Path& pPath);
38 LDContext* produce(const char* pPath);
InputFactory.h 39 Input* produce(llvm::StringRef pName,
44 Input* produce(llvm::StringRef pName,
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
Production.java 27 Event produce(); method in interface:Production
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 44 // 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);
  /frameworks/compile/mclinker/unittests/
LDSymbolTest.cpp 35 TEST_F(LDSymbolTest, produce) {
UniqueGCFactoryBaseTest.cpp 41 contextFactory->produce("/");
42 contextFactory->produce("ab/c");
49 LDContext* context1 = contextFactory->produce("/");
50 contextFactory->produce("ab/c");
52 LDContext* context2 = contextFactory->produce("/");
59 LDContext* context1 = contextFactory->produce("abc/def");
60 contextFactory->produce("ab/c");
62 LDContext* context2 = contextFactory->produce("ttt/../abc/def");
74 memFactory->produce(path1, FileHandle::OpenMode(FileHandle::ReadOnly),
77 memFactory->produce(path2, FileHandle::OpenMode(FileHandle::ReadOnly)
    [all...]
FactoriesTest.cpp 40 NodeAlloc::NodeType* node = m_pNodeAlloc->produce();
43 node = m_pNodeAlloc->produce();
46 node = m_pNodeAlloc->produce();
54 node = m_pNodeAlloc->produce();
73 node = m_pNodeAlloc->produce();
96 node = delegatee->produce();
120 // produce agent
122 node = m_pNodeAlloc->produce();
128 // produce delegatee
130 node = delegatee->produce();
    [all...]
InputTreeTest.cpp 97 Input* input = m_pAlloc->produce("FileSpec", "path1");
103 Input* input = m_pAlloc->produce("FileSpec", "path1");
126 Input* input = m_pAlloc->produce("FileSpec", "path1");
140 Input* input = m_pAlloc->produce("111", "/");
144 input = m_pAlloc->produce("10", "/");
149 input = m_pAlloc->produce("7", "/");
151 input = m_pAlloc->produce("8", "/");
MCRegionFragmentTest.cpp 44 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
59 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
  /frameworks/compile/mclinker/lib/MC/
ContextFactory.cpp 24 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
InputFactory.cpp 33 Input* InputFactory::produce(llvm::StringRef pName, function in class:mcld::InputFactory
42 Input* InputFactory::produce(llvm::StringRef pName, function in class:mcld::InputFactory
InputBuilder.cpp 58 return m_pInputFactory->produce(pName, pPath, pType, pFileOffset);
108 // pInput is an object in an archive file. Produce a new context in this
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);
  /external/llvm/test/MC/MachO/AArch64/
classrefs.s 3 ; Test that we produce an external relocation with Lbar. We could also produce
reloc-crash.s 3 ; Test tha we produce an external relocation. There is no apparent need for it, but
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 25 entry_type* produce(const key_type& pKey) { function in class:mcld::HashEntryFactory
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 25 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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
macro1.s 11 ADDX *AR1 ; should produce an error msg
  /external/mockito/src/test/java/org/mockitousage/misuse/
SpyStubbingMisuseTest.java 23 when(out.produce()).thenReturn(mpoo);
50 Sampler produce() { method in class:SpyStubbingMisuseTest.Producer
  /frameworks/base/libs/hwui/thread/
Future.h 45 void produce(T result) { function in class:android::uirenderer::Future
Task.h 45 mFuture->produce(result);
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 42 /// produce - produce a island for the given fragment
44 BranchIsland* produce(Fragment& pFragment);
RelocationFactory.h 39 /// produce - produce a relocation entry
43 Relocation* produce(Type pType, FragmentRef& pFragRef, Address pAddend = 0);
45 /// produceEmptyEntry - produce an empty relocation which
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8475.go 7 // Issue 8745: comma-ok assignments should produce untyped bool as 2nd result.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8475.go 7 // Issue 8745: comma-ok assignments should produce untyped bool as 2nd result.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
delay.d 6 # Gas should produce nop's after mtc1 and related

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>