Home
last modified time | relevance | path

Searched refs:E_NOMEM (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dparsetok.c55 err_ret->error = PyErr_Occurred() ? E_DECODE : E_NOMEM; in PyParser_ParseStringFlagsFilenameEx()
96 err_ret->error = E_NOMEM; in PyParser_ParseFileFlagsEx()
138 err_ret->error = E_NOMEM; in parsetok()
183 err_ret->error = E_NOMEM; in parsetok()
252 err_ret->error = E_NOMEM; in parsetok()
Dnode.c95 return E_NOMEM; in PyNode_AddChild()
101 return E_NOMEM; in PyNode_AddChild()
Dtokenizer.c628 tok->done = E_NOMEM; in translate_newlines()
835 tok->done = E_NOMEM; in tok_stdin_decode()
904 tok->done = E_NOMEM; in tok_nextc()
937 tok->done = E_NOMEM; in tok_nextc()
973 tok->done = E_NOMEM; in tok_nextc()
Dparser.c43 return E_NOMEM; in s_push()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dparsetok.c64 err_ret->error = PyErr_Occurred() ? E_DECODE : E_NOMEM; in PyParser_ParseStringFlagsFilenameEx()
105 err_ret->error = E_NOMEM; in PyParser_ParseFileFlagsEx()
149 err_ret->error = E_NOMEM; in parsetok()
196 err_ret->error = E_NOMEM; in parsetok()
265 err_ret->error = E_NOMEM; in parsetok()
Dnode.c95 return E_NOMEM; in PyNode_AddChild()
101 return E_NOMEM; in PyNode_AddChild()
Dtokenizer.c608 tok->done = E_NOMEM; in translate_newlines()
815 tok->done = E_NOMEM; in tok_stdin_decode()
884 tok->done = E_NOMEM; in tok_nextc()
917 tok->done = E_NOMEM; in tok_nextc()
953 tok->done = E_NOMEM; in tok_nextc()
Dparser.c43 return E_NOMEM; in s_push()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Derrcode.h21 #define E_NOMEM 15 /* Ran out of memory */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Derrcode.h21 #define E_NOMEM 15 /* Ran out of memory */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1606 case E_NOMEM: in err_input()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1581 case E_NOMEM: in err_input()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c796 if (err == E_NOMEM) { in build_node_children()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c825 if (err == E_NOMEM) { in build_node_children()