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.c164 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.c582 PyObject *nameobj; in _PyImport_FixupBuiltin() local
645 PyObject *res, *nameobj; in _PyImport_FindBuiltin() local
688 PyObject *nameobj, *module; in PyImport_AddModule() local
741 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local
1234 PyObject *nameobj; in PyImport_ImportFrozenModule() local
1677 PyObject *nameobj, *mod; in PyImport_ImportModuleLevel() local
/external/python/cpython2/Modules/_io/
Dfileio.c142 dircheck(fileio* self, PyObject *nameobj) in dircheck()
182 PyObject *nameobj, *stringobj = NULL; in fileio_init() local
921 PyObject *nameobj, *res; in fileio_repr() local
Dbufferedio.c1212 PyObject *nameobj, *res; in buffered_repr() local
Dtextio.c2374 PyObject *nameobj, *res; in textiowrapper_repr() local
/external/python/cpython3/Objects/
Dmoduleobject.c104 PyObject *nameobj, *module; in PyModule_New() local
231 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.c229 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
1069 PyObject *nameobj, *res; local
Dwinconsoleio.c266 _io__WindowsConsoleIO___init___impl(winconsoleio *self, PyObject *nameobj, in _io__WindowsConsoleIO___init___impl()
Dbufferedio.c1408 PyObject *nameobj, *res; in buffered_repr() local
Dtextio.c2485 PyObject *nameobj, *modeobj, *res, *s; in textiowrapper_repr() local
/external/python/cpython3/Modules/
Dpyexpat.c85 PyObject *nameobj; member
550 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
1263 xmlparse_getattro(xmlparseobject *self, PyObject *nameobj) in xmlparse_getattro()
Dossaudiodev.c930 oss_getattro(oss_audio_t *self, PyObject *nameobj) in oss_getattro()
Dzipimport.c901 PyObject *nameobj = NULL; in read_directory() local
D_elementtree.c3662 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.c1235 PyObject *nameobj; in load_library() local
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1281 PyObject *nameobj; in load_library() local
/external/python/cpython2/Python/
Dimport.c665 PyObject *nameobj, *module; in PyImport_AddModule() local