Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 70) sorted by relevance

123

/device/linaro/dragonboard/gralloc/
Dgralloc.cpp67 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/
Dtest_whichdb.py43 mod = test.test_support.import_module(name, deprecated=True) variable
47 def test_whichdb_name(self, name=name, mod=mod): argument
Dtest_pdb.py184 mod = imp.new_module('module_to_skip') variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfuture.c58 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()
Dpythonrun.c798 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
Dimport.c549 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/
Dfuture.c58 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()
Dpythonrun.c811 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
Dimport.c581 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__.py23 mod = globals()[t] variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dmakefreeze.py80 def writecode(outfp, mod, str): argument
Dcheckextensions.py39 def select(e, mods, vars, mod, skipofiles): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py583 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/
Dpydoc.py583 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 …]
Dsmtpd.py545 mod = __import__(classname[:lastdot], globals(), locals(), [""]) variable
548 import __main__ as mod namespace
DDocXMLRPCServer.py67 def docroutine(self, object, name, mod=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py634 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/
Dasdl_c.py101 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
Dasdl.py337 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/
Dcjkcodecs.h248 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/
Dcjkcodecs.h248 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/
Dzipimport.c312 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/
Dzipimport.c312 PyObject *code, *mod, *dict; in zipimporter_load_module() local
1210 PyObject *mod; in initzipimport() local
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c405 int mod = 0; in da_ShellIoctl() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c549 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

123