HomeSort by relevance Sort by last modified time
    Searched refs:out_of_memory (Results 1 - 11 of 11) 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 */
136 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member in struct:vbo_save_context
vbo_save_api.c 198 save->out_of_memory =
208 save->out_of_memory = GL_TRUE;
211 if (save->out_of_memory) {
535 save->out_of_memory = save->buffer_ptr == NULL;
958 if (save->out_of_memory) {
1058 if (save->out_of_memory) {
1095 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/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]
  /external/mesa3d/src/mesa/main/
debug_output.c 112 static char out_of_memory[] = "Debugging error: out of memory"; variable
207 if (msg->message != (char*)out_of_memory)
242 msg->message = out_of_memory;
    [all...]
dlist.c 791 goto out_of_memory;
802 goto out_of_memory;
811 goto out_of_memory;
819 goto out_of_memory;
856 out_of_memory:
    [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 338 milliseconds