Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dimport.c480 PyObject *nameobj; in _PyImport_FixupBuiltin() local
619 PyObject *nameobj = PyUnicode_FromString(name); in PyImport_AddModule() local
685 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local
1134 PyObject *nameobj = PyUnicode_FromString(p->name); in list_frozen_module_names() local
1256 PyObject *nameobj; member
1266 find_frozen(PyObject *nameobj, struct frozen_info *info) in find_frozen()
1430 PyObject *nameobj; in PyImport_ImportFrozenModule() local
1930 PyObject *nameobj, *mod; in PyImport_ImportModuleLevel() local
/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c128 PyObject *nameobj, *module; in PyModule_New() local
264 PyObject *nameobj; in PyModule_FromDefAndSpec2() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dfileio.c220 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
1084 PyObject *nameobj, *res; local
Dwinconsoleio.c249 _io__WindowsConsoleIO___init___impl(winconsoleio *self, PyObject *nameobj, in _io__WindowsConsoleIO___init___impl()
Dbufferedio.c1367 PyObject *nameobj, *res; in buffered_repr() local
Dtextio.c2870 PyObject *nameobj, *modeobj, *res, *s; in textiowrapper_repr() local
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c96 PyObject *nameobj; member
721 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1281 PyObject *nameobj; in load_library() local
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1351 PyObject *nameobj; in load_library() local
/aosp_15_r20/external/python/cpython3/Modules/
Dpyexpat.c552 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c687 PyObject *nameobj, *module; in PyImport_AddModule() local