/external/python/cpython3/Modules/_io/ |
D | textio.c | 867 res = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_readable); in _textiowrapper_set_decoder() 922 res = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_writable); in _textiowrapper_set_encoder() 1131 fileno = _PyObject_CallMethodIdNoArgs(buffer, &PyId_fileno); in _io_TextIOWrapper___init___impl() 1246 res = _PyObject_CallMethodIdNoArgs(buffer, &PyId_seekable); in _io_TextIOWrapper___init___impl() 1733 ret = _PyObject_CallMethodIdNoArgs(self->decoder, &PyId_reset); in _io_TextIOWrapper_write_impl() 1937 PyObject *bytes = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_read); in _io_TextIOWrapper_read_impl() 2478 cookieObj = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_tell); in _io_TextIOWrapper_seek_impl() 2494 res = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_flush); in _io_TextIOWrapper_seek_impl() 2502 res = _PyObject_CallMethodIdNoArgs(self->decoder, &PyId_reset); in _io_TextIOWrapper_seek_impl() 2664 res = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_flush); in _io_TextIOWrapper_tell_impl() [all …]
|
D | _iomodule.c | 403 PyObject *res = _PyObject_CallMethodIdNoArgs(raw, &PyId_isatty); in _io_open_impl() 497 close_result = _PyObject_CallMethodIdNoArgs(result, &PyId_close); in _io_open_impl()
|
D | iobase.c | 922 return _PyObject_CallMethodIdNoArgs(self, &PyId_readall); in _io__RawIOBase_read_impl()
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1212 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_flush); in flush_std_files() 1222 tmp = _PyObject_CallMethodIdNoArgs(ferr, &PyId_flush); in flush_std_files() 1832 res = _PyObject_CallMethodIdNoArgs(raw, &PyId_isatty); in create_stdio() 2117 res = _PyObject_CallMethodIdNoArgs(ferr, &PyId_flush); in _Py_FatalError_PrintExc() 2395 result = _PyObject_CallMethodIdNoArgs(threading, &PyId__shutdown); in wait_for_thread_shutdown()
|
D | bltinmodule.c | 1896 PyObject *tmp = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in builtin_print() 1964 tmp = _PyObject_CallMethodIdNoArgs(ferr, &PyId_flush); in builtin_input_impl() 1973 tmp = _PyObject_CallMethodIdNoArgs(fin, &PyId_fileno); in builtin_input_impl() 1986 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_fileno); in builtin_input_impl() 2024 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_flush); in builtin_input_impl() 2119 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_flush); in builtin_input_impl()
|
D | traceback.c | 432 res = _PyObject_CallMethodIdNoArgs(binary, &PyId_close); in _Py_DisplaySourceLine() 452 res = _PyObject_CallMethodIdNoArgs(fob, &PyId_close); in _Py_DisplaySourceLine()
|
D | pythonrun.c | 1027 PyObject *res = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in _PyErr_Display() 1136 r = _PyObject_CallMethodIdNoArgs(f, &PyId_flush); in flush_io() 1144 r = _PyObject_CallMethodIdNoArgs(f, &PyId_flush); in flush_io()
|
D | errors.c | 1357 PyObject *res = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in write_unraisable_exc_file()
|
D | import.c | 556 if (_PyObject_CallMethodIdNoArgs(modules, &PyId_clear) == NULL) { in _PyImport_Cleanup()
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 1096 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_keys); in mappingproxy_keys() 1103 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_values); in mappingproxy_values() 1110 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_items); in mappingproxy_items() 1117 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_copy); in mappingproxy_copy() 1124 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId___reversed__); in mappingproxy_reversed()
|
D | fileobject.c | 65 result = _PyObject_CallMethodIdNoArgs(f, &PyId_readline); in PyFile_GetLine()
|
D | odictobject.c | 974 items = _PyObject_CallMethodIdNoArgs((PyObject *)od, &PyId_items); in odict_reduce() 1475 PyObject *items = _PyObject_CallMethodIdNoArgs((PyObject *)self, in odict_repr()
|
D | weakrefobject.c | 488 PyObject* res = _PyObject_CallMethodIdNoArgs(proxy, &PyId_##special); \
|
/external/python/cpython3/Modules/ |
D | faulthandler.c | 176 result = _PyObject_CallMethodIdNoArgs(file, &PyId_fileno); in faulthandler_get_fileno() 194 result = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in faulthandler_get_fileno() 1357 PyObject *res = _PyObject_CallMethodIdNoArgs(module, &PyId_enable); in faulthandler_init_enable()
|
D | _dbmmodule.c | 373 return _PyObject_CallMethodIdNoArgs(self, &PyId_close); in dbm__exit__()
|
D | _gdbmmodule.c | 520 return _PyObject_CallMethodIdNoArgs(self, &PyId_close); in dbm__exit__()
|
D | _asynciomodule.c | 345 loop = _PyObject_CallMethodIdNoArgs(policy, &PyId_get_event_loop); in get_event_loop() 508 res = _PyObject_CallMethodIdNoArgs(fut->fut_loop, &PyId_get_debug); in future_init() 1393 PyObject *rinfo = _PyObject_CallMethodIdNoArgs((PyObject*)fut, in FutureObj_repr()
|
D | _datetimemodule.c | 1668 result = _PyObject_CallMethodIdNoArgs(time, &PyId_time); in time_time() 1926 ratio = _PyObject_CallMethodIdNoArgs(floatobj, &PyId_as_integer_ratio); in get_float_as_integer_ratio() 3168 return _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_isoformat); in date_str() 3194 tuple = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_timetuple); in date_strftime() 4313 return _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_isoformat); in time_str()
|
D | ossaudiodev.c | 540 PyObject *ret = _PyObject_CallMethodIdNoArgs(self, &PyId_close); in oss_exit()
|
D | _threadmodule.c | 1402 PyObject *res = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in thread_excepthook_file()
|
D | mmapmodule.c | 695 return _PyObject_CallMethodIdNoArgs(self, &PyId_close); in mmap__exit__method()
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 710 function_result = _PyObject_CallMethodIdNoArgs(*aggregate_instance, &PyId_finalize); in _pysqlite_final_callback() 1283 cursor = _PyObject_CallMethodIdNoArgs((PyObject*)self, &PyId_cursor); in pysqlite_connection_execute() 1312 cursor = _PyObject_CallMethodIdNoArgs((PyObject*)self, &PyId_cursor); in pysqlite_connection_executemany() 1341 cursor = _PyObject_CallMethodIdNoArgs((PyObject*)self, &PyId_cursor); in pysqlite_connection_executescript()
|
D | module.c | 206 name = _PyObject_CallMethodIdNoArgs(orig_name, &PyId_upper); in module_register_converter()
|
D | cursor.c | 109 upcase_key = _PyObject_CallMethodIdNoArgs(key, &PyId_upper); in _pysqlite_get_converter()
|
/external/python/cpython3/Include/cpython/ |
D | abstract.h | 241 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() function
|