Searched defs:out_of_memory (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowjournal.c20 static void out_of_memory(void){ function
32 if( pBuf==0 ) out_of_memory();
H A Dshowwal.c40 static void out_of_memory(void){ function
54 if( aData==0 ) out_of_memory();
H A Dshowdb.c47 static void out_of_memory(void){ function
61 if( aData==0 ) out_of_memory();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp30 static void out_of_memory() { function
37 set_new_handler(out_of_memory);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save.h126 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
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save.h126 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
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmemmgr.c219 out_of_memory (j_common_ptr cinfo, int which) function
281 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
313 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
370 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
380 out_of_memory(cinfo, 4); /* jpeg_get_large failed */
431 out_of_memory(cinfo, 5); /* safety check */
484 out_of_memory(cinfo, 6); /* safety check */
/external/jpeg/
H A Djmemmgr.c217 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 */
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c220 out_of_memory (j_common_ptr cinfo, int which) function
270 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
307 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
354 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
368 out_of_memory(cinfo, 4); /* jpeg_get_large failed */
/external/qemu/distrib/jpeg-6b/
H A Djmemmgr.c217 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 */
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c50 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/mesa3d/src/mesa/main/
H A Derrors.c50 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)

Completed in 1568 milliseconds