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

<<51525354555657585960>>

  /frameworks/base/core/java/android/service/dreams/
DreamService.java 616 } catch (RemoteException ex) {
638 } catch (RemoteException ex) {
830 } catch (RemoteException ex) {
870 } catch (RemoteException ex) {
936 } catch (RemoteException ex) {
    [all...]
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 341 MethodCall* ex = new MethodCall(stubClass->transact_reply, local
343 c->statements->Add(ex);
352 MethodCall* ex = new MethodCall(stubClass->transact_reply, local
354 c->statements->Add(ex);
463 MethodCall* ex = new MethodCall(_reply, "readException", 0); local
464 tryStatement->statements->Add(ex);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 531 } catch (Resources.NotFoundException ex) {
545 } catch (IOException ex) {
546 Log.e(LOG_TAG, "Error closing icon stream for " + uri, ex);
627 } catch (NameNotFoundException ex) {
628 Log.w(LOG_TAG, ex.toString());
682 } catch (NameNotFoundException ex) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProvider.java 166 } catch (SecurityException ex) {
168 Log.d(TAG, this + ": Bind failed", ex);
416 } catch (RemoteException ex) {
583 } catch (DeadObjectException ex) {
585 } catch (RemoteException ex) {
587 Log.e(TAG, "Could not send message to service.", ex);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 742 } catch (StringIndexOutOfBoundsException ex) {
743 String msg = ex.getMessage();
749 } catch (StringIndexOutOfBoundsException ex) {
750 String msg = ex.getMessage();
756 } catch (StringIndexOutOfBoundsException ex) {
757 String msg = ex.getMessage();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 507 } catch (CameraAccessException ex) {
508 Log.e(TAG, "Could not set up capture session", ex);
548 } catch (CameraAccessException ex) {
549 Log.e(TAG, "Could not access camera setting up preview.", ex);
573 } catch (CameraAccessException ex) {
574 Log.e(TAG, "Could not execute preview request.", ex);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 154 catch (Exception ex) {
342 } catch (NumberFormatException ex) {
498 } catch (Exception ex) {
499 Log.e(TAG, "insert: query contact uri " + uri + " caught ", ex);
585 } catch (Exception ex) {
687 } catch (Exception ex) {
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 147 except OSError, ex:
148 if verbose: print ex # Persist with cleaning up
153 except OSError, ex:
154 if verbose: print ex # Persist with cleaning up
158 except OSError, ex:
159 if verbose: print ex # Persist with cleaning up
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 147 except OSError, ex:
148 if verbose: print ex # Persist with cleaning up
153 except OSError, ex:
154 if verbose: print ex # Persist with cleaning up
158 except OSError, ex:
159 if verbose: print ex # Persist with cleaning up
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 334 } catch (IndexOutOfBoundsException ex) {
337 } catch (NullPointerException ex) {
428 } catch (NullPointerException ex) {
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 351 } catch (SimException ex) {
352 ex.addContext("...while working on method " +
354 throw ex;
743 } catch (SimException ex) {
744 ex.addContext("...while working on block " + Hex.u2(offset));
745 throw ex;
862 } catch (SimException ex) {
863 ex.addContext("...while merging to block " + Hex.u2(succ));
864 throw ex;
921 } catch (SimException ex) {
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 305 } catch (IndexOutOfBoundsException ex) {
308 } catch (NullPointerException ex) {
385 } catch (NullPointerException ex) {
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_att.c 85 X509_ATTRIBUTE *ex; local
94 ex=sk_X509_ATTRIBUTE_value(sk,lastpos);
95 if (OBJ_cmp(ex->object,obj) == 0)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 53 GLfloat ex = v[0]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0]; local
57 GLfloat cc = ex*fy - ey*fx;
146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 306 } catch (IndexOutOfBoundsException ex) {
309 } catch (NullPointerException ex) {
386 } catch (NullPointerException ex) {
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 53 GLfloat ex = v[0]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0]; local
57 GLfloat cc = ex*fy - ey*fx;
146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 179 } catch (RuntimeException ex) {
180 throw ex;
181 } catch (Error ex) {
182 throw ex;
183 } catch (Exception ex) {
184 throw new CodeGenerationException(ex);
725 } catch (RuntimeException ex) {
726 throw ex;
727 } catch (Error ex) {
728 throw ex;
    [all...]
  /external/openssl/crypto/x509/
x509.h 763 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1051 X509_EXTENSION *ex, int loc); variable
    [all...]
x509_att.c 87 X509_ATTRIBUTE *ex; local
96 ex=sk_X509_ATTRIBUTE_value(sk,lastpos);
97 if (OBJ_cmp(ex->object,obj) == 0)
  /external/openssl/include/openssl/
x509.h 763 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1051 X509_EXTENSION *ex, int loc); variable
    [all...]
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 122 MPI_Aint lb, ub, ex; local
151 r = MPI_Type_extent( *tyP, &ex );
153 printf("sendToMyself: ex=%d (%d,%d)\n", (int)ex, (int)lb, (int)ub);
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 185 } catch (RemoteException ex) {
196 } catch (RemoteException ex) {
441 } catch (RemoteException ex) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 39 import com.android.ex.camera2.blocking.BlockingCameraManager;
40 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
41 import com.android.ex.camera2.blocking.BlockingSessionCallback;

Completed in 772 milliseconds

<<51525354555657585960>>