HomeSort by relevance Sort by last modified time
    Searched defs:ex (Results 151 - 175 of 281) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 17 package com.android.ex.chips;
19 import com.android.ex.chips.BaseRecipientAdapter.EmailQuery;
RecipientEntry.java 17 package com.android.ex.chips;
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeedNative.java 17 package com.android.ex.variablespeed;
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 144 catch (InvocationTargetException ex) {
145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting);
147 catch (Exception ex) {
148 throw new DOMTestIncompatibleException(ex, setting);
188 catch (Exception ex) {
232 catch (Exception ex) {
288 catch (InvocationTargetException ex) {
289 throw new DOMTestIncompatibleException(ex.getTargetException(), null);
291 catch (Exception ex) {
292 throw new DOMTestIncompatibleException(ex, null)
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 201 } catch (Exception ex) {
203 ex.printStackTrace();
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 214 } catch (Exception ex) {
216 ex.printStackTrace();
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 194 } catch (Exception ex) {
196 ex.printStackTrace();
  /libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java 35 } catch (NoStackTraceException ex) {
37 ex.printStackTrace(new PrintWriter(new StringWriter()));
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
PostNotification.java 241 } catch (ClassNotFoundException ex) {
243 } catch (IllegalAccessException ex) {
244 throw new IllegalAccessError(ex.getMessage());
245 } catch (InstantiationException ex) {
246 throw new InstantiationError(ex.getMessage());
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 83 } catch (IOException ex) {
84 ex.printStackTrace();
160 } catch (IOException ex) {
161 ex.printStackTrace();
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 278 } catch (URISyntaxException ex) {
280 request.getRequestLine().getUri(), ex);
371 } catch (TunnelRefusedException ex) {
373 this.log.debug(ex.getMessage());
375 response = ex.getResponse();
431 } catch (IOException ex) {
434 if (retryHandler.retryRequest(ex, execCount, context)) {
436 this.log.info("I/O exception ("+ ex.getClass().getName() +
438 + ex.getMessage());
441 this.log.debug(ex.getMessage(), ex) local
1034 this.log.debug(ex.getMessage(), ex); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 263 } catch (java.text.ParseException ex) {
299 } catch (ParseException ex) {
300 throw new TransactionUnavailableException(ex.getMessage(), ex); local
350 } catch (SipException ex) {
352 "Cannot resolve next hop -- transaction unavailable", ex);
428 } catch (IOException ex) {
432 ex);
434 } catch (java.text.ParseException ex) {
435 InternalErrorHandler.handleException(ex);
462 throw new TransactionUnavailableException(ex.getMessage(), ex); local
    [all...]
SipStackImpl.java 546 } catch (java.net.UnknownHostException ex) {
576 } catch (Exception ex) {
581 ex);
605 } catch (Exception ex) {
610 ex);
644 } catch (Exception ex) {
646 (Exception) ex.getCause());
648 ex);
1118 throw new InvalidArgumentException(ex.getMessage(), ex); local
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 751 RuntimeException ex = new RuntimeException(); local
752 ex.fillInStackTrace();
753 mRefStacks.put(this.hashCode(), ex); local
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 197 } catch (Throwable ex) { //sometimes the socket code throws unchecked exceptions
198 errorMsg = ex.getMessage();
200 Log.w(Constants.TAG, msg, ex);
349 } catch (FileNotFoundException ex) {
350 Log.w(Constants.TAG, "file " + state.mFilename + " not found: " + ex);
351 } catch (SyncFailedException ex) {
352 Log.w(Constants.TAG, "file " + state.mFilename + " sync failed: " + ex);
353 } catch (IOException ex) {
354 Log.w(Constants.TAG, "IOException trying to sync " + state.mFilename + ": " + ex);
355 } catch (RuntimeException ex) {
516 "while reading response: " + ex.toString(), ex); local
532 "while getting entity: " + ex.toString(), ex); local
802 "while trying to execute request: " + ex.toString(), ex); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
MethodTest.java 180 Class[] ex = mth.getExceptionTypes(); local
182 1, ex.length);
183 assertTrue("Returned incorrect exception type", ex[0]
186 ex = mth.getExceptionTypes();
188 0, ex.length);
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CoderResultTest.java 62 } catch (BufferOverflowException ex) {
68 } catch (UnsupportedOperationException ex) {
82 } catch (BufferUnderflowException ex) {
88 } catch (UnsupportedOperationException ex) {
156 } catch (UnsupportedOperationException ex) {
162 } catch (UnsupportedOperationException ex) {
186 } catch (IllegalArgumentException ex) {
192 } catch (IllegalArgumentException ex) {
211 } catch (IllegalArgumentException ex) {
217 } catch (IllegalArgumentException ex) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 396 Expression ex = matchPat.getStepPattern(); local
398 if (ex instanceof NodeTest)
400 return ((NodeTest) ex).getDefaultScore();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 350 } catch( Exception ex ) {
351 ex.printStackTrace();
  /external/icu4c/test/intltest/
uts46test.cpp 190 static const char eX[]={ 0x65, 0x58, 0x61, 0x6d, 0x70, 0x4c, 0x65, 0x2e, 0x63, 0x4f, 0x6d, 0 };
192 static const char ex[]={ 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d }; local
193 trans->nameToUnicodeUTF8(eX, sink, info, errorCode);
195 0!=memcmp(ex, buffer, 11) || !sink.calledFlush
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 208 } catch (Exception ex) {
271 } catch (Exception ex) {
299 } catch (ParseException ex) {
359 } catch (ParseException ex) {
360 throw createParseException(ex.getMessage());
  /external/proguard/src/proguard/
ConfigurationParser.java     [all...]
  /external/valgrind/main/coregrind/
m_libcprint.c 297 UInt ex; local
299 case 1: ex = 10; break;
300 case 2: ex = 100; break;
301 case 3: ex = 1000; break;
304 p2 = ((100*n*ex) / m) % ex;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccProvider.java 298 } catch (RemoteException ex) {
300 } catch (SecurityException ex) {
301 if (DBG) log(ex.toString());
339 } catch (RemoteException ex) {
341 } catch (SecurityException ex) {
342 if (DBG) log(ex.toString());
363 } catch (RemoteException ex) {
365 } catch (SecurityException ex) {
366 if (DBG) log(ex.toString());
387 } catch (RemoteException ex) {
    [all...]
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfileActivity.java 157 } catch (IOException ex) {
158 ex.printStackTrace();

Completed in 34 milliseconds

1 2 3 4 5 67 8 91011>>