Searched refs:ContextFactory (Results 1 - 13 of 13) 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 DAndroid.mk7 ContextFactory.cpp \
H A DInputBuilder.cpp15 #include <mcld/MC/ContextFactory.h>
26 m_pContextFactory = new ContextFactory(MCLD_NUM_OF_INPUTS);
32 ContextFactory& pContextFactory,
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h1 //===- ContextFactory.h ---------------------------------------------------===//
18 /** \class ContextFactory
19 * \brief ContextFactory avoids the duplicated LDContext of the same file.
25 * ContextFactory is the guard to prevent redundant opening. MCLinker does not
26 * create LDContext directly. Instead, it creates LDContext by ContextFactory.
27 * ContextFactory returns the identical reference of LDContext if it's openend.
32 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0> class in namespace:mcld
35 explicit ContextFactory(size_t pNum);
36 ~ContextFactory();
H A DFileAction.h16 class ContextFactory;
H A DInputBuilder.h23 class ContextFactory;
39 ContextFactory& pContextFactory,
90 ContextFactory* m_pContextFactory;
/frameworks/compile/mclinker/unittests/
H A DUniqueGCFactoryBaseTest.cpp9 #include <mcld/MC/ContextFactory.h>
45 ContextFactory *contextFactory = new ContextFactory(10);
53 ContextFactory *contextFactory = new ContextFactory(10);
63 ContextFactory *contextFactory = new ContextFactory(10);
H A DInputTreeTest.h13 #include <mcld/MC/ContextFactory.h>
51 mcld::ContextFactory m_ContextFactory;
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp34 class ContextFactory : public IContextFactory { class in inherits:IContextFactory
85 ContextFactory factory;
/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/base/core/jni/
H A Dandroid_view_Surface.cpp380 class ContextFactory : public IContextFactory { class in namespace:android::uirenderer
390 ContextFactory factory;

Completed in 178 milliseconds