/external/bison/lib/ |
printf-parse.c | 114 goto out_of_memory; \ 120 goto out_of_memory; \ 591 goto out_of_memory; 597 goto out_of_memory; 625 out_of_memory:
|
vasnprintf.c | [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
showjournal.c | 20 static void out_of_memory(void){ function 32 if( pBuf==0 ) out_of_memory();
|
showwal.c | 40 static void out_of_memory(void){ function 54 if( aData==0 ) out_of_memory();
|
showdb.c | 47 static void out_of_memory(void){ function 61 if( aData==0 ) out_of_memory();
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.cpp | 30 static void out_of_memory() { function 37 set_new_handler(out_of_memory);
|
/external/e2fsprogs/intl/ |
vasnprintf.c | 183 out_of_memory if needed is SIZE_MAX or otherwise too big. */ 195 goto out_of_memory; \ 201 goto out_of_memory; \ 493 goto out_of_memory; 497 goto out_of_memory; 867 out_of_memory:
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_save.h | 126 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */ 135 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member in struct:vbo_save_context
|
vbo_save_api.c | 202 save->out_of_memory = 210 save->out_of_memory = GL_TRUE; 213 if (save->out_of_memory) { 423 save->out_of_memory = save->buffer_ptr == NULL; 818 if (save->out_of_memory) { 917 if (save->out_of_memory) { 948 if (save->out_of_memory) { [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_save.h | 126 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */ 135 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member in struct:vbo_save_context
|
vbo_save_api.c | 202 save->out_of_memory = 210 save->out_of_memory = GL_TRUE; 213 if (save->out_of_memory) { 423 save->out_of_memory = save->buffer_ptr == NULL; 818 if (save->out_of_memory) { 917 if (save->out_of_memory) { 948 if (save->out_of_memory) { [all...] |
/external/qemu/hw/ |
goldfish_nand.c | 702 goto out_of_memory; 743 goto out_of_memory; 750 goto out_of_memory; 814 goto out_of_memory; 831 goto out_of_memory; 857 out_of_memory:
|
/external/jpeg/ |
jmemmgr.c | 217 out_of_memory (j_common_ptr cinfo, int which) function 267 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ 304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ 351 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ 365 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemmgr.c | 217 out_of_memory (j_common_ptr cinfo, int which) function 267 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ 304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ 351 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ 365 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
errors.c | 50 static char out_of_memory[] = "Debugging error: out of memory"; variable 337 emptySlot->message = out_of_memory; 338 emptySlot->length = strlen(out_of_memory)+1; 393 if (msg->message != (char*)out_of_memory)
|
/external/kernel-headers/original/linux/ |
swap.h | 158 extern void out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, int order);
|
/external/mesa3d/src/mesa/main/ |
errors.c | 50 static char out_of_memory[] = "Debugging error: out of memory"; variable 337 emptySlot->message = out_of_memory; 338 emptySlot->length = strlen(out_of_memory)+1; 393 if (msg->message != (char*)out_of_memory)
|
/external/v8/src/ |
contexts.h | 155 V(OUT_OF_MEMORY_INDEX, Object, out_of_memory) \
|
isolate.h | [all...] |
/external/chromium_org/v8/src/ |
contexts.h | 163 V(OUT_OF_MEMORY_INDEX, Object, out_of_memory) \
|
isolate.h | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 3777 Failure* out_of_memory = Failure::OutOfMemoryException(); local 3871 Failure* out_of_memory = Failure::OutOfMemoryException(); local [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | 3942 Failure* out_of_memory = Failure::OutOfMemoryException(); local 4041 Failure* out_of_memory = Failure::OutOfMemoryException(); local [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.cc | 1915 Failure* out_of_memory = Failure::OutOfMemoryException(0x1); local [all...] |