Searched refs:isLast (Results 1 - 25 of 29) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
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 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 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/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/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java105 assertThat(cursor.isLast(), equalTo(true));
170 assertThat(cursor.isLast(), equalTo(true));
172 assertThat(cursor.isLast(), equalTo(false));
175 assertThat(cursor.isLast(), equalTo(true));
184 assertThat(cursor.isLast(), equalTo(true));
186 assertThat(cursor.isLast(), equalTo(false));
199 assertThat(cursor.isLast(), equalTo(true));
203 assertThat(cursor.isLast(), equalTo(true));
205 assertThat(cursor.isLast(), equalTo(false));
H A DDatabaseTestBase.java308 assertThat(cursor.isLast(), equalTo(true));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCursorWrapper.java64 public boolean isLast() { method in class:ShadowCursorWrapper
65 return wrappedCursor.isLast();
H A DShadowAbstractCursor.java139 public boolean isLast() { method in class:ShadowAbstractCursor
/external/deqp/modules/gles3/stress/
H A Des3sLongShaderTests.cpp241 const bool isLast = (m_spec.opsTotal <= (currentOpsTotal + m_spec.opsPerExpression));
242 const int numOps = isLast ? (m_spec.opsTotal - currentOpsTotal) : m_spec.opsPerExpression;
245 const std::string outName = isLast ? getShaderOutputName() : getRandomVariableName();
254 if (isLast)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java58 public boolean isLast() { method in class:TestCursor
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodFormatter.java176 boolean isLast = i == last;
178 countSep, useDigitPrefix, multiple, isLast, wasSkipped, sb);
/external/eigen/doc/
H A Deigen_navtree_hacks.js93 o.node.isLast = true;
/external/doclava/src/com/google/doclava/
H A DStubs.java1072 boolean isLast) {
1074 + makeXMLcompliant(fullParameterTypeName(method, pi.type(), isLast)) + "\">");
1610 static String fullParameterTypeName(MethodInfo method, TypeInfo type, boolean isLast) { argument
1612 if (isLast && method.isVarArgs()) {
1071 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/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java794 public boolean isLast() throws SQLException {
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 619 milliseconds

12