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

  /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/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
  /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
  /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/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/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/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/v8/src/arm/
code-stubs-arm.cc 2985 Failure* out_of_memory = Failure::OutOfMemoryException(0x1); local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 3314 Failure* out_of_memory = Failure::OutOfMemoryException(0x1); local
    [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...]

Completed in 1044 milliseconds