Home
last modified time | relevance | path

Searched refs:out_of_memory (Results 1 – 25 of 26) sorted by relevance

12

/external/bison/lib/
Dprintf-parse.c114 goto out_of_memory; \ in PRINTF_PARSE()
120 goto out_of_memory; \ in PRINTF_PARSE()
591 goto out_of_memory; in PRINTF_PARSE()
597 goto out_of_memory; in PRINTF_PARSE()
625 out_of_memory: in PRINTF_PARSE()
Dvasnprintf.c1858 goto out_of_memory; \ in VASNPRINTF()
1864 goto out_of_memory; \ in VASNPRINTF()
2759 goto out_of_memory; in VASNPRINTF()
3045 goto out_of_memory; in VASNPRINTF()
3049 goto out_of_memory; in VASNPRINTF()
3591 goto out_of_memory; in VASNPRINTF()
3595 goto out_of_memory; in VASNPRINTF()
3665 goto out_of_memory; in VASNPRINTF()
3725 goto out_of_memory; in VASNPRINTF()
3761 goto out_of_memory; in VASNPRINTF()
[all …]
/external/chromium_org/third_party/sqlite/src/tool/
Dshowjournal.c20 static void out_of_memory(void){ in out_of_memory() function
32 if( pBuf==0 ) out_of_memory(); in read_content()
Dshowwal.c40 static void out_of_memory(void){ in out_of_memory() function
54 if( aData==0 ) out_of_memory(); in getContent()
Dshowdb.c47 static void out_of_memory(void){ in out_of_memory() function
61 if( aData==0 ) out_of_memory(); in getContent()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompat.cpp30 static void out_of_memory() { in out_of_memory() function
37 set_new_handler(out_of_memory); in InitFst()
/external/e2fsprogs/intl/
Dvasnprintf.c195 goto out_of_memory; \ in VASNPRINTF()
201 goto out_of_memory; \ in VASNPRINTF()
493 goto out_of_memory; in VASNPRINTF()
497 goto out_of_memory; in VASNPRINTF()
867 out_of_memory: in VASNPRINTF()
/external/qemu/hw/
Dgoldfish_nand.c702 goto out_of_memory; in nand_add_dev()
743 goto out_of_memory; in nand_add_dev()
750 goto out_of_memory; in nand_add_dev()
814 goto out_of_memory; in nand_add_dev()
831 goto out_of_memory; in nand_add_dev()
857 out_of_memory: in nand_add_dev()
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c202 save->out_of_memory = in alloc_vertex_store()
210 save->out_of_memory = GL_TRUE; in alloc_vertex_store()
213 if (save->out_of_memory) { in alloc_vertex_store()
423 save->out_of_memory = save->buffer_ptr == NULL; in _save_compile_vertex_list()
818 if (save->out_of_memory) { in dlist_fallback()
917 if (save->out_of_memory) { in vbo_save_NotifyBegin()
948 if (save->out_of_memory) { in _save_End()
1199 if (save->out_of_memory) in _save_OBE_DrawArrays()
1229 if (save->out_of_memory) in _save_OBE_DrawElements()
1277 if (save->out_of_memory) in _save_OBE_DrawRangeElements()
Dvbo_save.h135 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
Dvbo_save_api.c202 save->out_of_memory = in alloc_vertex_store()
210 save->out_of_memory = GL_TRUE; in alloc_vertex_store()
213 if (save->out_of_memory) { in alloc_vertex_store()
423 save->out_of_memory = save->buffer_ptr == NULL; in _save_compile_vertex_list()
818 if (save->out_of_memory) { in dlist_fallback()
917 if (save->out_of_memory) { in vbo_save_NotifyBegin()
948 if (save->out_of_memory) { in _save_End()
1199 if (save->out_of_memory) in _save_OBE_DrawArrays()
1229 if (save->out_of_memory) in _save_OBE_DrawElements()
1277 if (save->out_of_memory) in _save_OBE_DrawRangeElements()
Dvbo_save.h135 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
/external/jpeg/
Djmemmgr.c217 out_of_memory (j_common_ptr cinfo, int which) in out_of_memory() function
267 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small()
304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small()
351 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large()
365 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large()
/external/qemu/distrib/jpeg-6b/
Djmemmgr.c217 out_of_memory (j_common_ptr cinfo, int which) in out_of_memory() function
267 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small()
304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small()
351 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large()
365 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Derrors.c50 static char out_of_memory[] = "Debugging error: out of memory"; variable
337 emptySlot->message = out_of_memory; in _mesa_log_msg()
338 emptySlot->length = strlen(out_of_memory)+1; in _mesa_log_msg()
393 if (msg->message != (char*)out_of_memory) in _mesa_get_msg()
/external/mesa3d/src/mesa/main/
Derrors.c50 static char out_of_memory[] = "Debugging error: out of memory"; variable
337 emptySlot->message = out_of_memory; in _mesa_log_msg()
338 emptySlot->length = strlen(out_of_memory)+1; in _mesa_log_msg()
393 if (msg->message != (char*)out_of_memory) in _mesa_get_msg()
/external/kernel-headers/original/linux/
Dswap.h158 extern void out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, int order);
/external/v8/src/
Dcontexts.h155 V(OUT_OF_MEMORY_INDEX, Object, out_of_memory) \
Disolate.h1403 return global_context()->out_of_memory()->IsTrue(); in has_out_of_memory()
/external/chromium_org/v8/src/
Dcontexts.h163 V(OUT_OF_MEMORY_INDEX, Object, out_of_memory) \
Disolate.h1496 return native_context()->out_of_memory()->IsTrue(); in has_out_of_memory()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c1823 goto out_of_memory; in wpas_dbus_getter_p2p_group_members()
1829 goto out_of_memory; in wpas_dbus_getter_p2p_group_members()
1847 out_of_memory: in wpas_dbus_getter_p2p_group_members()
/external/v8/src/arm/
Dcode-stubs-arm.cc3777 Failure* out_of_memory = Failure::OutOfMemoryException(); in GenerateCore() local
3778 __ cmp(r0, Operand(reinterpret_cast<int32_t>(out_of_memory))); in GenerateCore()
3871 Failure* out_of_memory = Failure::OutOfMemoryException(); in Generate() local
3872 __ mov(r0, Operand(reinterpret_cast<int32_t>(out_of_memory))); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc3942 Failure* out_of_memory = Failure::OutOfMemoryException(); in GenerateCore() local
3947 Operand(reinterpret_cast<int32_t>(out_of_memory))); in GenerateCore()
4041 Failure* out_of_memory = Failure::OutOfMemoryException(); in Generate() local
4042 __ li(v0, Operand(reinterpret_cast<int32_t>(out_of_memory))); in Generate()
/external/chromium_org/v8/src/arm/
Dcode-stubs-arm.cc1915 Failure* out_of_memory = Failure::OutOfMemoryException(0x1); in Generate() local
1916 __ mov(r0, Operand(reinterpret_cast<int32_t>(out_of_memory))); in Generate()

12