Home
last modified time | relevance | path

Searched refs:bytesCopied (Results 1 – 13 of 13) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java448 int bytesCopied = 0; in discardWhitespace() local
458 groomedData[bytesCopied++] = data[i]; in discardWhitespace()
462 byte packedData[] = new byte[bytesCopied]; in discardWhitespace()
464 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied); in discardWhitespace()
480 int bytesCopied = 0; in discardNonBase64() local
484 groomedData[bytesCopied++] = data[i]; in discardNonBase64()
488 byte packedData[] = new byte[bytesCopied]; in discardNonBase64()
490 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied); in discardNonBase64()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DUrlDownloaderTask.java168 int bytesCopied = IoUtils.copy(connection.getInputStream(), mProgressReportingOutputStream); in download() local
169 if (bytesCopied != contentLength && contentLength != -1) { in download()
170 throw new IOException("Download incomplete: " + bytesCopied + " != " + contentLength); in download()
174 return bytesCopied; in download()
/external/skia/src/utils/
DSkFrontBufferedStream.cpp180 const size_t bytesCopied = this->readFromBuffer(dst, size); in read() local
184 size -= bytesCopied; in read()
187 dst += bytesCopied; in read()
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java853 int bytesCopied = 0; in discardWhitespace() local
862 groomedData[bytesCopied++] = data[i]; in discardWhitespace()
865 byte packedData[] = new byte[bytesCopied]; in discardWhitespace()
866 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied); in discardWhitespace()
/external/libpcap/msdos/
Dndis2.c350 WORD bytesCopied; in CALLBACK() local
381 result = MAC_DISPATCH(handle)->transferData (&bytesCopied, 0, &tDBufDescr, in CALLBACK()
383 pktBuf->packetLength = bytesCopied; in CALLBACK()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...