Searched refs:ex (Results 76 - 100 of 813) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dgoto.cpp34 } catch (int ex) {
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DExceptionWithContext.java36 * @param ex {@code non-null;} the exception to augment
40 public static ExceptionWithContext withContext(Throwable ex, String str) { argument
43 if (ex instanceof ExceptionWithContext) {
44 ewc = (ExceptionWithContext) ex;
46 ewc = new ExceptionWithContext(ex);
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
H A Dput1.pass.cpp51 std::string ex(str, iter.base());
52 assert(ex == "Today is Saturday which is abreviated Sat.");
58 std::string ex(str, iter.base());
59 assert(ex == "The number of the month is 05.");
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAcceptEncodingParser.java119 } catch (NumberFormatException ex) {
120 throw createParseException(ex.getMessage());
121 } catch (InvalidArgumentException ex) {
122 throw createParseException(ex.getMessage());
H A DAcceptLanguageParser.java113 } catch (NumberFormatException ex) {
114 throw createParseException(ex.getMessage());
115 } catch (InvalidArgumentException ex) {
116 throw createParseException(ex.getMessage());
H A DParseExceptionListener.java53 * @param ex - parse exception being processed.
59 ParseException ex,
58 handleException( ParseException ex, SIPMessage sipMessage, Class headerClass, String headerText, String messageText) argument
H A DPipeline.java73 } catch (IOException ex) {
74 InternalErrorHandler.handleException(ex);
187 } catch (InterruptedException ex) {
188 throw new IOException(ex.getMessage());
189 } catch (NoSuchElementException ex) {
190 ex.printStackTrace();
191 throw new IOException(ex.getMessage());
H A DPipelinedMsgParser.java240 } catch (IOException ex) {
241 Debug.printStackTrace(ex);
259 } catch (IOException ex) {
261 Debug.printStackTrace(ex);
283 } catch (ParseException ex) {
285 Debug.logError("Detected a parse error", ex);
328 } catch (IOException ex) {
329 Debug.logError("Exception Reading Content",ex);
343 } catch (Exception ex) {
362 } catch (IOException ex) {
[all...]
/external/proguard/src/proguard/ant/
H A DConfigurationElement.java109 catch (ParseException ex)
111 throw new BuildException(ex.getMessage());
119 catch (IOException ex)
121 throw new BuildException(ex.getMessage());
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Ddump.java58 } catch (IOException ex) {
60 ex.printStackTrace(System.err);
65 } catch (IOException ex) {
67 ex.printStackTrace(System.err);
/external/proguard/src/proguard/io/
H A DDataEntryCopier.java80 catch (IOException ex)
82 System.err.println("Warning: can't write resource [" + dataEntry.getName() + "] (" + ex.getMessage() + ")");
84 catch (Exception ex)
86 throw (IOException)new IOException("Can't write resource ["+dataEntry.getName()+"] ("+ex.getMessage()+")").initCause(ex);
251 catch (Exception ex)
253 ex.printStackTrace();
/external/chromium-trace/trace-viewer/src/ui/
H A Dfilter_control.css16 right: 0.5ex;
19 width: 30ex;
34 width: 30ex;
/external/smack/src/org/apache/harmony/javax/security/auth/login/
H A DLoginContext.java205 } catch (PrivilegedActionException ex) {
206 Throwable cause = ex.getCause();
242 } catch (PrivilegedActionException ex) {
243 throw (LoginException) ex.getException();
279 } catch (Throwable ex) {
281 firstProblem = ex;
343 } catch (Throwable ex) {
345 firstProblem = ex;
378 } catch ( /*LoginException*/Throwable ex) {
380 firstProblem = ex;
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3exception.h207 void (*print) (struct ANTLR3_EXCEPTION_struct * ex);
208 void (*freeEx) (struct ANTLR3_EXCEPTION_struct * ex);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DExceptionDebuggee.java45 DebuggeeException ex = new DebuggeeException("dummy exception");
60 logWriter.println("DUMP{" + ex + "}");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DExceptionDebuggee.java47 DebuggeeException ex = new DebuggeeException("dummy exception");
64 logWriter.println("DUMP{" + ex + "}");
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRedirectHandler.java120 } catch (URISyntaxException ex) {
121 throw new ProtocolException("Invalid redirect URI: " + location, ex);
147 } catch (URISyntaxException ex) {
148 throw new ProtocolException(ex.getMessage(), ex);
170 } catch (URISyntaxException ex) {
171 throw new ProtocolException(ex.getMessage(), ex);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DIteratorPool.java96 catch (Exception ex)
98 throw new WrappedRuntimeException(ex);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
H A DJcaJceUtils.java32 catch (Exception ex)
48 catch (Exception ex)
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DTranslatorManager.java118 } catch (RemoteException ex) {
119 Log.e(LOG_TAG, "Error in getTranslator", ex);
168 } catch (RemoteException ex) {
171 Log.e(LOG_TAG, "Error when setting callback", ex);
197 } catch (RemoteException ex) {
198 Log.e(LOG_TAG, "Error in translate", ex);
210 } catch (RemoteException ex) {
211 Log.e(LOG_TAG, "Error in backTranslate", ex);
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dcontperf.sh6 set -ex
H A Dspan16perf.sh6 set -ex
H A Dspan8perf.sh6 set -ex
/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp69 const float ex = computeFloatingPointError(x, bits.x()); local
75 if (ay+ey < ax-ex && az+ez < ax-ex)
77 if (x >= ex) faces[numFaces++] = CUBEFACE_POSITIVE_X;
78 if (x <= ex) faces[numFaces++] = CUBEFACE_NEGATIVE_X;
80 else if (ax+ex < ay-ey && az+ez < ay-ey)
85 else if (ax+ex < az-ez && ay+ey < az-ez)
93 if (ax > ex)
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.sh6 set -ex

Completed in 592 milliseconds

1234567891011>>