Searched refs:ex (Results 201 - 225 of 813) sorted by relevance

1234567891011>>

/external/chromium_org/tools/grit/grit/node/
H A Dbase_unittest.py76 ex = message.ExNode()
77 ex.StartParsing(u'ex', None)
78 ex.AppendContent(u'Joi')
79 ex.EndParsing()
80 ph.AddChild(ex)
88 u'&lt;young&gt; <ph name="USERNAME">$1<ex>Joi</ex></ph>'
93 u'&lt;young&gt; <ph name="USERNAME">$1<ex>Joi</ex></p
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java283 } catch (URISyntaxException ex) {
285 request.getRequestLine().getUri(), ex);
376 } catch (TunnelRefusedException ex) {
378 this.log.debug(ex.getMessage());
380 response = ex.getResponse();
436 } catch (IOException ex) {
439 if (retryHandler.retryRequest(ex, execCount, context)) {
441 this.log.info("I/O exception ("+ ex.getClass().getName() +
443 + ex.getMessage());
446 this.log.debug(ex
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogFilter.java124 } catch (Exception ex) {
125 sipStack.getStackLogger().logError("Problem sending error response", ex);
154 } catch (Exception ex) {
155 sipStack.getStackLogger().logError("Problem sending error response", ex);
185 } catch (Exception ex) {
186 sipStack.getStackLogger().logError("Problem sending error response", ex);
212 } catch (Exception ex) {
213 sipStack.getStackLogger().logError("Problem sending error response", ex);
247 } catch (Exception ex) {
248 sipStack.getStackLogger().logError("Problem sending response", ex);
[all...]
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java544 } catch( Exception ex ) {
552 + ": [" + ex.getMessage().trim()
772 } catch(SecurityException ex) {
776 + "' due to security restrictions - " + ex.getMessage());
778 throw ex;
1014 LogConfigurationException ex = (LogConfigurationException) result;
1018 + ex.getMessage());
1020 throw ex;
1106 } catch (ClassNotFoundException ex) {
1114 throw ex;
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java317 } catch (URISyntaxException ex) {
319 request.getRequestLine().getUri(), ex);
401 } catch (TunnelRefusedException ex) {
403 this.log.debug(ex.getMessage());
405 response = ex.getResponse();
465 } catch (IOException ex) {
468 if (retryHandler.retryRequest(ex, wrapper.getExecCount(), context)) {
470 this.log.info("I/O exception ("+ ex.getClass().getName() +
472 + ex.getMessage());
475 this.log.debug(ex
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport12.java52 } catch (SecurityException ex) { }
65 } catch (SecurityException ex) {}
78 } catch (SecurityException ex) {}
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport12.java52 } catch (SecurityException ex) { }
65 } catch (SecurityException ex) {}
78 } catch (SecurityException ex) {}
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport12.java52 } catch (SecurityException ex) { }
65 } catch (SecurityException ex) {}
78 } catch (SecurityException ex) {}
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport12.java49 } catch (SecurityException ex) { }
62 } catch (SecurityException ex) {}
75 } catch (SecurityException ex) {}
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSecuritySupport12.java52 } catch (SecurityException ex) { }
65 } catch (SecurityException ex) {}
78 } catch (SecurityException ex) {}
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSystemProperty.java148 catch (Exception ex)
180 catch (Exception ex)
182 // ex.printStackTrace();
183 throw new org.apache.xml.utils.WrappedRuntimeException(ex);
H A DSecuritySupport12.java52 } catch (SecurityException ex) { }
65 } catch (SecurityException ex) {}
78 } catch (SecurityException ex) {}
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewClient.java160 } catch (URISyntaxException ex) {
161 Log.w(TAG, "Bad URI " + intentUrl + ": " + ex.getMessage());
167 } catch (ActivityNotFoundException ex) {
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DFixedSizeList.java39 } catch (NegativeArraySizeException ex) {
184 } catch (ArrayIndexOutOfBoundsException ex) {
217 } catch (ArrayIndexOutOfBoundsException ex) {
/external/oauth/core/src/main/java/net/oauth/client/
H A DURLConnectionClient.java95 final ExcerptInputStream ex = new ExcerptInputStream(body);
97 for (int n; 0 < (n = ex.read(b));) {
100 excerpt = ex.getExcerpt();
/external/proguard/src/proguard/obfuscate/
H A DMappingReader.java84 catch (IOException ex)
86 throw new IOException("Can't process mapping file (" + ex.getMessage() + ")");
94 catch (IOException ex)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedOdexFile.java78 } catch (UnsupportedEncodingException ex) {
79 throw new RuntimeException(ex);
94 } catch (EOFException ex) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DExceptionWithLocationDebuggee.java52 DebuggeeException ex = new DebuggeeException("dummy exception");
/external/apache-http/src/org/apache/http/client/protocol/
H A DResponseProcessCookies.java137 } catch (MalformedCookieException ex) {
141 + cookieToString(cookie) + "\". " + ex.getMessage());
146 } catch (MalformedCookieException ex) {
149 + header + "\". " + ex.getMessage());
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHelpActivity.java86 } catch (RemoteException ex) {
87 Log.e("help", "Unexpected error sending feedback: ", ex);
123 } catch (PackageManager.NameNotFoundException ex) {
124 throw new RuntimeException("Unable to get version: " + ex);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp28 int ex = e & 0x03; local
33 if (state.fD && (ex - dx) * (fy - dy)
44 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
54 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp29 int ex = e & 0x03; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
47 path.lineTo(SkIntToScalar(ex), SkIntToScalar(ey));
57 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java144 } catch (Exception ex) {
145 throw new SignatureException(ex);
181 } catch (Exception ex) {
182 throw new SignatureException(ex);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoItem.java76 } catch (RuntimeException ex) {
77 throw ExceptionWithContext.withContext(ex,
148 } catch (RuntimeException ex) {
152 throw ex;
/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java284 } catch (ParseException ex) {
324 } catch (ParseException ex) {
367 } catch (ParseException ex) {
384 } catch (ParseException ex) {
425 } catch (ParseException ex) {
476 } catch (ParseException ex) {
516 } catch (ParseException ex) {
594 } catch (ParseException ex) {
618 } catch (ParseException ex) {
640 } catch (ParseException ex) {
[all...]

Completed in 932 milliseconds

1234567891011>>