Searched refs:stepEnd (Results 1 – 4 of 4) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
D | XMPPathParser.java | 100 while (pos.stepEnd < path.length()) in expandXPath() 102 pos.stepBegin = pos.stepEnd; in expandXPath() 106 pos.stepEnd = pos.stepBegin; in expandXPath() 209 while (pos.stepEnd < pos.path.length() && "/[*".indexOf(pos.path.charAt(pos.stepEnd)) < 0) in parseStructSegment() 211 pos.stepEnd++; in parseStructSegment() 213 pos.nameEnd = pos.stepEnd; in parseStructSegment() 215 if (pos.stepEnd == pos.stepBegin) in parseStructSegment() 221 XMPPathSegment segment = new XMPPathSegment(pos.path.substring(pos.stepBegin, pos.stepEnd), in parseStructSegment() 238 pos.stepEnd++; // Look at the character after the leading '['. in parseIndexSegment() 240 if ('0' <= pos.path.charAt(pos.stepEnd) && pos.path.charAt(pos.stepEnd) <= '9') in parseIndexSegment() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | AdamsBashforthIntegrator.java | 256 final double stepEnd = stepStart + stepSize; in integrate() local 258 interpolator.setInterpolatedTime(stepEnd); in integrate() 262 computeDerivatives(stepEnd, y, yDot); in integrate() 271 interpolator.reinitialize(stepEnd, stepSize, predictedScaled, nordsieckTmp); in integrate() 274 interpolator.storeTime(stepEnd); in integrate() 278 interpolator.reinitialize(stepEnd, stepSize, scaled, nordsieck); in integrate()
|
D | AdamsMoultonIntegrator.java | 252 final double stepEnd = stepStart + stepSize; in integrate() local 253 interpolator.setInterpolatedTime(stepEnd); in integrate() 257 computeDerivatives(stepEnd, yTmp, yDot); in integrate() 278 final double stepEnd = stepStart + stepSize; in integrate() local 279 computeDerivatives(stepEnd, yTmp, yDot); in integrate() 290 interpolator.reinitialize(stepEnd, stepSize, correctedScaled, nordsieckTmp); in integrate() 293 interpolator.storeTime(stepEnd); in integrate()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |