/frameworks/base/core/java/com/android/internal/os/ |
InstallerConnection.java | 88 } catch (NumberFormatException ex) { 148 } catch (IOException ex) { 214 } catch (IOException ex) {
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
RecipientAlternatesAdapterTest.java | 17 package com.android.ex.chips; 25 import com.android.ex.chips.RecipientAlternatesAdapter; 26 import com.android.ex.chips.RecipientEntry;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneStateIntentReceiver.java | 194 } catch (Exception ex) { 195 Rlog.e(LOG_TAG, "[PhoneStateIntentRecv] caught " + ex); 196 ex.printStackTrace();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
FileLockTest.java | 82 } catch (IllegalArgumentException ex) { 88 } catch (IllegalArgumentException ex) { 95 } catch (IllegalArgumentException ex) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ObservableTest.java | 109 } catch (NullPointerException ex) { 111 } catch (Throwable ex) { 113 + ex.getClass().getName());
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImageList.java | 89 } catch (NumberFormatException ex) { 192 } catch (NumberFormatException ex) { 193 Log.i(TAG, "fail to get id in: " + uri, ex);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageRedEye.java | 58 float ex = event.getX(); local 61 // let's transform (ex, ey) to displayed image coordinates 64 mCurrentRect.left = ex - mTouchPadding; 68 mCurrentRect.right = ex + mTouchPadding;
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsSingleRecipientSender.java | 117 } catch (Exception ex) { 118 Log.e(TAG, "SmsMessageSender.sendMessage: caught", ex); 119 throw new MmsException("SmsMessageSender.sendMessage: caught " + ex +
|
/art/test/031-class-attributes/src/ |
ClassAttrs.java | 224 } catch (Exception ex) { 225 ex.printStackTrace(); 231 } catch (IllegalAccessException ex) { 232 throw new RuntimeException(ex); 233 } catch (InvocationTargetException ex) { 234 throw new RuntimeException(ex);
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageTest.java | 242 } catch (IllegalStateException ex) { 254 } catch (IllegalStateException ex) { 266 } catch (IllegalStateException ex) { 267 caught[0] = ex; // expected 286 } catch (IllegalStateException ex) { 287 caught[0] = ex; // expected
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AnnotationParser.java | 108 } catch (IOException ex) { 110 throw new RuntimeException("shouldn't happen", ex); 132 } catch (IOException ex) { 134 throw new RuntimeException("shouldn't happen", ex); 157 } catch (IOException ex) { 159 throw new RuntimeException("shouldn't happen", ex);
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ApkCheck.java | 193 } catch (SAXParseException ex) { 195 ex.getLineNumber() + ": " + ex.getMessage()); 196 } catch (Exception ex) { 198 ex.getMessage()); 199 ex.printStackTrace();
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLSocketFactoriesTest.java | 355 } catch (IOException ex) { 361 } catch (IOException ex) { 367 } catch (IOException ex) { 427 } catch (IOException ex) { 433 } catch (IOException ex) { 439 } catch (IOException ex) {
|
SSLSocketFunctionalTest.java | 246 } catch (IOException ex) { 252 } catch (IOException ex) { 258 } catch (IOException ex) { 321 } catch (IOException ex) { 327 } catch (IOException ex) { 333 } catch (IOException ex) {
|
/external/chromium_org/content/test/data/indexeddb/ |
key_types_test.js | 140 window.ex = e; 141 shouldBe("ex.code", "0"); 142 shouldBe("ex.name", "'DataError'");
|
/frameworks/base/core/java/android/preference/ |
GenericInflater.java | 335 InflateException ex = new InflateException(e.getMessage()); local 336 ex.initCause(e); 337 throw ex; 339 InflateException ex = new InflateException( local 342 ex.initCause(e); 343 throw ex;
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraCapabilities.java | 17 package com.android.ex.camera2.portability; 19 import com.android.ex.camera2.portability.debug.Log; 365 } catch (IllegalArgumentException ex) { 395 } catch (IllegalArgumentException ex) { 425 } catch (IllegalArgumentException ex) { 456 } catch (IllegalArgumentException ex) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 118 CommandException ex = new CommandException( local 120 AsyncResult.forMessage(result, null, ex); 149 CommandException ex = new CommandException( local 151 AsyncResult.forMessage(result, null, ex); 161 CommandException ex = new CommandException( local 163 AsyncResult.forMessage(result, null, ex); 192 CommandException ex = new CommandException( local 194 AsyncResult.forMessage(result, null, ex); 204 CommandException ex = new CommandException( local 206 AsyncResult.forMessage(result, null, ex); 234 CommandException ex = new CommandException( local 246 CommandException ex = new CommandException( local 276 CommandException ex = new CommandException( local 298 CommandException ex = new CommandException( local 320 CommandException ex = new CommandException( local 406 CommandException ex = new CommandException( local 430 CommandException ex = new CommandException( local [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 224 } catch (IOException ex) { 225 System.logE("Unable to load dex file: " + file, ex); 454 } catch (MalformedURLException ex) { 455 throw new RuntimeException(ex); 478 } catch (MalformedURLException ex) { 479 throw new RuntimeException(ex);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DocumentImportNode.java | 201 } catch (DOMException ex) { 202 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 218 } catch (DOMException ex) { 219 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 239 } catch (DOMException ex) { 240 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
|
/art/test/050-sync-test/src/ |
Main.java | 169 } catch (Exception ex) { 170 ex.printStackTrace();
|
/art/test/etc/ |
push-and-run-test-jar | 103 SECONDARY_DEX=":$DEX_LOCATION/$TEST_NAME-ex.jar" 140 adb push $TEST_NAME-ex.jar $DEX_LOCATION 145 adb push $TEST_NAME-ex.jar $DEX_LOCATION >/dev/null 2>&1
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
OffsettedItem.java | 173 } catch (RuntimeException ex) { 174 throw ExceptionWithContext.withContext(ex,
|
UniformListItem.java | 78 } catch (IndexOutOfBoundsException ex) { 81 } catch (NullPointerException ex) {
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
BasicBlock.java | 67 } catch (NullPointerException ex) { 95 } catch (NullPointerException ex) {
|