Searched defs:exception (Results 1 – 9 of 9) sorted by relevance
82 public void showErrorMessageDialog(int titleId, Exception exception) { in showErrorMessageDialog()83 showErrorMessageDialog(mActivity.getString(titleId), exception); in showErrorMessageDialog() local87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog()99 Exception exception = (Exception) args.getSerializable(KEY_EXCEPTION); in handleOnCreateDialog() local110 private String convertExceptionToErrorMessage(Exception exception) { in convertExceptionToErrorMessage()
26 public void showErrorMessageDialog(int titleId, Exception exception); in showErrorMessageDialog()28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog()
28 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in x86_change_except() local72 int exception = x86flags & FE_ALL_EXCEPT; in x86_get_except() local
24 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips64_change_except() local66 int exception = mips64flags & FE_ALL_EXCEPT; in mips64_get_except() local
36 int exception = flag & FE_ALL_EXCEPT_PORTABLE; in x86_64_change_except() local80 int exception = x86_64flag & FE_ALL_EXCEPT; in x86_64_get_except() local
25 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips_change_except() local69 int exception = mipsflags & FE_ALL_EXCEPT; in mips_get_except() local
264 __u32 exception; member311 } exception; member
204 __u32 exception; member