/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | AesGcmTest.java | 228 int outputSize = cipher.getOutputSize(test.pt.length); in testByteBuffer() local 229 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testByteBuffer() 237 outputSize = cipher.getOutputSize(test.ct.length); in testByteBuffer() 238 ByteBuffer decrypted = ByteBuffer.allocate(outputSize); in testByteBuffer() 251 int outputSize = cipher.getOutputSize(test.pt.length); in testByteBufferAlias() local 252 byte[] backingArray = new byte[outputSize]; in testByteBufferAlias() 277 int outputSize = cipher.getOutputSize(test.pt.length); in testReadOnlyByteBuffer() local 278 ByteBuffer ctBuffer = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer() 287 outputSize = cipher.getOutputSize(test.ct.length); in testReadOnlyByteBuffer() 288 ByteBuffer decrypted = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 1869 int outputSize = sourceLength; in internalShape() local 1873 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1); in internalShape() 1880 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2); in internalShape() 1883 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0); in internalShape() 1887 outputSize = handleTashkeelWithTatweel(temp,sourceLength); in internalShape() 1893 outputSize = deShapeUnicode(temp, 0, sourceLength, destSize); in internalShape() 1900 if (outputSize > destSize) { in internalShape() 1923 for (int i = 0; i < outputSize; ++i) { in internalShape() 1936 for (int i = 0; i < outputSize; ++i) { in internalShape() 1946 shapeToArabicDigitsWithContext(temp, 0, outputSize, digitBase, false); in internalShape() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 1821 int outputSize = sourceLength; in internalShape() local 1825 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1); in internalShape() 1832 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2); in internalShape() 1835 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0); in internalShape() 1839 outputSize = handleTashkeelWithTatweel(temp,sourceLength); in internalShape() 1845 outputSize = deShapeUnicode(temp, 0, sourceLength, destSize); in internalShape() 1852 if (outputSize > destSize) { in internalShape() 1875 for (int i = 0; i < outputSize; ++i) { in internalShape() 1888 for (int i = 0; i < outputSize; ++i) { in internalShape() 1898 shapeToArabicDigitsWithContext(temp, 0, outputSize, digitBase, false); in internalShape() [all …]
|
/external/icu/icu4c/source/common/ |
D | ushape.cpp | 1500 int32_t outputSize, spacesCountl=0, spacesCountr=0; in u_shapeArabic() local 1543 outputSize=calculateSize(source,sourceLength,destCapacity,options); in u_shapeArabic() 1545 outputSize=sourceLength; in u_shapeArabic() 1548 if(outputSize>destCapacity) { in u_shapeArabic() 1551 return outputSize; in u_shapeArabic() 1558 if(sourceLength>outputSize) { in u_shapeArabic() 1559 outputSize=sourceLength; in u_shapeArabic() 1563 if(outputSize<=UPRV_LENGTHOF(buffer)) { in u_shapeArabic() 1564 outputSize=UPRV_LENGTHOF(buffer); in u_shapeArabic() 1567 tempbuffer = (UChar *)uprv_malloc(outputSize*U_SIZEOF_UCHAR); in u_shapeArabic() [all …]
|
/external/skia/bench/ |
D | BitmapScaleBench.cpp | 43 int outputSize() const { in outputSize() function in BitmapScaleBench 48 return float(outputSize())/inputSize(); in scale()
|
/external/lz4/lib/ |
D | lz4.c | 1093 …int outputSize, /* If endOnInput==endOnInputSize, this value is the max size of Output Buf… in LZ4_decompress_generic() argument 1109 BYTE* const oend = op + outputSize; in LZ4_decompress_generic() 1124 …if ((endOnInput) && (unlikely(outputSize==0))) return ((inputSize==1) && (*ip==0)) ? 0 : -1; /* E… in LZ4_decompress_generic() 1125 if ((!endOnInput) && (unlikely(outputSize==0))) return (*ip==0?1:-1); in LZ4_decompress_generic() 1416 …mpress (const char* source, char* dest, int outputSize) { return LZ4_decompress_fast(source, dest,… in LZ4_uncompress() argument
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 3504 jsize outputSize = env->GetArrayLength(outputJavaBytes); in NativeCrypto_BIO_read() local 3507 new unsigned char[static_cast<unsigned int>(outputSize)]); in NativeCrypto_BIO_read() 3513 int read = BIO_read(bio, buffer.get(), static_cast<int>(outputSize)); in NativeCrypto_BIO_read() 8742 jlong address, jint outputSize, jobject shc) { in NativeCrypto_ENGINE_SSL_read_BIO_direct() argument 8781 int result = BIO_read(bio, destPtr, outputSize); in NativeCrypto_ENGINE_SSL_read_BIO_direct() 8786 ssl, bio, destPtr, outputSize, shc, result); in NativeCrypto_ENGINE_SSL_read_BIO_direct()
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/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-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/ ... |
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/ ... |