HomeSort by relevance Sort by last modified time
    Searched full:return_error (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/program/
nvvertparse.c 100 #define RETURN_ERROR \
308 RETURN_ERROR;
334 RETURN_ERROR;
338 RETURN_ERROR;
342 RETURN_ERROR;
357 RETURN_ERROR;
360 RETURN_ERROR;
363 RETURN_ERROR;
373 RETURN_ERROR;
377 RETURN_ERROR;
    [all...]
nvfragparse.c 188 #define RETURN_ERROR \
441 RETURN_ERROR;
577 RETURN_ERROR;
694 RETURN_ERROR;
716 RETURN_ERROR;
768 RETURN_ERROR;
778 RETURN_ERROR;
803 RETURN_ERROR;
836 RETURN_ERROR;
870 RETURN_ERROR;
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client_extension.c 94 goto return_error;
104 goto return_error;
114 goto return_error;
124 goto return_error;
132 return_error:
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.c 94 goto return_error;
104 goto return_error;
114 goto return_error;
124 goto return_error;
132 return_error:
  /external/lldb/source/Target/
Thread.cpp 1646 Error return_error; local
1659 Error return_error; local
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 73 #define RETURN_ERROR(ret,err) \
82 #define RETURN_ERROR(ret,err) \
90 RETURN_ERROR(ret,EGL_BAD_CONFIG); \
95 RETURN_ERROR(ret, EGL_BAD_DISPLAY); \
101 RETURN_ERROR(ret, EGL_NOT_INITIALIZED); \
122 RETURN_ERROR(ret,EGL_BAD_CONTEXT); \
555 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
612 RETURN_ERROR(EGL_FALSE, EGL_BAD_ATTRIBUTE);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
errormiddleware.py 394 return_error = formatter.format_html(
404 return_error = error_template(
413 return_error = error_template('', msg, '')
415 return_error = None
422 return return_error

Completed in 3110 milliseconds