Home
last modified time | relevance | path

Searched defs:nameobj (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Objects/
Dmoduleobject.c21 PyObject *nameobj; in PyModule_New() local
63 PyObject *nameobj; in PyModule_GetName() local
Dweakrefobject.c166 PyObject *nameobj = PyObject_GetAttrString(PyWeakref_GET_OBJECT(self), in weakref_repr() local
Dtypeobject.c1256 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) in call_method()
1294 call_maybe(PyObject *o, char *name, PyObject **nameobj, char *format, ...) in call_maybe()
/external/python/cpython3/Python/
Dimport.c688 PyObject *nameobj; in _PyImport_FixupBuiltin() local
758 PyObject *res, *nameobj; in _PyImport_FindBuiltin() local
816 PyObject *nameobj, *module; in PyImport_AddModule() local
871 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local
1367 PyObject *nameobj; in PyImport_ImportFrozenModule() local
1836 PyObject *nameobj, *mod; in PyImport_ImportModuleLevel() local
/external/python/cpython2/Modules/_io/
Dfileio.c145 dircheck(fileio* self, PyObject *nameobj) in dircheck()
208 PyObject *nameobj, *stringobj = NULL; in fileio_init() local
957 PyObject *nameobj, *res; in fileio_repr() local
Dbufferedio.c1212 PyObject *nameobj, *res; in buffered_repr() local
Dtextio.c2379 PyObject *nameobj, *res; in textiowrapper_repr() local
/external/python/cpython3/Objects/
Dmoduleobject.c116 PyObject *nameobj, *module; in PyModule_New() local
249 PyObject *nameobj; in PyModule_FromDefAndSpec2() local
/external/python/cpython3/Modules/_io/clinic/
Dwinconsoleio.c.h53 PyObject *nameobj; in _io__WindowsConsoleIO___init__() local
Dfileio.c.h54 PyObject *nameobj; in _io_FileIO___init__() local
/external/python/cpython3/Modules/_io/
Dfileio.c220 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
1069 PyObject *nameobj, *res; local
Dwinconsoleio.c259 _io__WindowsConsoleIO___init___impl(winconsoleio *self, PyObject *nameobj, in _io__WindowsConsoleIO___init___impl()
Dbufferedio.c1388 PyObject *nameobj, *res; in buffered_repr() local
Dtextio.c2765 PyObject *nameobj, *modeobj, *res, *s; in textiowrapper_repr() local
/external/python/cpython3/Modules/
Dpyexpat.c85 PyObject *nameobj; member
553 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
1262 xmlparse_getattro(xmlparseobject *self, PyObject *nameobj) in xmlparse_getattro()
Dossaudiodev.c925 oss_getattro(oss_audio_t *self, PyObject *nameobj) in oss_getattro()
Dzipimport.c956 PyObject *nameobj = NULL; in read_directory() local
D_elementtree.c3788 xmlparser_getattro(XMLParserObject* self, PyObject* nameobj) in xmlparser_getattro()
/external/python/cpython2/Modules/
Dpyexpat.c96 PyObject *nameobj; member
721 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1272 PyObject *nameobj; in load_library() local
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1281 PyObject *nameobj; in load_library() local
/external/python/cpython2/Python/
Dimport.c687 PyObject *nameobj, *module; in PyImport_AddModule() local