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

1 2 3

  /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/libevent/
ratelim-internal.h 78 * 'current_tick'. If 'reinitialize' is true, we are changing the
85 int reinitialize);
bufferevent_ratelim.c 53 int reinitialize)
55 if (reinitialize) {
  /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/core/src/main/java/com/google/protobuf/
UnknownFieldSet.java 305 builder.reinitialize();
373 private void reinitialize() { method in class:UnknownFieldSet.Builder
382 reinitialize(); method
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java 388 reinitialize(); method
582 reinitialize(); method
792 reinitialize(); method
880 reinitialize(); method
1092 reinitialize(); method
1679 private void reinitialize() { method in class:CallAudioRouteStateMachine
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 98 void flushAndResetMetrics(bool reinitialize);
StagefrightRecorder.cpp 191 void StagefrightRecorder::flushAndResetMetrics(bool reinitialize) {
203 if (reinitialize) {
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveActionTest.java 331 a.reinitialize();
432 a.reinitialize();
812 f.reinitialize();
835 f.reinitialize();
    [all...]
ForkJoinPool8Test.java 342 a.reinitialize();
625 f.reinitialize();
648 f.reinitialize();
    [all...]
ForkJoinTask8Test.java 298 public void reinitialize() {
300 super.reinitialize();
    [all...]
RecursiveTaskTest.java 626 f.reinitialize();
651 f.reinitialize();
    [all...]
ForkJoinTaskTest.java 310 public void reinitialize() {
312 super.reinitialize();
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 135 - VirtioNetReset: reinitialize the virtio NIC without shutting it down (a loop
  /libcore/ojluni/src/main/java/java/util/
LinkedHashMap.java 274 void reinitialize() { method in class:LinkedHashMap
275 super.reinitialize();
HashMap.java 1377 reinitialize(); method
1767 void reinitialize() { method in class:HashMap
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
example_test.go 19 // current compressor or decompressor state and reinitialize them quickly
  /prebuilts/go/linux-x86/src/compress/flate/
example_test.go 19 // current compressor or decompressor state and reinitialize them quickly

Completed in 493 milliseconds

1 2 3