Home
last modified time | relevance | path

Searched refs:PyErr_NoMemory (Results 1 – 25 of 219) sorted by relevance

123456789

/external/python/cpython2/Python/
Dasdl.c13 PyErr_NoMemory(); in asdl_seq_new()
19 PyErr_NoMemory(); in asdl_seq_new()
27 PyErr_NoMemory(); in asdl_seq_new()
44 PyErr_NoMemory(); in asdl_int_seq_new()
50 PyErr_NoMemory(); in asdl_int_seq_new()
58 PyErr_NoMemory(); in asdl_int_seq_new()
Dpyarena.c135 return (PyArena*)PyErr_NoMemory(); in PyArena_New()
141 return (PyArena*)PyErr_NoMemory(); in PyArena_New()
147 return (PyArena*)PyErr_NoMemory(); in PyArena_New()
187 return PyErr_NoMemory(); in PyArena_Malloc()
Dpystrtod.c349 PyErr_NoMemory(); in PyOS_string_to_double()
838 PyErr_NoMemory(); in PyOS_double_to_string()
960 PyErr_NoMemory(); in format_float_short()
979 PyErr_NoMemory(); in format_float_short()
1108 PyErr_NoMemory(); in format_float_short()
/external/python/cpython3/Python/
Dasdl.c13 PyErr_NoMemory(); in _Py_asdl_seq_new()
20 PyErr_NoMemory(); in _Py_asdl_seq_new()
27 PyErr_NoMemory(); in _Py_asdl_seq_new()
44 PyErr_NoMemory(); in _Py_asdl_int_seq_new()
51 PyErr_NoMemory(); in _Py_asdl_int_seq_new()
58 PyErr_NoMemory(); in _Py_asdl_int_seq_new()
Dpyarena.c132 return (PyArena*)PyErr_NoMemory(); in PyArena_New()
138 return (PyArena*)PyErr_NoMemory(); in PyArena_New()
144 return (PyArena*)PyErr_NoMemory(); in PyArena_New()
184 return PyErr_NoMemory(); in PyArena_Malloc()
Dpystrhex.c14 return PyErr_NoMemory(); in _Py_strhex_impl()
20 return PyErr_NoMemory(); in _Py_strhex_impl()
Dpystrtod.c350 PyErr_NoMemory(); in PyOS_string_to_double()
402 return PyErr_NoMemory(); in _Py_string_to_number_with_underscores()
898 PyErr_NoMemory(); in PyOS_double_to_string()
1021 PyErr_NoMemory(); in format_float_short()
1040 PyErr_NoMemory(); in format_float_short()
1167 PyErr_NoMemory(); in format_float_short()
/external/python/cpython3/Parser/
Dmyreadline.c157 PyErr_NoMemory(); in _PyOS_WindowsConsoleReadline()
164 PyErr_NoMemory(); in _PyOS_WindowsConsoleReadline()
176 PyErr_NoMemory(); in _PyOS_WindowsConsoleReadline()
184 PyErr_NoMemory(); in _PyOS_WindowsConsoleReadline()
234 PyErr_NoMemory(); in PyOS_StdioReadline()
261 PyErr_NoMemory(); in PyOS_StdioReadline()
293 PyErr_NoMemory(); in PyOS_StdioReadline()
304 PyErr_NoMemory(); in PyOS_StdioReadline()
375 PyErr_NoMemory(); in PyOS_Readline()
/external/python/cpython3/PC/
Dwinreg.c461 return PyErr_NoMemory(); in PyHKEY_FromHKEY()
553 PyErr_NoMemory(); in Py2Reg()
571 PyErr_NoMemory(); in Py2Reg()
601 PyErr_NoMemory(); in Py2Reg()
641 PyErr_NoMemory(); in Py2Reg()
688 PyErr_NoMemory(); in Py2Reg()
742 return PyErr_NoMemory(); in Reg2Py()
1125 return PyErr_NoMemory(); in winreg_EnumValue_impl()
1129 return PyErr_NoMemory(); in winreg_EnumValue_impl()
1150 PyErr_NoMemory(); in winreg_EnumValue_impl()
[all …]
/external/python/cpython2/Modules/
Darraymodule.c83 PyErr_NoMemory(); in array_resize()
429 return PyErr_NoMemory(); in newarrayobject()
446 return PyErr_NoMemory(); in newarrayobject()
658 return PyErr_NoMemory(); in array_concat()
687 return PyErr_NoMemory(); in array_repeat()
762 PyErr_NoMemory(); in array_ass_slice()
838 PyErr_NoMemory(); in array_do_extend()
846 PyErr_NoMemory(); in array_do_extend()
887 return PyErr_NoMemory(); in array_inplace_repeat()
898 return PyErr_NoMemory(); in array_inplace_repeat()
[all …]
Dbinascii.c380 return PyErr_NoMemory(); in binascii_a2b_base64()
552 return PyErr_NoMemory(); in binascii_a2b_hqx()
632 return PyErr_NoMemory(); in binascii_rlecode_hqx()
696 return PyErr_NoMemory(); in binascii_b2a_hqx()
754 return PyErr_NoMemory(); in binascii_rledecode_hqx()
784 if ( out_len > PY_SSIZE_T_MAX / 2) return PyErr_NoMemory(); \ in binascii_rledecode_hqx()
1057 return PyErr_NoMemory(); in binascii_hexlify()
1203 PyErr_NoMemory(); in binascii_a2b_qp()
1381 PyErr_NoMemory(); in binascii_b2a_qp()
1394 PyErr_NoMemory(); in binascii_b2a_qp()
Dglmodule.c255 return PyErr_NoMemory(); in gl_nurbssurface()
262 return PyErr_NoMemory(); in gl_nurbssurface()
289 return PyErr_NoMemory(); in gl_nurbssurface()
337 return PyErr_NoMemory(); in gl_nurbscurve()
361 return PyErr_NoMemory(); in gl_nurbscurve()
405 return PyErr_NoMemory(); in gl_pwlcurve()
436 return PyErr_NoMemory(); in pick_select()
518 return PyErr_NoMemory(); in gl_getmatrix()
2906 return PyErr_NoMemory(); in gl_polf()
2926 return PyErr_NoMemory(); in gl_polf2()
[all …]
D_localemodule.c320 PyErr_NoMemory(); in PyLocale_strcoll()
329 PyErr_NoMemory(); in PyLocale_strcoll()
369 return PyErr_NoMemory(); in PyLocale_strxfrm()
375 return PyErr_NoMemory(); in PyLocale_strxfrm()
Dbsddbmodule.c307 if (data==NULL) return PyErr_NoMemory(); in bsddb_subscript()
423 if (status == 0 && data==NULL) return PyErr_NoMemory(); in bsddb_keys()
452 if (data == NULL) return PyErr_NoMemory(); in bsddb_keys()
539 if (data==NULL) return PyErr_NoMemory(); in bsddb_set_location()
585 return PyErr_NoMemory(); in bsddb_seq()
/external/python/cpython2/PC/
D_winreg.c668 return PyErr_NoMemory(); in PyHKEY_FromHKEY()
760 PyErr_NoMemory(); in Py2Reg()
797 PyErr_NoMemory(); in Py2Reg()
851 PyErr_NoMemory(); in Py2Reg()
905 PyErr_NoMemory(); in Py2Reg()
950 return PyErr_NoMemory(); in Reg2Py()
1221 return PyErr_NoMemory(); in PyEnumValue()
1225 return PyErr_NoMemory(); in PyEnumValue()
1246 PyErr_NoMemory(); in PyEnumValue()
1292 return PyErr_NoMemory(); in PyExpandEnvironmentStrings()
[all …]
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c80 PyErr_NoMemory(); in PyCStgDict_clone()
88 PyErr_NoMemory(); in PyCStgDict_clone()
100 PyErr_NoMemory(); in PyCStgDict_clone()
401 PyErr_NoMemory(); in PyCStructUnionType_update_stgdict()
421 PyErr_NoMemory(); in PyCStructUnionType_update_stgdict()
526 PyErr_NoMemory(); in PyCStructUnionType_update_stgdict()
Dcallproc.c698 PyErr_NoMemory(); in ConvParam()
1116 PyErr_NoMemory(); in _ctypes_callproc()
1173 PyErr_NoMemory(); in _ctypes_callproc()
1289 PyErr_NoMemory(); in load_library()
1707 return PyErr_NoMemory(); in set_conversion_mode()
1716 return PyErr_NoMemory(); in set_conversion_mode()
1777 return PyErr_NoMemory(); in resize()
1785 return PyErr_NoMemory(); in resize()
1832 return PyErr_NoMemory(); in POINTER()
1849 return PyErr_NoMemory(); in POINTER()
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c95 PyErr_NoMemory(); in PyCStgDict_clone()
103 PyErr_NoMemory(); in PyCStgDict_clone()
115 PyErr_NoMemory(); in PyCStgDict_clone()
417 PyErr_NoMemory(); in PyCStructUnionType_update_stgdict()
437 PyErr_NoMemory(); in PyCStructUnionType_update_stgdict()
536 PyErr_NoMemory(); in PyCStructUnionType_update_stgdict()
/external/python/cpython3/Modules/
Dbinascii.c455 return PyErr_NoMemory(); in binascii_a2b_base64_impl()
637 return PyErr_NoMemory(); in binascii_a2b_hqx_impl()
712 return PyErr_NoMemory(); in binascii_rlecode_hqx_impl()
776 return PyErr_NoMemory(); in binascii_b2a_hqx_impl()
832 return PyErr_NoMemory(); in binascii_rledecode_hqx_impl()
1281 PyErr_NoMemory(); in binascii_a2b_qp_impl()
1457 PyErr_NoMemory(); in binascii_b2a_qp_impl()
1469 PyErr_NoMemory(); in binascii_b2a_qp_impl()
D_tkinter.c379 PyErr_NoMemory(); in unicodeFromTclStringAndSize()
669 PyErr_NoMemory(); in Tkapp_New()
703 PyErr_NoMemory(); in Tkapp_New()
961 PyErr_NoMemory(); in asBignumObj()
969 PyErr_NoMemory(); in asBignumObj()
1042 PyErr_NoMemory(); in AsObj()
1078 PyErr_NoMemory(); in AsObj()
1156 return PyErr_NoMemory(); in fromBignumObj()
1162 return PyErr_NoMemory(); in fromBignumObj()
1342 PyErr_NoMemory(); in Tkapp_CallArgs()
[all …]
D_testbuffer.c128 PyErr_NoMemory(); in ndbuf_new()
139 PyErr_NoMemory(); in ndbuf_new()
555 PyErr_NoMemory(); in copy_buffer()
710 PyErr_NoMemory(); in ndarray_as_list()
811 PyErr_NoMemory(); in get_format()
856 PyErr_NoMemory(); in seq_as_ssize_array()
894 PyErr_NoMemory(); in strides_from_shape()
1050 PyErr_NoMemory(); in init_suboffsets()
1085 PyErr_NoMemory(); in init_suboffsets()
1772 PyErr_NoMemory(); in copy_structure()
[all …]
Darraymodule.c164 PyErr_NoMemory(); in array_resize()
588 return PyErr_NoMemory(); in newarrayobject()
606 return PyErr_NoMemory(); in newarrayobject()
864 return PyErr_NoMemory(); in array_concat()
891 return PyErr_NoMemory(); in array_repeat()
1009 PyErr_NoMemory(); in array_do_extend()
1053 return PyErr_NoMemory(); in array_inplace_repeat()
1057 return PyErr_NoMemory(); in array_inplace_repeat()
1443 PyErr_NoMemory(); in array_array_fromfile_impl()
1615 return PyErr_NoMemory(); in frombytes()
[all …]
/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c83 return (PyDrawFObject*)PyErr_NoMemory(); in new()
177 if(!diag) return PyErr_NoMemory(); in DrawF_Path()
233 if(!diag) return PyErr_NoMemory(); in DrawF_Path()
256 if(!diag) return PyErr_NoMemory(); in DrawF_Text()
298 if(!diag) return PyErr_NoMemory(); in DrawF_TText()
342 if(!diag) return PyErr_NoMemory(); in DrawF_FontTable()
372 if(!diag) return PyErr_NoMemory(); in DrawF_Group()
/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c68 PyErr_NoMemory(); in PyCF_CF2Python_mapping()
73 PyErr_NoMemory(); in PyCF_CF2Python_mapping()
135 if( data == NULL ) return PyErr_NoMemory(); in PyCF_CF2Python_string()
/external/python/cpython3/Objects/
Dbytearrayobject.c140 return PyErr_NoMemory(); in PyByteArray_FromStringAndSize()
156 return PyErr_NoMemory(); in PyByteArray_FromStringAndSize()
237 PyErr_NoMemory(); in PyByteArray_Resize()
244 PyErr_NoMemory(); in PyByteArray_Resize()
254 PyErr_NoMemory(); in PyByteArray_Resize()
283 PyErr_NoMemory(); in PyByteArray_Concat()
325 return PyErr_NoMemory(); in bytearray_iconcat()
348 return PyErr_NoMemory(); in bytearray_repeat()
374 return PyErr_NoMemory(); in bytearray_irepeat()
520 PyErr_NoMemory(); in bytearray_setslice_linear()
[all …]

123456789