Home
last modified time | relevance | path

Searched defs:bytesToCopy (Results 1 – 10 of 10) sorted by relevance

/external/okhttp/src/main/java/libcore/net/spdy/
DSpdyStream.java265 int bytesToCopy = Math.min(count, buffer.length - pos); in read() local
276 int bytesToCopy = Math.min(limit - pos, count - copied); in read() local
363 int bytesToCopy = Math.min(count, buffer.length - pos); in write() local
/external/webkit/Source/WebCore/platform/
DSharedBuffer.cpp143 unsigned bytesToCopy = min(length, segmentFreeSpace); in append() local
205 unsigned bytesToCopy = min(bytesLeft, segmentSize); in buffer() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp148 int bytesToCopy = sourceRect.width() * 4; in getImageData() local
206 int bytesToCopy = destRect.width() * 4; in putImageData() local
/external/webkit/Source/WebCore/webaudio/
DJavaScriptAudioNode.cpp175 size_t bytesToCopy = sizeof(float) * framesToProcess; in process() local
/external/guava/guava/src/com/google/common/hash/
DAbstractStreamingHashFunction.java154 int bytesToCopy = bufferSize - buffer.position(); in putBytes() local
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
DOGGLoader.java220 int bytesToCopy = getOggTotalBytes( dataBytes.length ); in readToBuffer() local
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformData.cpp139 size_t bytesToCopy = min(bytesFromData - dstOffset, m_overlayLength - srcOffset); in read() local
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp48 unsigned bytesToCopy = min(bufferLength - bytesExtracted, moreDataLength); in copyFromSharedBuffer() local
/external/quake/quake/src/WinQuake/
Dsnd_android.cpp508 size_t bytesToCopy = buffer->size; in AndroidQuakeSoundCallback() local
/external/skia/src/core/
DSkBitmap.cpp930 size_t bytesToCopy = tmpDst.width() * tmpDst.bytesPerPixel(); in copyTo() local