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.h121 { m_pContext = pContext; } in setContext()
124 { return (NULL != m_pContext); } in hasContext()
126 const LDContext* context() const { return m_pContext; } in context()
127 LDContext* context() { return m_pContext; } in context()
138 LDContext* m_pContext; variable
/frameworks/compile/mclinker/lib/MC/
DInput.cpp27 m_pContext(NULL) { in Input()
39 m_pContext(NULL) { in Input()
54 m_pContext(NULL) { in Input()
70 m_pContext(NULL) { in Input()
/frameworks/base/core/jni/android/graphics/pdf/
DPdfRenderer.cpp196 pContext->m_pContext = pageContext; in renderPageBitmap()