Searched refs:currentPosition (Results 1 - 25 of 33) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DMemoryDeferredOutputStream.java18 private int currentPosition; field in class:MemoryDeferredOutputStream
32 if (currentPosition > 0) {
33 output.write(currentBuffer, 0, currentPosition);
36 currentPosition = 0;
43 currentPosition = 0;
45 currentBuffer[currentPosition++] = (byte)i;
57 System.arraycopy(bytes, offset + written, currentBuffer, currentPosition, toWrite);
59 currentPosition += toWrite;
65 currentPosition = 0;
72 return currentBuffer.length - currentPosition;
[all...]
/external/easymock/src/org/easymock/internal/
H A DResults.java46 int currentPosition = 0;
53 currentPosition += interval.getMaximum();
54 if (currentPosition > callCount) {
/external/replicaisland/src/com/replica/replicaisland/
H A DSelectDialogComponent.java43 final Vector2 currentPosition = parentObject.getPosition();
45 mLastPosition.set(currentPosition);
47 final int hitSpot = hotSpot.getHotSpot(parentObject.getCenteredPositionX(), currentPosition.y + 10);
H A DBackgroundCollisionComponent.java324 protected boolean sweepHorizontal(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, argument
346 mTestPointEnd.set(currentPosition);
351 currentPosition.x = (hitPoint.x + offset);
359 protected boolean sweepVertical(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, argument
378 mTestPointEnd.set(currentPosition);
384 currentPosition.y = (hitPoint.y + offset);
/external/skia/tests/
H A DFrontBufferedStreamTest.cpp227 size_t currentPosition = 0; local
229 // Read the stream in chunks. After each read, the position must match currentPosition,
231 // Importantly, the end should not have been reached until currentPosition == bufferedLength.
232 while (currentPosition < bufferedLength) {
234 test_read(reporter, bufferedStream.get(), gAbcs + arbitraryOffset + currentPosition,
236 currentPosition = SkTMin(currentPosition + amountToRead, bufferedLength);
237 REPORTER_ASSERT(reporter, memStream->getPosition() - arbitraryOffset == currentPosition);
240 REPORTER_ASSERT(reporter, bufferedLength == currentPosition);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java23 private int currentPosition; field in class:ShadowMediaPlayer
119 return currentPosition;
123 currentPosition = position;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java2011 private int currentPosition; field in class:ElemNumber.NumberFormatStringTokenizer
2035 currentPosition = 0;
2048 if (currentPosition >= maxPosition)
2053 int start = currentPosition;
2055 while ((currentPosition < maxPosition)
2056 && Character.isLetterOrDigit(str.charAt(currentPosition)))
2058 currentPosition++;
2061 if ((start == currentPosition)
2062 && (!Character.isLetterOrDigit(str.charAt(currentPosition))))
2064 currentPosition
[all...]
/external/guice/extensions/persist/lib/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/guice/lib/build/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/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/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1643 milliseconds

12