Searched refs:m_module (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/System/ |
D | GrallocAndroid.cpp | 37 m_module = reinterpret_cast<const gralloc_module_t*>(module); in GrallocModule() 58 return m_module->lock(m_module, handle, usage, left, top, width, height, vaddr); in lock() 85 return m_module->unlock(m_module, handle); in unlock()
|
D | GrallocAndroid.hpp | 36 const gralloc_module_t *m_module; member in GrallocModule
|
/external/swiftshader/src/Common/ |
D | GrallocAndroid.cpp | 37 m_module = reinterpret_cast<const gralloc_module_t*>(module); in GrallocModule() 58 return m_module->lock(m_module, handle, usage, left, top, width, height, vaddr); in lock() 85 return m_module->unlock(m_module, handle); in unlock()
|
D | GrallocAndroid.hpp | 36 const gralloc_module_t *m_module; member in GrallocModule
|
/external/python/cpython3/Objects/ |
D | methodobject.c | 47 op->m_module = module; in PyCFunction_NewEx() 92 Py_XDECREF(m->m_module); in meth_dealloc() 177 Py_VISIT(m->m_module); in meth_traverse() 205 {"__module__", T_OBJECT, OFF(m_module), PY_WRITE_RESTRICTED},
|
/external/python/cpython2/Objects/ |
D | methodobject.c | 35 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/ |
D | methodobject.h | 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member
|
/external/python/cpython3/Include/ |
D | methodobject.h | 106 PyObject *m_module; /* The __module__ attribute, can be anything */ member
|
/external/python/cpython3/Modules/ |
D | _lsprof.c | 170 PyObject *mod = fn->m_module; in normalizeUserObj() 201 PyObject *modname = fn->m_module; in normalizeUserObj()
|
/external/python/cpython2/Modules/ |
D | _lsprof.c | 180 PyObject *mod = fn->m_module; in normalizeUserObj()
|