HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 1051 - 1075 of 2748) sorted by null

<<41424344454647484950>>

  /frameworks/opt/photoviewer/sample/
Android.mk 36 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.photo
60 LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.appcompat:com.android.ex.photo
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Util.java 1 package com.android.ex.photo.util;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimTlv.java 107 } catch (ArrayIndexOutOfBoundsException ex) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecord.java 280 } catch (RuntimeException ex) {
281 Rlog.w(LOG_TAG, "Error parsing AdnRecord ext record", ex);
321 } catch (RuntimeException ex) {
322 Rlog.w(LOG_TAG, "Error parsing AdnRecord", ex);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContextSpiTest.java 181 } catch (Exception ex) {
182 fail(ex + " unexpected exception");
210 } catch (Exception ex) {
211 fail(ex + " unexpected exception");
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java 307 } catch (BufferOverflowException ex) {
308 throw new CoderMalfunctionError(ex);
309 } catch (BufferUnderflowException ex) {
310 throw new CoderMalfunctionError(ex);
CharsetEncoder.java 369 } catch (BufferOverflowException ex) {
370 throw new CoderMalfunctionError(ex);
371 } catch (BufferUnderflowException ex) {
372 throw new CoderMalfunctionError(ex);
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 239 } catch (Throwable ex) {
242 setException(ex);
281 } catch (Throwable ex) {
282 setException(ex);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java 268 } catch (Exception ex) {
269 throw new RuntimeException(ex);
362 } catch (Exception ex) {
363 throw new RuntimeException(ex);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
compiler_log_formatter.hpp 47 void log_exception( std::ostream&, log_checkpoint_data const&, execution_exception const& ex );
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 214 } catch (Exception ex) {
215 Log.e(TAG, "checkIfCallerIsSelfOrForegroundUser: Exception ex=" + ex);
248 } catch (Exception ex) {
249 Log.e(TAG, "checkCallerAllowManagedProfiles: Exception ex=" + ex);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 162 } catch (IOException ex) {
164 if (D) Log.v(TAG, "Accept exception: (expected at shutdown)", ex);
366 } catch (IOException ex) {
367 Log.e(TAG, "Close Server Socket error: " + ex);
  /packages/apps/Browser/src/com/android/browser/
DownloadHandler.java 85 } catch (ActivityNotFoundException ex) {
89 ex);
200 } catch (IllegalStateException ex) {
203 Log.w(LOGTAG, "Exception trying to create Download dir:", ex);
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 172 } catch (InterruptedException ex) {
202 } catch (InterruptedException ex) {
253 } catch (InterruptedException ex) {
279 } catch (InterruptedException ex) {
  /packages/apps/Camera2/src/com/android/camera/app/
CameraController.java 26 import com.android.ex.camera2.portability.CameraAgent;
27 import com.android.ex.camera2.portability.CameraDeviceInfo;
28 import com.android.ex.camera2.portability.CameraExceptionHandler;
301 } catch (CameraDisabledException ex) {
  /packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java 77 } catch (RemoteException ex) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 61 } catch (InterruptedException ex) {
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionProvider.java 52 } catch (InterruptedException ex) {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 96 } catch (Exception ex) {
373 } catch (NumberFormatException ex) {
432 } catch (InterruptedException ex) {
434 "Command line threw an InterruptedException '" + ex.getMessage() +
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 115 } catch (IOException ex) {
116 Exceptions.printStackTrace(ex);
126 } catch (IOException ex) {
127 Exceptions.printStackTrace(ex);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 115 } catch (IllegalArgumentException ex) {
207 } catch (Exception ex) {
208 throw ExceptionWithContext.withContext(ex,
334 } catch (NullPointerException ex) {
360 } catch (NullPointerException ex) {
435 } catch (RuntimeException ex) {
440 throw ExceptionWithContext.withContext(ex,
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 126 } catch (IllegalArgumentException ex) {
218 } catch (Exception ex) {
219 throw ExceptionWithContext.withContext(ex,
338 } catch (NullPointerException ex) {
364 } catch (NullPointerException ex) {
439 } catch (RuntimeException ex) {
444 throw ExceptionWithContext.withContext(ex,
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java 61 } catch (SSLException ex) {
131 } catch (IllegalArgumentException ex) {
161 } catch (SSLException ex) {
170 } catch (SSLException ex) {
263 } catch (IllegalArgumentException ex) {
292 } catch (SSLException ex) {
301 } catch (SSLException ex) {
  /external/chromium_org/chrome/browser/extensions/
installed_loader.cc 493 for (ExtensionSet::const_iterator ex = disabled_extensions.begin();
494 ex != disabled_extensions.end();
495 ++ex) {
496 if (extension_prefs_->DidExtensionEscalatePermissions((*ex)->id())) {
499 RecordDisableReasons(extension_prefs_->GetDisableReasons((*ex)->id()));
500 if (Manifest::IsExternalLocation((*ex)->location())) {
502 if (ManifestURL::UpdatesFromGallery(ex->get())) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 116 } catch (IllegalArgumentException ex) {
208 } catch (Exception ex) {
209 throw ExceptionWithContext.withContext(ex,
328 } catch (NullPointerException ex) {
354 } catch (NullPointerException ex) {
429 } catch (RuntimeException ex) {
434 throw ExceptionWithContext.withContext(ex,

Completed in 1437 milliseconds

<<41424344454647484950>>