/aosp_15_r20/external/python/cpython3/Python/ |
D | import.c | 480 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/ |
D | moduleobject.c | 21 PyObject *nameobj; in PyModule_New() local 63 PyObject *nameobj; in PyModule_GetName() local
|
D | weakrefobject.c | 166 PyObject *nameobj = PyObject_GetAttrString(PyWeakref_GET_OBJECT(self), in weakref_repr() local
|
D | typeobject.c | 1256 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/ |
D | fileio.c | 145 dircheck(fileio* self, PyObject *nameobj) in dircheck() 208 PyObject *nameobj, *stringobj = NULL; in fileio_init() local 957 PyObject *nameobj, *res; in fileio_repr() local
|
D | bufferedio.c | 1212 PyObject *nameobj, *res; in buffered_repr() local
|
D | textio.c | 2379 PyObject *nameobj, *res; in textiowrapper_repr() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | moduleobject.c | 128 PyObject *nameobj, *module; in PyModule_New() local 264 PyObject *nameobj; in PyModule_FromDefAndSpec2() local
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | fileio.c | 220 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode, 1084 PyObject *nameobj, *res; local
|
D | winconsoleio.c | 249 _io__WindowsConsoleIO___init___impl(winconsoleio *self, PyObject *nameobj, in _io__WindowsConsoleIO___init___impl()
|
D | bufferedio.c | 1367 PyObject *nameobj, *res; in buffered_repr() local
|
D | textio.c | 2870 PyObject *nameobj, *modeobj, *res, *s; in textiowrapper_repr() local
|
/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/ |
D | winconsoleio.c.h | 57 PyObject *nameobj; in _io__WindowsConsoleIO___init__() local
|
D | fileio.c.h | 58 PyObject *nameobj; in _io_FileIO___init__() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | pyexpat.c | 96 PyObject *nameobj; member 721 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 1281 PyObject *nameobj; in load_library() local
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 1351 PyObject *nameobj; in load_library() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | pyexpat.c | 552 PyObject *modelobj, *nameobj; in my_ElementDeclHandler() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | import.c | 687 PyObject *nameobj, *module; in PyImport_AddModule() local
|