Searched defs:isLast (Results 1 - 25 of 44) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DStepHandlerWithJacobians.java91 * @param isLast true if the step is the last one
95 void handleStep(StepInterpolatorWithJacobians interpolator, boolean isLast) throws DerivativeException; argument
H A DFirstOrderIntegratorWithJacobians.java572 public void handleStep(StepInterpolator interpolator, boolean isLast) argument
574 handler.handleStep(new StepInterpolatorWrapper(interpolator, n, k), isLast);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DDummyStepHandler.java78 * @param isLast true if the step is the last one
80 public void handleStep(final StepInterpolator interpolator, final boolean isLast) { argument
H A DFixedStepHandler.java57 * @param isLast true if the step is the last one
60 void handleStep(double t, double[] y, double[] yDot, boolean isLast) throws DerivativeException; argument
H A DStepHandler.java72 * @param isLast true if the step is the last one
76 void handleStep(StepInterpolator interpolator, boolean isLast) throws DerivativeException; argument
H A DStepNormalizer.java111 * @param isLast true if the step is the last one
115 public void handleStep(final StepInterpolator interpolator, final boolean isLast) argument
153 if (isLast) {
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDataContext.java75 * @param isLast What the local variable should return for
78 void createLocalVariableByValue(String name, String value, boolean isFirst, boolean isLast); argument
H A DDefaultDataContext.java103 public void createLocalVariableByValue(String name, String value, boolean isFirst, boolean isLast) { argument
108 local.isLast = isLast;
141 head.isLast = true;
262 boolean isLast = true; field in class:DefaultDataContext.LocalVariable
313 return isLast;
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DContinuousOutputModel.java196 * @param isLast true if the step is the last one
200 public void handleStep(final StepInterpolator interpolator, final boolean isLast) argument
210 if (isLast) {
H A DMultistepIntegrator.java324 public void handleStep(StepInterpolator interpolator, boolean isLast) argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAbstractCursor.java139 public boolean isLast() { method in class:ShadowAbstractCursor
H A DShadowCursorWrapper.java64 public boolean isLast() { method in class:ShadowCursorWrapper
65 return wrappedCursor.isLast();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java58 public boolean isLast() { method in class:TestCursor
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
H A DBaseCursor.java61 public boolean isLast() { method in class:BaseCursor
H A DRoboCursor.java157 public boolean isLast() { method in class:RoboCursor
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCursorWrapper.java72 public boolean isLast() { method in class:ShadowCursorWrapper
73 return wrappedCursor.isLast();
/external/deqp/framework/platform/android/
H A DtcuAndroidUtil.cpp653 const bool isLast = ndx == DE_LENGTH_OF_ARRAY(s_classes)-1; local
655 if ((isLast && minClass >= densityClass) || (!isLast && minClass <= densityClass))
/external/doclava/src/com/google/doclava/
H A DStubs.java1249 boolean isLast) {
1251 + makeXMLcompliant(fullParameterTypeName(method, pi.type(), isLast)) + "\">");
2044 static String fullParameterTypeName(MethodInfo method, TypeInfo type, boolean isLast) { argument
2046 if (isLast && method.isVarArgs()) {
1248 writeParameterXML(PrintStream xmlWriter, MethodInfo method, ParameterInfo pi, boolean isLast) argument
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java562 public boolean isLast() throws SQLException { method in class:Impl_RowSet
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 530 milliseconds

12