HomeSort by relevance Sort by last modified time
    Searched refs:reinitialize (Results 1 - 25 of 28) sorted by null

1 2

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsBashforthIntegrator.java 207 interpolator.reinitialize(y, forward);
217 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck);
271 interpolator.reinitialize(stepEnd, stepSize, predictedScaled, nordsieckTmp);
278 interpolator.reinitialize(stepEnd, stepSize, scaled, nordsieck);
289 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck);
RungeKuttaStepInterpolator.java 48 * {@link #reinitialize} method should be called before using the
103 /** Reinitialize the instance
124 public void reinitialize(final AbstractIntegrator rkIntegrator, method in class:RungeKuttaStepInterpolator
126 reinitialize(y, forward); method
AdamsMoultonIntegrator.java 227 interpolator.reinitialize(y, forward);
237 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck);
290 interpolator.reinitialize(stepEnd, stepSize, correctedScaled, nordsieckTmp);
307 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck);
DormandPrince54StepInterpolator.java 94 * {@link #reinitialize} method should be called before using the
148 public void reinitialize(final AbstractIntegrator integrator, method in class:DormandPrince54StepInterpolator
150 super.reinitialize(integrator, y, yDotK, forward);
RungeKuttaIntegrator.java 121 rki.reinitialize(this, yTmp, yDotK, forward);
DormandPrince853StepInterpolator.java 223 * {@link #reinitialize} method should be called before using the
283 public void reinitialize(final AbstractIntegrator integrator, method in class:DormandPrince853StepInterpolator
286 super.reinitialize(integrator, y, yDotK, forward);
EmbeddedRungeKuttaIntegrator.java 215 rki.reinitialize(this, yTmp, yDotK, forward);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
NordsieckStepInterpolator.java 68 * {@link AbstractStepInterpolator#reinitialize} method should be called
102 /** Reinitialize the instance.
110 public void reinitialize(final double[] y, final boolean forward) { method in class:NordsieckStepInterpolator
111 super.reinitialize(y, forward);
115 /** Reinitialize the instance.
125 public void reinitialize(final double time, final double stepSize, method in class:NordsieckStepInterpolator
AbstractStepInterpolator.java 85 * {@link #reinitialize} method should be called before using the
175 /** Reinitialize the instance
180 protected void reinitialize(final double[] y, final boolean isForward) { method in class:AbstractStepInterpolator
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 295 builder.reinitialize();
360 private void reinitialize() { method in class:UnknownFieldSet.Builder
368 reinitialize(); method
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveActionTest.java 333 a.reinitialize();
434 a.reinitialize();
814 f.reinitialize();
837 f.reinitialize();
    [all...]
RecursiveTaskTest.java 626 f.reinitialize();
651 f.reinitialize();
    [all...]
ForkJoinTaskTest.java 302 public void reinitialize() {
304 super.reinitialize();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 160 public static RecentsConfiguration reinitialize(Context context, SystemServicesProxy ssp) { method in class:RecentsConfiguration
Recents.java 510 mConfig = RecentsConfiguration.reinitialize(mContext, mSystemServicesProxy);
744 RecentsConfiguration.reinitialize(mContext, mSystemServicesProxy);
    [all...]
RecentsActivity.java 350 mConfig = RecentsConfiguration.reinitialize(this, ssp);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 1107 public void reinitialize() { method in class:ForkJoinTask
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /external/openssh/contrib/redhat/
openssh.spec 586 when to reinitialize them
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 1242 milliseconds

1 2