HomeSort by relevance Sort by last modified time
    Searched refs:m_module (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/src/Common/
GrallocAndroid.hpp 38 return m_module->lock(m_module, handle, usage, left, top, width, height, vaddr);
65 return m_module->unlock(m_module, handle);
91 const gralloc_module_t *m_module; member in class:GrallocModule
GrallocAndroid.cpp 34 m_module = reinterpret_cast<const gralloc_module_t*>(module);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon4343
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon4650
  /external/python/cpython2/Include/
methodobject.h 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon32591
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon66482
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon66604
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon997
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 85 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon1120
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 35 op->m_module = module;
135 Py_XDECREF(m->m_module);
167 Py_VISIT(m->m_module);
197 {"__module__", T_OBJECT, OFF(m_module), PY_WRITE_RESTRICTED},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 35 op->m_module = module;
135 Py_XDECREF(m->m_module);
167 Py_VISIT(m->m_module);
197 {"__module__", T_OBJECT, OFF(m_module), PY_WRITE_RESTRICTED},
  /external/python/cpython2/Objects/
methodobject.c 35 op->m_module = module;
135 Py_XDECREF(m->m_module);
167 Py_VISIT(m->m_module);
197 {"__module__", T_OBJECT, OFF(m_module), PY_WRITE_RESTRICTED},
  /external/python/cpython3/Include/
methodobject.h 95 PyObject *m_module; /* The __module__ attribute, can be anything */ member in struct:__anon33155
  /external/python/cpython3/Objects/
methodobject.c 45 op->m_module = module;
310 Py_XDECREF(m->m_module);
398 Py_VISIT(m->m_module);
426 {"__module__", T_OBJECT, OFF(m_module), PY_WRITE_RESTRICTED},
  /external/python/cpython3/Modules/
_lsprof.c 170 PyObject *mod = fn->m_module;
201 PyObject *modname = fn->m_module;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 180 PyObject *mod = fn->m_module;
  /external/python/cpython2/Modules/
_lsprof.c 180 PyObject *mod = fn->m_module;
  /external/guice/lib/build/
felix-2.0.5.jar 

Completed in 963 milliseconds