Searched refs:currentBuffer (Results 1 - 13 of 13) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DMemoryDeferredOutputStream.java17 private byte[] currentBuffer; field in class:MemoryDeferredOutputStream
25 currentBuffer = new byte[bufferSize];
33 output.write(currentBuffer, 0, currentPosition);
41 buffers.add(currentBuffer);
42 currentBuffer = new byte[currentBuffer.length];
45 currentBuffer[currentPosition++] = (byte)i;
57 System.arraycopy(bytes, offset + written, currentBuffer, currentPosition, toWrite);
63 buffers.add(currentBuffer);
64 currentBuffer
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java46 private Buffer currentBuffer; field in class:Pipeline
165 if (currentBuffer != null
166 && currentBuffer.ptr < currentBuffer.length) {
167 int retval = currentBuffer.getNextByte();
168 if (currentBuffer.ptr == currentBuffer.length)
169 this.currentBuffer = null;
182 currentBuffer = (Buffer) this.buffList.removeFirst();
183 int retval = currentBuffer
[all...]
/external/deqp/modules/egl/
H A DteglPartialUpdateTests.cpp503 tcu::Surface currentBuffer (width, height);
570 readPixels(m_gl, &currentBuffer);
572 if (!compareToReference(log, refBuffer, currentBuffer, frameNdx, frameNdx))
685 tcu::Surface currentBuffer (width, height);
704 // readPixels(m_gl, &currentBuffer);
714 readPixels(m_gl, &currentBuffer);
716 if (!compareToReference(log, refBuffer, currentBuffer, 0, 0))
747 tcu::Surface currentBuffer (width, height);
765 // readPixels(m_gl, &currentBuffer);
775 readPixels(m_gl, &currentBuffer);
[all...]
H A DteglBufferAgeTests.cpp505 tcu::Surface currentBuffer (width, height);
571 readPixels(m_gl, &currentBuffer);
577 if (compareToReference(log, refBuffer, currentBuffer, frameNdx, frameNdx-currentBufferAge) == false)
592 readPixels(m_gl, &currentBuffer);
594 if (compareToReference(log, refBuffer, currentBuffer, frameNdx, frameNdx) == false)
/external/guice/extensions/persist/lib/
H A Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1265 milliseconds