/external/python/cpython3/Objects/ |
D | object.c | 166 Py_FatalError("XXX inc_count sanity check"); in inc_count() 222 Py_FatalError(buf); in _Py_NegativeRefcount() 309 Py_FatalError("PyObject_CallFinalizerFromDealloc called on " in PyObject_CallFinalizerFromDealloc() 1363 Py_FatalError("deallocating None"); in none_dealloc() 1501 Py_FatalError("deallocating NotImplemented"); in notimplemented_dealloc() 1554 Py_FatalError("Can't initialize object type"); in _Py_ReadyTypes() 1557 Py_FatalError("Can't initialize type type"); in _Py_ReadyTypes() 1560 Py_FatalError("Can't initialize weakref type"); in _Py_ReadyTypes() 1563 Py_FatalError("Can't initialize callable weakref proxy type"); in _Py_ReadyTypes() 1566 Py_FatalError("Can't initialize weakref proxy type"); in _Py_ReadyTypes() [all …]
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 257 Py_FatalError("Py_Initialize: can't import _frozen_importlib"); in import_init() 264 Py_FatalError("Py_Initialize: couldn't get _frozen_importlib from " in import_init() 272 Py_FatalError("Py_Initialize: __import__ not found"); in import_init() 278 Py_FatalError("Py_Initialize: can't import _imp"); in import_init() 288 Py_FatalError("Py_Initialize: can't save _imp to sys.modules"); in import_init() 295 Py_FatalError("Py_Initialize: importlib install failed"); in import_init() 348 Py_FatalError("Py_Initialize: can't make first interpreter"); in _Py_InitializeEx_Private() 352 Py_FatalError("Py_Initialize: can't make first thread"); in _Py_InitializeEx_Private() 370 Py_FatalError("Py_Initialize: can't init frames"); in _Py_InitializeEx_Private() 373 Py_FatalError("Py_Initialize: can't init longs"); in _Py_InitializeEx_Private() [all …]
|
D | ceval_gil.h | 70 Py_FatalError("PyMUTEX_INIT(" #mut ") failed"); }; 73 Py_FatalError("PyMUTEX_FINI(" #mut ") failed"); }; 76 Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); }; 79 Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); }; 84 Py_FatalError("PyCOND_INIT(" #cond ") failed"); }; 87 Py_FatalError("PyCOND_FINI(" #cond ") failed"); }; 90 Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); }; 93 Py_FatalError("PyCOND_WAIT(" #cond ") failed"); }; 98 Py_FatalError("PyCOND_WAIT(" #cond ") failed"); \ 175 Py_FatalError("drop_gil: GIL is not locked"); in drop_gil() [all …]
|
D | pystate.c | 79 Py_FatalError("Can't initialize threads for interpreter"); in PyInterpreterState_New() 154 Py_FatalError( in PyInterpreterState_Delete() 160 Py_FatalError("PyInterpreterState_Delete: remaining threads"); in PyInterpreterState_Delete() 319 Py_FatalError("PyState_AddModule: Module Definition is NULL"); in PyState_AddModule() 326 Py_FatalError("PyState_AddModule: Module already added!"); in PyState_AddModule() 346 Py_FatalError("PyState_RemoveModule: Module index invalid."); in PyState_RemoveModule() 350 Py_FatalError("PyState_RemoveModule: Interpreters module-list not acessible."); in PyState_RemoveModule() 354 Py_FatalError("PyState_RemoveModule: Module index out of bounds."); in PyState_RemoveModule() 422 Py_FatalError("PyThreadState_Delete: NULL tstate"); in tstate_delete_common() 425 Py_FatalError("PyThreadState_Delete: NULL interp"); in tstate_delete_common() [all …]
|
D | thread.c | 228 Py_FatalError("tls find_key: small circular list(!)"); in find_key() 231 Py_FatalError("tls find_key: circular list(!)"); in find_key()
|
D | import.c | 49 Py_FatalError("Can't initialize import variables"); in _PyImport_Init() 52 Py_FatalError("Can't backup builtins dict"); in _PyImport_Init() 83 Py_FatalError("initializing sys.meta_path, sys.path_hooks, " in _PyImportHooks_Init() 138 Py_FatalError("initializing zipimport failed"); in _PyImportZip_Init() 207 Py_FatalError("PyImport_ReInitLock failed to create a new lock"); in _PyImport_ReInitLock() 309 Py_FatalError("PyImport_GetModuleDict: no module dictionary!"); in PyImport_GetModuleDict() 706 Py_FatalError("import: deleting existing key in" in remove_module() 765 Py_FatalError("PyImport_ExecCodeModuleWithPathnames: " in PyImport_ExecCodeModuleWithPathnames()
|
/external/python/cpython2/Python/ |
D | pystate.c | 67 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 …]
|
D | random.c | 63 Py_FatalError("Failed to initialize Windows random API (CryptoGen)"); in win32_urandom_init() 89 Py_FatalError("Failed to initialized the randomized hash " in win32_urandom() 128 Py_FatalError("getentropy() failed"); in py_getentropy() 149 Py_FatalError("Failed to initialize the randomized hash " in vms_urandom() 179 Py_FatalError("Failed to open /dev/urandom"); in dev_urandom_noraise() 189 Py_FatalError("Failed to read bytes from /dev/urandom"); in dev_urandom_noraise() 390 Py_FatalError("PYTHONHASHSEED must be \"random\" or an integer " in _PyRandom_Init()
|
D | pythonrun.c | 198 Py_FatalError("Py_Initialize: can't make first interpreter"); in Py_InitializeEx() 202 Py_FatalError("Py_Initialize: can't make first thread"); in Py_InitializeEx() 208 Py_FatalError("Py_Initialize: can't init frames"); in Py_InitializeEx() 211 Py_FatalError("Py_Initialize: can't init ints"); in Py_InitializeEx() 214 Py_FatalError("Py_Initialize: can't init longs"); in Py_InitializeEx() 217 Py_FatalError("Py_Initialize: can't init bytearray"); in Py_InitializeEx() 223 Py_FatalError("Py_Initialize: can't make modules dictionary"); in Py_InitializeEx() 226 Py_FatalError("Py_Initialize: can't make modules_reloading dictionary"); in Py_InitializeEx() 235 Py_FatalError("Py_Initialize: can't initialize __builtin__"); in Py_InitializeEx() 238 Py_FatalError("Py_Initialize: can't initialize builtins dict"); in Py_InitializeEx() [all …]
|
D | thread.c | 278 Py_FatalError("tls find_key: small circular list(!)"); in find_key() 281 Py_FatalError("tls find_key: circular list(!)"); in find_key()
|
/external/python/cpython2/Objects/ |
D | object.c | 144 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 …]
|
/external/python/cpython3/PC/ |
D | getpathp.c | 143 Py_FatalError("buffer overflow in getpathp.c's reduce()"); in reduce() 156 Py_FatalError("buffer overflow in getpathp.c's reduce()"); in change_ext() 237 Py_FatalError("buffer overflow in getpathp.c's join()"); in join() 240 Py_FatalError("buffer overflow in getpathp.c's join()"); in join() 576 Py_FatalError("only 'import site' is supported in ._pth file"); in read_pth_file() 604 Py_FatalError("invalid argument during ._pth processing"); in read_pth_file() 606 Py_FatalError("buffer overflow during ._pth processing"); in read_pth_file() 780 Py_FatalError("buffer overflow in getpathp.c's calculate_path()"); in calculate_path() 786 Py_FatalError("buffer overflow in getpathp.c's calculate_path()"); in calculate_path() 792 Py_FatalError("buffer overflow in getpathp.c's calculate_path()"); in calculate_path() [all …]
|
/external/python/cpython2/Parser/ |
D | grammar.c | 25 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()
|
D | pgen.c | 55 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"); \ 402 Py_FatalError("no mem for xx_state in makedfa"); in makedfa() 443 Py_FatalError("out of mem"); in makedfa() 467 Py_FatalError("out of mem"); in makedfa()
|
D | firstsets.c | 64 Py_FatalError("no mem for new sym in calcfirstset"); in calcfirstset() 79 Py_FatalError( in calcfirstset()
|
/external/python/cpython3/Parser/ |
D | grammar.c | 21 Py_FatalError("no mem for new grammar"); in newgrammar() 56 Py_FatalError("no mem to resize dfa in adddfa"); in adddfa() 75 Py_FatalError("no mem to resize state in addstate"); in addstate() 98 Py_FatalError("no mem to resize arc list in addarc"); in addarc() 118 Py_FatalError("no mem to resize labellist in addlabel"); in addlabel() 141 Py_FatalError("grammar.c:findlabel()"); in findlabel()
|
D | pgen.c | 55 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() 139 Py_FatalError("out of mem"); in addnfa() 152 Py_FatalError("REQN"); \ 412 Py_FatalError("no mem for xx_state in makedfa"); in makedfa() 453 Py_FatalError("out of mem"); in makedfa() 477 Py_FatalError("out of mem"); in makedfa()
|
D | firstsets.c | 64 Py_FatalError("no mem for new sym in calcfirstset"); in calcfirstset() 79 Py_FatalError( in calcfirstset()
|
/external/python/cpython3/Modules/ |
D | main.c | 413 Py_FatalError( in Py_Main() 501 Py_FatalError("failure in handling of -W argument"); in Py_Main() 504 Py_FatalError("failure in handling of -W argument"); in Py_Main() 506 Py_FatalError("failure in handling of -W argument"); in Py_Main() 557 Py_FatalError( in Py_Main() 576 Py_FatalError( in Py_Main() 664 Py_FatalError( in Py_Main() 682 Py_FatalError("Cannot decode __PYVENV_LAUNCHER__"); in Py_Main()
|
D | getpath.c | 218 Py_FatalError("buffer overflow in getpath.c's joinpath()"); in joinpath() 500 Py_FatalError( in calculate_path() 589 Py_FatalError("Cannot decode framework location"); in calculate_path() 740 Py_FatalError( in calculate_path()
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi.c | 37 extern void Py_FatalError(const char *msg); 124 Py_FatalError("FFI BUG: not enough stack space for arguments"); in ffi_prep_args() 480 Py_FatalError("FFI_TRAMPOLINE_SIZE too small in " __FILE__); in ffi_prep_closure_loc()
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | ffi.c | 37 extern void Py_FatalError(const char *msg); 143 Py_FatalError("FFI BUG: not enough stack space for arguments"); in ffi_prep_args() 509 Py_FatalError("FFI_TRAMPOLINE_SIZE too small in " __FILE__); in ffi_prep_closure_loc()
|
/external/python/cpython2/Modules/ |
D | main.c | 301 Py_FatalError( in Py_Main() 314 Py_FatalError( in Py_Main() 470 Py_FatalError( in Py_Main()
|
/external/python/cpython2/Include/ |
D | pydebug.h | 36 PyAPI_FUNC(void) Py_FatalError(const char *message);
|
/external/python/cpython2/Mac/Modules/ |
D | ColorPickermodule.c | 88 Py_FatalError("can't initialize module ColorPicker"); in initColorPicker()
|