Home
last modified time | relevance | path

Searched refs:Py_FatalError (Results 1 – 25 of 77) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c68 Py_FatalError("Can't initialize threads for interpreter"); in PyInterpreterState_New()
137 Py_FatalError( in PyInterpreterState_Delete()
143 Py_FatalError("PyInterpreterState_Delete: remaining threads"); in PyInterpreterState_Delete()
263 Py_FatalError("PyThreadState_Delete: NULL tstate"); in tstate_delete_common()
266 Py_FatalError("PyThreadState_Delete: NULL interp"); in tstate_delete_common()
270 Py_FatalError( in tstate_delete_common()
279 Py_FatalError( in tstate_delete_common()
284 Py_FatalError( in tstate_delete_common()
298 Py_FatalError("PyThreadState_Delete: tstate is still current"); in PyThreadState_Delete()
313 Py_FatalError( in PyThreadState_DeleteCurrent()
[all …]
Dpythonrun.c172 Py_FatalError("Py_Initialize: can't make first interpreter"); in Py_InitializeEx()
176 Py_FatalError("Py_Initialize: can't make first thread"); in Py_InitializeEx()
182 Py_FatalError("Py_Initialize: can't init frames"); in Py_InitializeEx()
185 Py_FatalError("Py_Initialize: can't init ints"); in Py_InitializeEx()
188 Py_FatalError("Py_Initialize: can't init longs"); in Py_InitializeEx()
191 Py_FatalError("Py_Initialize: can't init bytearray"); in Py_InitializeEx()
197 Py_FatalError("Py_Initialize: can't make modules dictionary"); in Py_InitializeEx()
200 Py_FatalError("Py_Initialize: can't make modules_reloading dictionary"); in Py_InitializeEx()
209 Py_FatalError("Py_Initialize: can't initialize __builtin__"); in Py_InitializeEx()
212 Py_FatalError("Py_Initialize: can't initialize builtins dict"); in Py_InitializeEx()
[all …]
Dthread.c278 Py_FatalError("tls find_key: small circular list(!)"); in find_key()
281 Py_FatalError("tls find_key: circular list(!)"); in find_key()
Dfrozenmain.c52 Py_FatalError("__main__ not frozen"); in Py_FrozenMain()
Dmysnprintf.c89 Py_FatalError("Buffer overflow in PyOS_snprintf/PyOS_vsnprintf"); in PyOS_vsnprintf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c67 Py_FatalError("Can't initialize threads for interpreter"); in PyInterpreterState_New()
136 Py_FatalError( in PyInterpreterState_Delete()
142 Py_FatalError("PyInterpreterState_Delete: remaining threads"); in PyInterpreterState_Delete()
265 Py_FatalError("PyThreadState_Delete: NULL tstate"); in tstate_delete_common()
268 Py_FatalError("PyThreadState_Delete: NULL interp"); in tstate_delete_common()
272 Py_FatalError( in tstate_delete_common()
281 Py_FatalError( in tstate_delete_common()
286 Py_FatalError( in tstate_delete_common()
300 Py_FatalError("PyThreadState_Delete: tstate is still current"); in PyThreadState_Delete()
315 Py_FatalError( in PyThreadState_DeleteCurrent()
[all …]
Dpythonrun.c184 Py_FatalError("Py_Initialize: can't make first interpreter"); in Py_InitializeEx()
188 Py_FatalError("Py_Initialize: can't make first thread"); in Py_InitializeEx()
194 Py_FatalError("Py_Initialize: can't init frames"); in Py_InitializeEx()
197 Py_FatalError("Py_Initialize: can't init ints"); in Py_InitializeEx()
200 Py_FatalError("Py_Initialize: can't init longs"); in Py_InitializeEx()
203 Py_FatalError("Py_Initialize: can't init bytearray"); in Py_InitializeEx()
209 Py_FatalError("Py_Initialize: can't make modules dictionary"); in Py_InitializeEx()
212 Py_FatalError("Py_Initialize: can't make modules_reloading dictionary"); in Py_InitializeEx()
221 Py_FatalError("Py_Initialize: can't initialize __builtin__"); in Py_InitializeEx()
224 Py_FatalError("Py_Initialize: can't initialize builtins dict"); in Py_InitializeEx()
[all …]
Dmysnprintf.c89 Py_FatalError("Buffer overflow in PyOS_snprintf/PyOS_vsnprintf"); in PyOS_vsnprintf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c144 Py_FatalError("XXX inc_count sanity check"); in inc_count()
200 Py_FatalError(buf); in _Py_NegativeRefcount()
2011 Py_FatalError("deallocating None"); in none_dealloc()
2072 Py_FatalError("Can't initialize type type"); in _Py_ReadyTypes()
2075 Py_FatalError("Can't initialize weakref type"); in _Py_ReadyTypes()
2078 Py_FatalError("Can't initialize callable weakref proxy type"); in _Py_ReadyTypes()
2081 Py_FatalError("Can't initialize weakref proxy type"); in _Py_ReadyTypes()
2084 Py_FatalError("Can't initialize bool type"); in _Py_ReadyTypes()
2087 Py_FatalError("Can't initialize str type"); in _Py_ReadyTypes()
2090 Py_FatalError("Can't initialize bytearray type"); in _Py_ReadyTypes()
[all …]
Dexceptions.c2058 Py_FatalError("exceptions bootstrapping error.");
2063 Py_FatalError("Module dictionary insertion problem.");
2135 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2138 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2199 Py_FatalError("Cannot pre-allocate MemoryError instance"); in _PyExc_Init()
2203 Py_FatalError("Cannot pre-allocate RuntimeError instance for " in _PyExc_Init()
2212 Py_FatalError("cannot allocate argument for RuntimeError " in _PyExc_Init()
2216 Py_FatalError("cannot allocate tuple for RuntimeError " in _PyExc_Init()
2220 Py_FatalError("init of pre-allocated RuntimeError failed"); in _PyExc_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c144 Py_FatalError("XXX inc_count sanity check"); in inc_count()
200 Py_FatalError(buf); in _Py_NegativeRefcount()
2004 Py_FatalError("deallocating None"); in none_dealloc()
2065 Py_FatalError("Can't initialize type type"); in _Py_ReadyTypes()
2068 Py_FatalError("Can't initialize weakref type"); in _Py_ReadyTypes()
2071 Py_FatalError("Can't initialize callable weakref proxy type"); in _Py_ReadyTypes()
2074 Py_FatalError("Can't initialize weakref proxy type"); in _Py_ReadyTypes()
2077 Py_FatalError("Can't initialize bool type"); in _Py_ReadyTypes()
2080 Py_FatalError("Can't initialize str type"); in _Py_ReadyTypes()
2083 Py_FatalError("Can't initialize bytearray type"); in _Py_ReadyTypes()
[all …]
Dexceptions.c2042 Py_FatalError("exceptions bootstrapping error.");
2047 Py_FatalError("Module dictionary insertion problem.");
2118 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2121 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2182 Py_FatalError("Cannot pre-allocate MemoryError instance"); in _PyExc_Init()
2186 Py_FatalError("Cannot pre-allocate RuntimeError instance for " in _PyExc_Init()
2195 Py_FatalError("cannot allocate argument for RuntimeError " in _PyExc_Init()
2199 Py_FatalError("cannot allocate tuple for RuntimeError " in _PyExc_Init()
2203 Py_FatalError("init of pre-allocated RuntimeError failed"); in _PyExc_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c72 Py_FatalError("Failed to initialize Windows random API (CryptoGen)"); in win32_urandom_init()
98 Py_FatalError("Failed to initialized the randomized hash " in win32_urandom()
133 Py_FatalError("getentropy() failed"); in py_getentropy()
154 Py_FatalError("Failed to initialize the randomized hash " in vms_urandom()
188 Py_FatalError("Failed to open /dev/urandom"); in dev_urandom_noraise()
198 Py_FatalError("Failed to read bytes from /dev/urandom"); in dev_urandom_noraise()
409 Py_FatalError("PYTHONHASHSEED must be \"random\" or an integer " in _PyRandom_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dgrammar.c25 Py_FatalError("no mem for new grammar"); in newgrammar()
43 Py_FatalError("no mem to resize dfa in adddfa"); in adddfa()
62 Py_FatalError("no mem to resize state in addstate"); in addstate()
85 Py_FatalError("no mem to resize arc list in addarc"); in addarc()
105 Py_FatalError("no mem to resize labellist in addlabel"); in addlabel()
128 Py_FatalError("grammar.c:findlabel()"); in findlabel()
Dpgen.c55 Py_FatalError("out of mem"); in addnfastate()
72 Py_FatalError("out of mem"); in addnfaarc()
86 Py_FatalError("no mem for new nfa"); in newnfa()
111 Py_FatalError("no mem for new nfa grammar"); in newnfagrammar()
129 Py_FatalError("out of mem"); in addnfa()
142 Py_FatalError("REQN"); \
400 Py_FatalError("no mem for xx_state in makedfa"); in makedfa()
441 Py_FatalError("out of mem"); in makedfa()
465 Py_FatalError("out of mem"); in makedfa()
Dfirstsets.c64 Py_FatalError("no mem for new sym in calcfirstset"); in calcfirstset()
79 Py_FatalError( in calcfirstset()
Dbitset.c14 Py_FatalError("no mem for bitset"); in newbitset()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar.c25 Py_FatalError("no mem for new grammar"); in newgrammar()
43 Py_FatalError("no mem to resize dfa in adddfa"); in adddfa()
62 Py_FatalError("no mem to resize state in addstate"); in addstate()
85 Py_FatalError("no mem to resize arc list in addarc"); in addarc()
105 Py_FatalError("no mem to resize labellist in addlabel"); in addlabel()
128 Py_FatalError("grammar.c:findlabel()"); in findlabel()
Dfirstsets.c64 Py_FatalError("no mem for new sym in calcfirstset"); in calcfirstset()
79 Py_FatalError( in calcfirstset()
Dbitset.c14 Py_FatalError("no mem for bitset"); in newbitset()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpydebug.h35 PyAPI_FUNC(void) Py_FatalError(const char *message);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpydebug.h36 PyAPI_FUNC(void) Py_FatalError(const char *message);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c264 Py_FatalError( in Py_Main()
277 Py_FatalError( in Py_Main()
429 Py_FatalError( in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c298 Py_FatalError( in Py_Main()
311 Py_FatalError( in Py_Main()
467 Py_FatalError( in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c270 Py_FatalError( in Py_Main()
283 Py_FatalError( in Py_Main()
444 Py_FatalError( in Py_Main()

1234