Searched refs:outputSize (Results 1 - 9 of 9) sorted by relevance

/external/skia/bench/
H A DBitmapScaleBench.cpp43 int outputSize() const { function in class:BitmapScaleBench
48 return float(outputSize())/inputSize();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DArabicShaping.java1864 int outputSize = sourceLength;
1868 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1);
1875 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2);
1878 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0);
1882 outputSize = handleTashkeelWithTatweel(temp,sourceLength);
1888 outputSize = deShapeUnicode(temp, 0, sourceLength, destSize);
1895 if (outputSize > destSize) {
1918 for (int i = 0; i < outputSize; ++i) {
1931 for (int i = 0; i < outputSize; ++i) {
1941 shapeToArabicDigitsWithContext(temp, 0, outputSize, digitBas
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/
H A DByteArrayEndPoint.java90 public ByteArrayEndPoint(byte[] input, int outputSize) argument
94 _out=new ByteArrayBuffer(outputSize);
/external/icu/icu4c/source/common/
H A Dushape.cpp1498 int32_t outputSize, spacesCountl=0, spacesCountr=0; local
1541 outputSize=calculateSize(source,sourceLength,destCapacity,options);
1543 outputSize=sourceLength;
1546 if(outputSize>destCapacity) {
1549 return outputSize;
1553 * need a temporary buffer of size max(outputSize, sourceLength)
1556 if(sourceLength>outputSize) {
1557 outputSize=sourceLength;
1561 if(outputSize<=UPRV_LENGTHOF(buffer)) {
1562 outputSize
[all...]
/external/lz4/lib/
H A Dlz4.c946 int outputSize, /* If endOnInput==endOnInputSize, this value is the max size of Output Buffer. */
962 BYTE* const oend = op + outputSize;
977 if ((endOnInput) && (unlikely(outputSize==0))) return ((inputSize==1) && (*ip==0)) ? 0 : -1; /* Empty output buffer */
978 if ((!endOnInput) && (unlikely(outputSize==0))) return (*ip==0?1:-1);
1293 int LZ4_uncompress (const char* source, char* dest, int outputSize) { return LZ4_decompress_fast(source, dest, outputSize); } argument
942 LZ4_decompress_generic( const char* const source, char* const dest, int inputSize, int outputSize, int endOnInput, int partialDecoding, int targetOutputSize, int dict, const BYTE* const lowPrefix, const BYTE* const dictStart, const size_t dictSize ) argument
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp5446 int outputSize = env->GetArrayLength(outputJavaBytes); local
5448 UniquePtr<unsigned char[]> buffer(new unsigned char[outputSize]);
5454 int read = BIO_read(bio, buffer.get(), outputSize);
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1214 milliseconds