Home
last modified time | relevance | path

Searched refs:m_pContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
DInput.h102 void setContext(LDContext* pContext) { m_pContext = pContext; } in setContext()
104 bool hasContext() const { return (m_pContext != NULL); } in hasContext()
106 const LDContext* context() const { return m_pContext; } in context()
107 LDContext* context() { return m_pContext; } in context()
118 LDContext* m_pContext; variable
/frameworks/compile/mclinker/lib/MC/
DInput.cpp28 m_pContext(NULL) { in Input()
40 m_pContext(NULL) { in Input()
55 m_pContext(NULL) { in Input()
71 m_pContext(NULL) { in Input()
/frameworks/base/core/jni/android/graphics/pdf/
DPdfRenderer.cpp209 pContext->m_pContext = pageContext; in renderPageBitmap()