Searched refs:ContextFactory (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp1 //===- ContextFactory.cpp -------------------------------------------------===//
10 #include <mcld/MC/ContextFactory.h>
16 ContextFactory::ContextFactory(size_t pNum) function in class:ContextFactory
21 ContextFactory::~ContextFactory()
25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath)
36 LDContext* ContextFactory::produce()
H A DMCLDInfo.cpp13 #include <mcld/MC/ContextFactory.h>
32 m_pCntxtFactory = new ContextFactory(pInputNum);
H A DAndroid.mk5 ContextFactory.cpp \
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h1 //===- ContextFactory.h ---------------------------------------------------===//
21 /** \class ContextFactory
22 * \brief ContextFactory avoids the duplicated LDContext of the same file.
28 * ContextFactory is the guard to prevent redundant opening. MCLinker does not
29 * create LDContext directly. Instead, it creates LDContext by ContextFactory.
30 * ContextFactory returns the identical reference of LDContext if it's openend.
35 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0> class in namespace:mcld
38 explicit ContextFactory(size_t pNum);
39 ~ContextFactory();
H A DMCLDInfo.h22 #include <mcld/MC/ContextFactory.h>
94 ContextFactory& contextFactory()
97 const ContextFactory& contextFactory() const
127 ContextFactory *m_pCntxtFactory;
/frameworks/compile/mclinker/unittests/
H A DUniqueGCFactoryBaseTest.cpp9 #include <mcld/MC/ContextFactory.h>
51 ContextFactory *contextFactory = new ContextFactory(10);
59 ContextFactory *contextFactory = new ContextFactory(10);
69 ContextFactory *contextFactory = new ContextFactory(10);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java71 setEGLContextFactory(new ContextFactory());
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in class:GL2JNIView
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java71 setEGLContextFactory(new ContextFactory());
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in class:GLPerfView
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java74 setEGLContextFactory(new ContextFactory());
81 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in class:GLDualGL2View
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h30 class ContextFactory;

Completed in 110 milliseconds