HomeSort by relevance Sort by last modified time
    Searched refs:out_of_memory (Results 1 - 10 of 10) 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/libjpeg-turbo/
jmemmgr.c 223 out_of_memory (j_common_ptr cinfo, int which) function
284 out_of_memory(cinfo, 7);
291 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
323 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
378 out_of_memory(cinfo, 8);
385 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
395 out_of_memory(cinfo, 4); /* jpeg_get_large failed */
446 out_of_memory(cinfo, 5); /* safety check */
451 out_of_memory(cinfo, 9);
506 out_of_memory(cinfo, 6); /* safety check *
    [all...]
  /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/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/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c 219 out_of_memory (j_common_ptr cinfo, int which) function
269 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
306 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
353 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
367 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/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]
  /external/curl/lib/
ssh.c 812 bool out_of_memory = FALSE; local
828 out_of_memory = TRUE;
833 out_of_memory = TRUE;
839 if(!out_of_memory && !sshc->rsa) {
865 out_of_memory = TRUE;
868 if(out_of_memory || sshc->rsa == NULL) {
    [all...]

Completed in 402 milliseconds