/device/linaro/dragonboard/gralloc/ |
D | gralloc.cpp | 67 static int gbm_mod_perform(const struct gralloc_module_t *mod, int op, ...) in gbm_mod_perform() 96 static int gbm_mod_register_buffer(const gralloc_module_t *mod, in gbm_mod_register_buffer() 113 static int gbm_mod_unregister_buffer(const gralloc_module_t *mod, in gbm_mod_unregister_buffer() 126 static int gbm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle, in gbm_mod_lock() 141 static int gbm_mod_unlock(const gralloc_module_t *mod, buffer_handle_t handle) in gbm_mod_unlock() 221 static int gbm_mod_open(const struct hw_module_t *mod, in gbm_mod_open()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_whichdb.py | 43 mod = test.test_support.import_module(name, deprecated=True) variable 47 def test_whichdb_name(self, name=name, mod=mod): argument
|
D | test_pdb.py | 184 mod = imp.new_module('module_to_skip') variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | future.c | 58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename) in future_parse() 125 PyFuture_FromAST(mod_ty mod, const char *filename) in PyFuture_FromAST()
|
D | pythonrun.c | 798 mod_ty mod; in PyRun_InteractiveOneFlags() local 1302 mod_ty mod; in PyRun_StringFlags() local 1319 mod_ty mod; in PyRun_FileExFlags() local 1338 run_mod(mod_ty mod, const char *filename, PyObject *globals, PyObject *locals, in run_mod() 1388 mod_ty mod; in Py_CompileStringFlags() local 1412 mod_ty mod; in Py_SymtableString() local 1435 mod_ty mod; in PyParser_ASTFromString() local 1464 mod_ty mod; in PyParser_ASTFromFile() local
|
D | import.c | 549 PyObject *modules, *mod, *dict, *copy; in _PyImport_FixupExtension() local 576 PyObject *dict, *mod, *mdict; in _PyImport_FindExtension() local 821 mod_ty mod; in parse_source_module() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | future.c | 58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename) in future_parse() 120 PyFuture_FromAST(mod_ty mod, const char *filename) in PyFuture_FromAST()
|
D | pythonrun.c | 811 mod_ty mod; in PyRun_InteractiveOneFlags() local 1327 mod_ty mod; in PyRun_StringFlags() local 1344 mod_ty mod; in PyRun_FileExFlags() local 1363 run_mod(mod_ty mod, const char *filename, PyObject *globals, PyObject *locals, in run_mod() 1413 mod_ty mod; in Py_CompileStringFlags() local 1437 mod_ty mod; in Py_SymtableString() local 1460 mod_ty mod; in PyParser_ASTFromString() local 1489 mod_ty mod; in PyParser_ASTFromFile() local
|
D | import.c | 581 PyObject *modules, *mod, *dict, *copy; in _PyImport_FixupExtension() local 608 PyObject *dict, *mod, *mdict; in _PyImport_FindExtension() local 853 mod_ty mod; in parse_source_module() local 2476 load_next(PyObject *mod, PyObject *altmod, char **p_name, char *buf, in load_next() 2555 ensure_fromlist(PyObject *mod, PyObject *fromlist, char *buf, Py_ssize_t buflen, in ensure_fromlist() 2624 add_submodule(PyObject *mod, PyObject *submod, char *fullname, char *subname, in add_submodule() 2658 import_submodule(PyObject *mod, char *subname, char *fullname) in import_submodule()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | __init__.py | 23 mod = globals()[t] variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | makefreeze.py | 80 def writecode(outfp, mod, str): argument
|
D | checkextensions.py | 39 def select(e, mods, vars, mod, skipofiles): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | pydoc.py | 583 def docmodule(self, object, name=None, mod=None, *ignored): argument 707 def docclass(self, object, name=None, mod=None, funcs={}, classes={}, argument 851 def docroutine(self, object, name=None, mod=None, argument 905 def _docdescriptor(self, name, value, mod): argument 918 def docproperty(self, object, name=None, mod=None, cl=None): argument 922 def docother(self, object, name=None, mod=None, *ignored): argument 927 def docdata(self, object, name=None, mod=None, cl=None): argument 1019 def docmodule(self, object, name=None, mod=None): argument 1119 def docclass(self, object, name=None, mod=None, *ignored): argument 1236 def docroutine(self, object, name=None, mod=None, cl=None): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pydoc.py | 583 def docmodule(self, object, name=None, mod=None, *ignored): argument 707 def docclass(self, object, name=None, mod=None, funcs={}, classes={}, argument 851 def docroutine(self, object, name=None, mod=None, argument 905 def _docdescriptor(self, name, value, mod): argument 918 def docproperty(self, object, name=None, mod=None, cl=None): argument 922 def docother(self, object, name=None, mod=None, *ignored): argument 927 def docdata(self, object, name=None, mod=None, cl=None): argument 1019 def docmodule(self, object, name=None, mod=None): argument 1119 def docclass(self, object, name=None, mod=None, *ignored): argument 1236 def docroutine(self, object, name=None, mod=None, cl=None): argument [all …]
|
D | smtpd.py | 545 mod = __import__(classname[:lastdot], globals(), locals(), [""]) variable 548 import __main__ as mod namespace
|
D | DocXMLRPCServer.py | 67 def docroutine(self, object, name, mod=None, argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | pydoc.py | 634 def docmodule(self, object, name=None, mod=None, *ignored): argument 758 def docclass(self, object, name=None, mod=None, funcs={}, classes={}, argument 914 def docroutine(self, object, name=None, mod=None, argument 968 def _docdescriptor(self, name, value, mod): argument 981 def docproperty(self, object, name=None, mod=None, cl=None): argument 985 def docother(self, object, name=None, mod=None, *ignored): argument 990 def docdata(self, object, name=None, mod=None, cl=None): argument 1082 def docmodule(self, object, name=None, mod=None): argument 1182 def docclass(self, object, name=None, mod=None, *ignored): argument 1306 def docroutine(self, object, name=None, mod=None, cl=None): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | asdl_c.py | 101 def visitModule(self, mod): argument 141 def visitModule(self, mod): argument 211 def visitModule(self, mod): argument 335 def visitModule(self, mod): argument 591 def visitModule(self, mod): argument 906 def parse_version(mod): argument 911 def visitModule(self, mod): argument
|
D | asdl.py | 337 def visitModule(self, mod): argument 369 def check(mod): argument 406 mod = parse(file) variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 248 PyObject *mod = PyImport_ImportModuleNoBlock("_multibytecodec"); in getmultibytecodec() local 356 PyObject *o, *mod; in importmap() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | cjkcodecs.h | 248 PyObject *mod = PyImport_ImportModuleNoBlock("_multibytecodec"); in getmultibytecodec() local 356 PyObject *o, *mod; in importmap() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | zipimport.c | 312 PyObject *code, *mod, *dict; in zipimporter_load_module() local 1182 PyObject *mod; in initzipimport() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | zipimport.c | 312 PyObject *code, *mod, *dict; in zipimporter_load_module() local 1210 PyObject *mod; in initzipimport() local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 405 int mod = 0; in da_ShellIoctl() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 549 PyObject *modules, *mod, *dict, *copy; in _PyImport_FixupExtension() local 576 PyObject *dict, *mod, *mdict; in _PyImport_FindExtension() local 821 mod_ty mod; in parse_source_module() local
|