HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 2326 - 2350 of 4445) sorted by null

<<919293949596979899100>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java 24 import org.apache.commons.math.exception.MathInternalError;
144 * @exception EventException if the event handler
192 * @exception DerivativeException if the interpolator fails to
194 * @exception EventException if the switching function
196 * @exception ConvergenceException if an event cannot be located
327 * @exception EventException if the value of the event
361 * @exception EventException if the state cannot be reseted by the event
382 /** Local exception for embedding DerivativeException. */
388 /** Embedded exception. */
392 * @param derivativeException embedded exception
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdaptiveStepsizeIntegrator.java 20 import org.apache.commons.math.exception.util.LocalizedFormats;
177 * @exception IntegratorException if some inconsistency is detected
216 * @exception DerivativeException this exception is propagated to
289 * steps generate an exception
291 * @exception IntegratorException if the step is too small and acceptSmall is false
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartUnivariateRealOptimizer.java 24 import org.apache.commons.math.exception.util.LocalizedFormats;
189 * @exception IllegalStateException if {@link #optimize(UnivariateRealFunction,
215 * @exception IllegalStateException if {@link #optimize(UnivariateRealFunction,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DirectSearchOptimizer.java 28 import org.apache.commons.math.exception.util.LocalizedFormats;
137 * @exception IllegalArgumentException if one step is null
162 * @exception IllegalArgumentException if the reference simplex does not
312 * @exception OptimizationException if the maximal number
324 * @exception FunctionEvaluationException if the function cannot be evaluated at
326 * @exception OptimizationException if the algorithm fails to converge
327 * @exception IllegalArgumentException if the start point dimension is wrong
337 * @exception FunctionEvaluationException if no value can be computed for the
339 * @exception IllegalArgumentException if the start point dimension is wrong
351 * @exception IllegalArgumentException if the start point does not matc
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
AbstractLeastSquaresOptimizer.java 25 import org.apache.commons.math.exception.util.LocalizedFormats;
175 * @exception OptimizationException if the maximal number
187 * @exception FunctionEvaluationException if the function jacobian
209 * @exception FunctionEvaluationException if the function cannot be evaluated
265 * @exception FunctionEvaluationException if the function jacobian cannot
267 * @exception OptimizationException if the covariance matrix
304 * @exception FunctionEvaluationException if the function jacobian cannot b evaluated
305 * @exception OptimizationException if the covariances matrix cannot be computed
365 * @exception FunctionEvaluationException if the objective function throws one during
367 * @exception OptimizationException if the algorithm failed to converg
    [all...]
NonLinearConjugateGradientOptimizer.java 25 import org.apache.commons.math.exception.util.LocalizedFormats;
221 * @exception FunctionEvaluationException if the function cannot be computed
222 * @exception OptimizationException if no bracket can be found
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
EmpiricalDistributionImpl.java 31 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
Frequency.java 26 import org.apache.commons.math.exception.util.LocalizedFormats;
StatUtils.java 20 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Percentile.java 23 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
NaturalRanking.java 25 import org.apache.commons.math.exception.MathInternalError;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
AbstractMultipleLinearRegression.java 20 import org.apache.commons.math.exception.util.LocalizedFormats;
SimpleRegression.java 25 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/autotest/client/common_lib/cros/
chromedriver.py 185 exception=utils.TimeoutError(timeout_msg),
  /external/autotest/client/cros/audio/
cras_utils.py 15 class CrasUtilsError(Exception):
173 logging.exception(
  /external/autotest/client/cros/
vpn_server.py 19 def __exit__(self, exception, value, traceback):
  /external/autotest/client/site_tests/login_OobeLocalization/
login_OobeLocalization.py 73 exception=error.TestFail('OOBE not ready'))
  /external/autotest/client/site_tests/p2p_ServeFiles/
p2p_ServeFiles.py 50 """Stops the simulator and logs any exception generated there."""
56 logging.error('SimulatorThread exception: %r', self._sim.error)
103 logging.exception('Failed to start tested services.')
  /external/autotest/server/cros/
sonic_client_utils.py 159 exception=SonicProxyException('Timed out trying to find a sonic '
165 class SonicProxyException(Exception):
166 """Generic exception raised when a sonic rpc fails."""
  /external/autotest/server/
subcommand.py 89 except Exception, e:
182 except Exception, e:
183 logging.exception('function failed')
  /external/autotest/site_utils/
server_manager_utils.py 23 class ServerActionError(Exception):
24 """Exception raised when action on server failed.
179 exception if not. If it's set to False, raise exception if
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathBuilderSpi.java 26 import org.bouncycastle.jce.exception.ExtCertPathBuilderException;
143 private Exception certPathException;
181 catch (Exception e)
184 throw new RuntimeException("Exception creating support classes.");
193 // exception message from possibly later tried certification
201 catch (Exception e)
213 catch (Exception e)
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 134 except Exception: # pylint: disable=broad-except
135 logging.exception('Error when determining if QPC is usable.')
  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer_test.py 46 if isinstance(self._thing, Exception):
100 devices = [ParallelizerTestObject(Exception('thing %d' % i))
103 with self.assertRaises(Exception):
116 i if i != exception_index else Exception(exception_msg),
122 with self.assertRaises(Exception) as e:
124 self.assertTrue(exception_msg in str(e.exception))
142 with self.assertRaises(Exception):
143 results = p.doRaise(Exception('reusableTest')).pGet(1)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
cpu_tracing_agent.py 99 # can be added to returned data whether p.exe throws an exception
113 logging.exception('Failed to get process data')

Completed in 1312 milliseconds

<<919293949596979899100>>