HomeSort by relevance Sort by last modified time
    Searched defs:doFinalize (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
AbstractStepInterpolator.java 397 * <p>This method calls the protected <code>doFinalize</code> method
400 * doFinalize</code> method which should perform the evaluations.
401 * This wrapping prevents from calling <code>doFinalize</code> several
404 * should rather reimplement <code>doFinalize</code>.</p>
412 doFinalize();
423 protected void doFinalize()
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java 388 protected void doFinalize()
  /libcore/libart/src/main/java/java/lang/
Daemons.java 209 doFinalize(finalizingReference);
217 private void doFinalize(FinalizerReference<?> reference) {
341 // We assume that only remove() and doFinalize() may take time comparable to
351 // single doFinalize() call. Thus it's OK to time out. finalizingObject was set
352 // just before the counter increment, which preceded the doFinalize call. Thus we
353 // are guaranteed to get the correct finalizing value below, unless doFinalize()
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 506 milliseconds