HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 351 - 375 of 4566) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 207 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/MultiSession/
ExceptionDebuggee.java 47 DebuggeeException ex = new DebuggeeException("dummy exception"); local
64 logWriter.println("DUMP{" + ex + "}");
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 120 } catch (URISyntaxException ex) {
121 throw new ProtocolException("Invalid redirect URI: " + location, ex);
147 } catch (URISyntaxException ex) {
148 throw new ProtocolException(ex.getMessage(), ex); local
170 } catch (URISyntaxException ex) {
171 throw new ProtocolException(ex.getMessage(), ex); local
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java 96 catch (Exception ex)
98 throw new WrappedRuntimeException(ex);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
AlgorithmParametersUtils.java 40 catch (Exception ex)
63 catch (Exception ex)
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 69 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/elfutils/tests/
run-backtrace-data.sh 25 (set +ex; testrun ${abs_builddir}/backtrace-data 1>data.bt 2>data.err; true)
run-backtrace-dwarf.sh 27 (set +ex; testrun ${abs_builddir}/backtrace-dwarf 1>dwarf.bt 2>dwarf.err; true)