/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/ |
PhotoBitmapLoader.java | 18 package com.android.ex.photo.loaders; 27 import com.android.ex.photo.PhotoViewController; 28 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult; 29 import com.android.ex.photo.util.ImageUtils; 61 } catch (UnsupportedOperationException ex) {
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
Exif.java | 17 package com.android.ex.photo.util;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CoderMalfunctionErrorTest.java | 34 Exception ex = new Exception(); local 35 CoderMalfunctionError e = new CoderMalfunctionError(ex); 36 assertSame(ex, e.getCause());
|
/libcore/luni/src/main/java/java/math/ |
MathContext.java | 245 } catch (Exception ex) { 246 throw new StreamCorruptedException(ex.getMessage());
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
SAXParserFactoryImpl.java | 58 } catch (SAXNotRecognizedException ex) { 59 throw new AssertionError(ex); 67 } catch (SAXNotRecognizedException ex) { 68 throw new AssertionError(ex); 81 } catch (Exception ex) { 82 throw new ParserConfigurationException(ex.toString()); 108 } catch (SAXNotRecognizedException ex) { 109 throw new AssertionError(ex); 117 } catch (SAXNotRecognizedException ex) { 118 throw new AssertionError(ex); [all...] |
DocumentBuilderImpl.java | 131 } catch (XmlPullParserException ex) { 132 if (ex.getDetail() instanceof IOException) { 133 throw (IOException) ex.getDetail(); 135 if (ex.getDetail() instanceof RuntimeException) { 136 throw (RuntimeException) ex.getDetail(); 143 locator.setLineNumber(ex.getLineNumber()); 144 locator.setColumnNumber(ex.getColumnNumber()); 146 SAXParseException newEx = new SAXParseException(ex.getMessage(), locator); 426 } catch (NumberFormatException ex) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
dlm_plock.h | 29 __u8 ex; member in struct:dlm_plock_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
dlm_plock.h | 29 __u8 ex; member in struct:dlm_plock_info
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
dlm_plock.h | 39 __u8 ex; member in struct:dlm_plock_info
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
dlm_plock.h | 39 __u8 ex; member in struct:dlm_plock_info
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
dlm_plock.h | 39 __u8 ex; member in struct:dlm_plock_info
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
dlm_plock.h | 39 __u8 ex; member in struct:dlm_plock_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
dlm_plock.h | 39 __u8 ex; member in struct:dlm_plock_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
dlm_plock.h | 39 __u8 ex; member in struct:dlm_plock_info
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ProfilesLoader.java | 75 } catch (IOException ex) { 76 ex.printStackTrace();
|
VersionLoader.java | 71 } catch (IOException ex) { 72 ex.printStackTrace();
|
ViewManager.java | 66 } catch (IOException ex) { 67 ex.printStackTrace();
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Pipeline.java | 73 } catch (IOException ex) { 74 InternalErrorHandler.handleException(ex); 187 } catch (InterruptedException ex) { 188 throw new IOException(ex.getMessage()); 189 } catch (NoSuchElementException ex) { 190 ex.printStackTrace(); 191 throw new IOException(ex.getMessage());
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageProcessor.java | 129 } catch (SocketException ex) { 130 throw new IOException(ex.getMessage()); 246 } catch (SocketTimeoutException ex) { 248 } catch (SocketException ex) { 258 } catch (IOException ex) { 260 ex.printStackTrace(); 264 } catch (Exception ex) { 268 InternalErrorHandler.handleException(ex);
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
InstructionMethodItem.java | 107 } catch (InvalidItemIndex ex) { 109 writer.write(ex.getMessage()); 115 ex.getInvalidIndex()); 116 } catch (ReferenceType.InvalidReferenceTypeException ex) { 118 writer.printSignedIntAsDec(ex.getReferenceType()); 144 } catch (InvalidSwitchPayload ex) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
X509KeyManagerTest.java | [all...] |
/libcore/luni/src/main/java/java/nio/charset/ |
Charset.java | 322 UnsupportedEncodingException ex = new UnsupportedEncodingException(charsetName); local 323 ex.initCause(cause); 324 throw ex; 341 } catch (UnsupportedCharsetException ex) { 446 } catch (CharacterCodingException ex) { 447 throw new Error(ex.getMessage(), ex); local 481 } catch (CharacterCodingException ex) { 482 throw new Error(ex.getMessage(), ex); local [all...] |
/external/owasp/sanitizer/distrib/lib/ |
owasp-java-html-sanitizer.jar | |
/art/test/051-thread/src/ |
Main.java | 64 } catch (Exception ex) { 79 } catch (InterruptedException ex) { 80 ex.printStackTrace();
|
/art/test/092-locale/src/ |
Main.java | 36 } catch (Exception ex) { 37 ex.printStackTrace(); 42 } catch (Exception ex) { 43 ex.printStackTrace(); 48 } catch (Exception ex) { 49 ex.printStackTrace(); 54 } catch (Exception ex) { 55 ex.printStackTrace(); 60 } catch (Exception ex) { 61 ex.printStackTrace() [all...] |