HomeSort by relevance Sort by last modified time
    Searched refs:out_of_memory (Results 1 - 18 of 18) sorted by null

  /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/android/goldfish/
nand.c 750 goto out_of_memory;
791 goto out_of_memory;
798 goto out_of_memory;
862 goto out_of_memory;
879 goto out_of_memory;
905 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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 220 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 */
    [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/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/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]

Completed in 465 milliseconds