Home
last modified time | relevance | path

Searched refs:m_module (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Common/
DGrallocAndroid.hpp38 return m_module->lock(m_module, handle, usage, left, top, width, height, vaddr); in lock()
65 return m_module->unlock(m_module, handle); in unlock()
91 const gralloc_module_t *m_module; member in GrallocModule
DGrallocAndroid.cpp34 m_module = reinterpret_cast<const gralloc_module_t*>(module); in GrallocModule()
/external/python/cpython2/Objects/
Dmethodobject.c35 op->m_module = module; in PyCFunction_NewEx()
135 Py_XDECREF(m->m_module); in meth_dealloc()
167 Py_VISIT(m->m_module); in meth_traverse()
197 {"__module__", T_OBJECT, OFF(m_module), PY_WRITE_RESTRICTED},
/external/python/cpython2/Include/
Dmethodobject.h85 PyObject *m_module; /* The __module__ attribute, can be anything */ member
/external/python/cpython2/Modules/
D_lsprof.c180 PyObject *mod = fn->m_module; in normalizeUserObj()