/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientAlternatesAdapter.java | 17 package com.android.ex.chips; 32 import com.android.ex.chips.Queries.Query;
|
/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()));
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
BuildsView.java | 168 Throwable ex = this.status.getException(); local 169 if (ex != null) { 171 swriter.write(ex.getMessage()); 173 ex.printStackTrace(pwriter);
|
/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 | 196 } catch (Throwable ex) { //sometimes the socket code throws unchecked exceptions 197 errorMsg = ex.getMessage(); 199 Log.w(Constants.TAG, msg, ex); 347 } catch (FileNotFoundException ex) { 348 Log.w(Constants.TAG, "file " + state.mFilename + " not found: " + ex); 349 } catch (SyncFailedException ex) { 350 Log.w(Constants.TAG, "file " + state.mFilename + " sync failed: " + ex); 351 } catch (IOException ex) { 352 Log.w(Constants.TAG, "IOException trying to sync " + state.mFilename + ": " + ex); 353 } catch (RuntimeException ex) { 514 "while reading response: " + ex.toString(), ex); local 530 "while getting entity: " + ex.toString(), ex); local 800 "while trying to execute request: " + ex.toString(), ex); local [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 271 pANTLR3_EXCEPTION ex; local 325 ex = antlr3ExceptionNew(ANTLR3_RECOGNITION_EXCEPTION, 337 ex->c = is->_LA (is, 1); /* Current input character */ 338 ex->line = ins->getLine (ins); /* Line number comes from stream */ 339 ex->charPositionInLine = ins->getCharPositionInLine (ins); /* Line offset also comes from the stream */ 340 ex->index = is->index (is); 341 ex->streamName = ins->fileName; 342 ex->message = "Unexpected character"; 347 ex->token = cts->tstream->_LT (cts->tstream, 1); /* Current input token */ 348 ex->line = ((pANTLR3_COMMON_TOKEN)(ex->token))->getLine (ex->token) 1015 pANTLR3_EXCEPTION 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/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
AwtPanel.java | 153 } catch (AWTException ex) { 154 ex.printStackTrace();
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
ObjectStore.java | 238 } catch (InterruptedException ex){ 239 ex.printStackTrace(); 285 } catch (IllegalAccessException ex){ 286 logger.log(Level.WARNING, "RMI: Error accessing method", ex); 287 } catch (IllegalArgumentException ex){ 288 logger.log(Level.WARNING, "RMI: Invalid arguments", ex); 289 } catch (InvocationTargetException ex){ 290 logger.log(Level.WARNING, "RMI: Invocation exception", ex);
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
TestMusicPlayer.java | 191 }catch (FileNotFoundException ex){ 192 ex.printStackTrace(); 197 }catch (IOException ex){ 198 ex.printStackTrace();
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
TestCanvas.java | 207 }catch (ClassNotFoundException ex){
208 ex.printStackTrace();
209 }catch (InstantiationException ex){
210 ex.printStackTrace();
211 }catch (IllegalAccessException ex){
212 ex.printStackTrace();
252 } catch (InterruptedException ex) {
|
/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());
|