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

<<31323334353637383940>>

  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 185 } catch (InterruptedException ex) {
215 } catch (IOException ex) {
256 } catch (InterruptedException ex) {
289 } catch (IOException ex) {
291 sipStack.getStackLogger().logException(ex);
334 } catch (IOException ex) {
  /external/openssl/crypto/asn1/
t_req.c 232 X509_EXTENSION *ex; local
234 ex=sk_X509_EXTENSION_value(exts, i);
236 obj=X509_EXTENSION_get_object(ex);
238 j=X509_EXTENSION_get_critical(ex);
241 if(!X509V3_EXT_print(bp, ex, cflag, 16))
244 M_ASN1_OCTET_STRING_print(bp,ex->value);
  /external/openssl/crypto/x509v3/
v3_prn.c 180 X509_EXTENSION *ex; local
181 ex=sk_X509_EXTENSION_value(exts, i);
183 obj=X509_EXTENSION_get_object(ex);
185 j=X509_EXTENSION_get_critical(ex);
188 if(!X509V3_EXT_print(bp, ex, flag, indent + 4))
191 M_ASN1_OCTET_STRING_print(bp,ex->value);
  /frameworks/base/core/java/android/service/carrier/
CarrierMessagingService.java 103 } catch (RemoteException ex) {
121 } catch (RemoteException ex) {
140 } catch (RemoteException ex) {
159 } catch (RemoteException ex) {
177 } catch (RemoteException ex) {
196 } catch (RemoteException ex) {
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 138 } catch (IOException ex) {
139 Log.e(TAG, "Failed to write wav header to output file descriptor", ex);
179 } catch (IOException ex) {
180 Log.e(TAG, "Failed to write to output file descriptor", ex);
239 } catch (IOException ex) {
240 Log.e(TAG, "Failed to write to output file descriptor", ex);
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 128 } catch (IOException ex) {
129 Log.e(TAG, "mMediaPlayercreate failed:", ex);
131 } catch (IllegalArgumentException ex) {
132 Log.e(TAG, "mMediaPlayercreate failed:", ex);
134 } catch (SecurityException ex) {
135 Log.e(TAG, "mMediaPlayercreate failed:", ex);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 89 catch (MalformedURLException ex) {
90 // throw new DOMTestLoadException(ex);
120 catch (MalformedURLException ex) {
121 throw new DOMTestLoadException(ex);
172 catch (NoSuchMethodException ex) {
180 catch (Exception ex) {
181 throw new DOMTestLoadException(ex);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramPacketTest.java 214 } catch (IllegalArgumentException ex) {
222 } catch (IllegalArgumentException ex) {
255 } catch (IllegalArgumentException ex) {
263 } catch (IllegalArgumentException ex) {
314 } catch (IllegalArgumentException ex) {
323 } catch (IllegalArgumentException ex) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 43 } catch (NoSuchFieldException ex) {
44 throw new RuntimeException(ex);
45 } catch (IllegalAccessException ex) {
46 throw new RuntimeException(ex);
278 } catch (InterruptedException ex) {
279 throw new RuntimeException("shouldn't happen", ex);
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 143 } catch (Throwable ex) {
144 thrownExceptions.add(ex);
229 } catch (Exception ex) {
230 ex.printStackTrace();
260 } catch (Exception ex) {
261 ex.printStackTrace();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapRemoveNamedItemNS.java 181 // } catch (DOMException ex) {
182 // switch (ex.code) {
188 // throw ex;
196 // } catch (DOMException ex) {
197 // switch (ex.code) {
203 // throw ex;
223 } catch (DOMException ex) {
224 success = (ex.code == DOMException.NOT_FOUND_ERR);
245 } catch (DOMException ex) {
246 success = (ex.code == DOMException.NOT_FOUND_ERR)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/debug/
DebugCameraProxy.java 24 import com.android.ex.camera2.portability.CameraAgent;
25 import com.android.ex.camera2.portability.CameraCapabilities;
26 import com.android.ex.camera2.portability.CameraDeviceInfo;
27 import com.android.ex.camera2.portability.CameraSettings;
28 import com.android.ex.camera2.portability.CameraStateHolder;
29 import com.android.ex.camera2.portability.DispatchThread;
32 * A {@link com.android.ex.camera2.portability.CameraAgent.CameraProxy} which wraps the
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 134 public static int getReasonFromException (MessagingException ex) {
135 final int exceptionCode = ex.getExceptionType();
146 public static String getErrorString(Context context, MessagingException ex) {
148 String message = ex.getMessage();
152 switch (ex.getExceptionType()) {
181 String[] unsupportedPolicies = (String[]) ex.getExceptionData();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 83 } catch (PackageManager.NameNotFoundException ex) {
150 } catch (Resources.NotFoundException ex) {
164 } catch (IOException ex) {
165 Log.e(TAG, "Error closing icon stream for " + uri, ex);
194 } catch (NameNotFoundException ex) {
195 throw new FileNotFoundException("Failed to get resources: " + ex);
  /bionic/libc/dns/net/
getaddrinfo.c 168 #define WILD_AF(ex) ((ex)->e_wild & 0x01)
169 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02)
170 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04)
601 const struct explore *ex; local
646 for (ex = explore; ex->e_af >= 0; ex++)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
commons-logging-1.1.1.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 397 } catch (RuntimeException ex) {
399 + connection, ex);
529 } catch (RuntimeException ex) {
531 + "of the merciful GC: " + connection, ex);
545 } catch (RuntimeException ex) {
547 + mAvailablePrimaryConnection, ex);
558 } catch (RuntimeException ex) {
560 + connection, ex);
680 final RuntimeException ex = waiter.mException; local
681 if (connection != null || ex != null)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 110 } catch (ClassNotFoundException ex) {
197 } catch (Exception ex) {
198 Log.e(TAG, "Fail to check filter", ex);
286 } catch (Exception ex) {
287 throw new RuntimeException(ex);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 

Completed in 857 milliseconds

<<31323334353637383940>>