/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 448 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/ |
D | UrlDownloaderTask.java | 168 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/ |
D | SkFrontBufferedStream.cpp | 180 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/ |
D | Base64Codec.java | 853 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/ |
D | ndis2.c | 350 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/ |
D | org.apache.commons.codec_1.3.0.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | commons-codec-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |