/development/ndk/sources/android/libportable/arch-x86/ |
D | fenv.c | 28 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in x86_change_except() local 31 if (exception & FE_INVALID_PORTABLE) in x86_change_except() 33 if (exception & FE_DIVBYZERO_PORTABLE) in x86_change_except() 35 if (exception & FE_OVERFLOW_PORTABLE) in x86_change_except() 37 if (exception & FE_UNDERFLOW_PORTABLE) in x86_change_except() 39 if (exception & FE_INEXACT_PORTABLE) in x86_change_except() 72 int exception = x86flags & FE_ALL_EXCEPT; in x86_get_except() local 75 if (exception & FE_INVALID) in x86_get_except() 77 if (exception & FE_DIVBYZERO) in x86_get_except() 79 if (exception & FE_OVERFLOW) in x86_get_except() [all …]
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
D | DialogHelperImpl.java | 82 public void showErrorMessageDialog(int titleId, Exception exception) { in showErrorMessageDialog() argument 83 showErrorMessageDialog(mActivity.getString(titleId), exception); in showErrorMessageDialog() local 87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog() argument 90 bundle.putSerializable(KEY_EXCEPTION, exception); in showErrorMessageDialog() 99 Exception exception = (Exception) args.getSerializable(KEY_EXCEPTION); in handleOnCreateDialog() local 103 .setMessage(convertExceptionToErrorMessage(exception)) in handleOnCreateDialog() 110 private String convertExceptionToErrorMessage(Exception exception) { in convertExceptionToErrorMessage() argument 111 StringBuilder sb = new StringBuilder().append(exception.getClass().getSimpleName()); in convertExceptionToErrorMessage() 112 if (exception.getMessage() != null) { in convertExceptionToErrorMessage() 114 sb.append(exception.getMessage()); in convertExceptionToErrorMessage()
|
D | DialogHelper.java | 26 public void showErrorMessageDialog(int titleId, Exception exception); in showErrorMessageDialog() argument 28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog() argument
|
/development/ndk/sources/android/libportable/arch-mips64/ |
D | fenv.c | 24 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips64_change_except() local 27 if (exception & FE_INVALID_PORTABLE) in mips64_change_except() 29 if (exception & FE_DIVBYZERO_PORTABLE) in mips64_change_except() 31 if (exception & FE_OVERFLOW_PORTABLE) in mips64_change_except() 33 if (exception & FE_UNDERFLOW_PORTABLE) in mips64_change_except() 35 if (exception & FE_INEXACT_PORTABLE) in mips64_change_except() 66 int exception = mips64flags & FE_ALL_EXCEPT; in mips64_get_except() local 69 if (exception & FE_INVALID) in mips64_get_except() 71 if (exception & FE_DIVBYZERO) in mips64_get_except() 73 if (exception & FE_OVERFLOW) in mips64_get_except() [all …]
|
/development/ndk/sources/android/libportable/arch-x86_64/ |
D | fenv.c | 36 int exception = flag & FE_ALL_EXCEPT_PORTABLE; in x86_64_change_except() local 38 if (exception & FE_INVALID_PORTABLE) in x86_64_change_except() 40 if (exception & FE_DIVBYZERO_PORTABLE) in x86_64_change_except() 42 if (exception & FE_OVERFLOW_PORTABLE) in x86_64_change_except() 44 if (exception & FE_UNDERFLOW_PORTABLE) in x86_64_change_except() 46 if (exception & FE_INEXACT_PORTABLE) in x86_64_change_except() 80 int exception = x86_64flag & FE_ALL_EXCEPT; in x86_64_get_except() local 82 if (exception & FE_INVALID) in x86_64_get_except() 84 if (exception & FE_DIVBYZERO) in x86_64_get_except() 86 if (exception & FE_OVERFLOW) in x86_64_get_except() [all …]
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | fenv.c | 25 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips_change_except() local 28 if (exception & FE_INVALID_PORTABLE) in mips_change_except() 30 if (exception & FE_DIVBYZERO_PORTABLE) in mips_change_except() 32 if (exception & FE_OVERFLOW_PORTABLE) in mips_change_except() 34 if (exception & FE_UNDERFLOW_PORTABLE) in mips_change_except() 36 if (exception & FE_INEXACT_PORTABLE) in mips_change_except() 69 int exception = mipsflags & FE_ALL_EXCEPT; in mips_get_except() local 72 if (exception & FE_INVALID) in mips_get_except() 74 if (exception & FE_DIVBYZERO) in mips_get_except() 76 if (exception & FE_OVERFLOW) in mips_get_except() [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CameraPreview.java | 195 } catch (IOException exception) { in switchCamera() 196 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in switchCamera() 254 } catch (IOException exception) { in surfaceCreated() 255 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in surfaceCreated()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | CameraFragment.java | 206 } catch (IOException exception) { in switchCamera() 207 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in switchCamera() 272 } catch (IOException exception) { in surfaceCreated() 273 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in surfaceCreated()
|
D | ContentFragment.java | 256 } catch (NumberFormatException exception) { in processDrop()
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
D | kvm.h | 264 __u32 exception; member 311 } exception; member
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
D | kvm.h | 264 __u32 exception; member 311 } exception; member
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 48 throw (std::exception()); in PgmImage()
|
/development/tools/mkstubs/ |
D | README.txt | 67 before the generated throw exception. Any attempt to load such a class should trigger
|
/development/ndk/platforms/android-L/include/linux/ |
D | kvm.h | 204 __u32 exception; member
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 271 6. As an exception to the Sections above, you may also combine or 320 reproducing the executable from it. However, as a special exception,
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 797 6. As an exception to the Sections above, you may also combine or 846 reproducing the executable from it. However, as a special exception, 1755 special exception, the source code distributed need not include 2520 6. As an exception to the Sections above, you may also compile or 2561 reproducing the executable from it. However, as a special exception, 2971 6. As an exception to the Sections above, you may also combine or 3020 reproducing the executable from it. However, as a special exception, 4197 special exception, the source code distributed need not include 5127 6. As an exception to the Sections above, you may also compile or 5168 reproducing the executable from it. However, as a special exception, [all …]
|