HomeSort by relevance Sort by last modified time
    Searched refs:isForward (Results 1 - 18 of 18) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
StepInterpolator.java 119 boolean isForward();
AbstractStepInterpolator.java 178 * @param isForward integration direction indicator
180 protected void reinitialize(final double[] y, final boolean isForward) {
194 this.forward = isForward;
320 public boolean isForward() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
StepInterpolatorWithJacobians.java 175 boolean isForward();
FirstOrderIntegratorWithJacobians.java 643 public boolean isForward() {
644 return interpolator.isForward();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 348 boolean isForward = false;
352 isForward = !isForward;
355 if (isForward) {
369 if (isForward) colorIdx--;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastFourierTransformer.java 386 f[i+1] = roots.isForward() ? e2 : e1;
387 f[i+3] = roots.isForward() ? e1 : e2;
791 private boolean isForward;
802 isForward = true;
811 public synchronized boolean isForward() throws IllegalStateException {
816 return isForward;
836 isForward = n > 0;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
CombinedEventsManager.java 154 if (interpolator.isForward()) {
EventState.java 169 final double ignoreZone = interpolator.isForward() ? getConvergence() : -getConvergence();
203 forward = interpolator.isForward();
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOutboxSync.java 101 cmd = mSmartSendInfo.isForward() ? "SmartForward" : "SmartReply";
263 } else if (smartSendInfo.isForward()) {
291 sb.append(isForward() ? "SmartForward" : "SmartReply");
299 public boolean isForward() {
  /frameworks/base/core/java/android/app/
IApplicationThread.java 57 void scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs)
65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException;
ApplicationThreadNative.java 123 boolean isForward = data.readInt() != 0;
125 scheduleResumeActivity(b, procState, isForward, resumeArgs);
160 boolean isForward = data.readInt() != 0;
165 notResumed, isForward, profilerInfo);
766 public final void scheduleResumeActivity(IBinder token, int procState, boolean isForward,
773 data.writeInt(isForward ? 1 : 0);
796 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException {
819 data.writeInt(isForward ? 1 : 0);
    [all...]
ActivityThread.java 312 boolean isForward;
615 boolean isForward, Bundle resumeArgs) {
617 sendMessage(H.RESUME_ACTIVITY, token, isForward ? 1 : 0);
635 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) {
655 r.isForward = isForward;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ContinuousOutputModel.java 205 forward = interpolator.isForward();
AbstractIntegrator.java 254 final int orderingSign = interpolator.isForward() ? +1 : -1;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 402 boolean isForward;
428 isForward = true;
434 isForward = false;
466 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 909 milliseconds