Home
last modified time | relevance | path

Searched defs:nameobj (Results 1 – 20 of 20) 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/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/Python/
Dimport.c489 PyObject *nameobj; in _PyImport_FixupBuiltin() local
645 PyObject *nameobj = PyUnicode_FromString(name); in PyImport_AddModule() local
711 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local
1211 PyObject *nameobj; in PyImport_ImportFrozenModule() local
1717 PyObject *nameobj, *mod; in PyImport_ImportModuleLevel() local
/external/python/cpython3/Objects/
Dmoduleobject.c116 PyObject *nameobj, *module; in PyModule_New() local
252 PyObject *nameobj; in PyModule_FromDefAndSpec2() local
/external/python/cpython3/Modules/_io/clinic/
Dwinconsoleio.c.h57 PyObject *nameobj; in _io__WindowsConsoleIO___init__() local
Dfileio.c.h58 PyObject *nameobj; in _io_FileIO___init__() local
/external/python/cpython3/Modules/_io/
Dfileio.c222 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
1082 PyObject *nameobj, *res; local
Dwinconsoleio.c251 _io__WindowsConsoleIO___init___impl(winconsoleio *self, PyObject *nameobj, in _io__WindowsConsoleIO___init___impl()
Dbufferedio.c1383 PyObject *nameobj, *res; in buffered_repr() local
Dtextio.c2898 PyObject *nameobj, *modeobj, *res, *s; in textiowrapper_repr() local
/external/python/pybind11/include/pybind11/detail/
Dclass.h20 # define PYBIND11_SET_OLDPY_QUALNAME(obj, nameobj) in PYBIND11_NAMESPACE_BEGIN() argument
/external/python/cpython2/Modules/
Dpyexpat.c96 PyObject *nameobj; member
721 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1281 PyObject *nameobj; in load_library() local
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1348 PyObject *nameobj; in load_library() local
/external/python/cpython3/Modules/
Dpyexpat.c552 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
/external/python/cpython2/Python/
Dimport.c687 PyObject *nameobj, *module; in PyImport_AddModule() local