/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterTest.java | 70 byte outPutBuf[] = new byte[50]; 79 x += defl.deflate(outPutBuf); 82 .deflate(outPutBuf)); 91 infl.setInput(outPutBuf); 112 byte outPutBuf[] = new byte[50]; 116 int length = outPutBuf.length - 1; 123 x += defl.deflate(outPutBuf, offSet, length); 126 outPutBuf, offSet, length)); 135 infl.setInput(outPutBuf, offSet, length); 153 outPutBuf = new byte[100] [all...] |
InflaterTest.java | 135 byte outPutBuf[] = new byte[500]; 142 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x); 146 x = x + deflate.deflate(outPutBuf, x, outPutBuf.length - x); 153 inflate.setInput(outPutBuf); 163 "the total byte in outPutBuf did not equal the byte returned in getTotalIn", 192 byte outPutBuf[] = new byte[500]; 199 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x) [all...] |
DeflaterOutputStreamTest.java | 63 private byte outPutBuf[] = new byte[500]; 73 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x); 77 x = x + deflate.deflate(outPutBuf, x, outPutBuf.length - x); 122 dos.write(outPutBuf);
|
InflaterInputStreamTest.java | 37 byte outPutBuf[] = new byte[500];
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
HMac.java | 31 private byte[] outputBuf; 104 this.outputBuf = new byte[blockLength + digestSize]; 142 System.arraycopy(inputPad, 0, outputBuf, 0, blockLength); 145 xorPad(outputBuf, blockLength, OPAD); 151 ((Digest)opadState).update(outputBuf, 0, blockLength); 185 digest.doFinal(outputBuf, blockLength); 190 digest.update(outputBuf, blockLength, digest.getDigestSize()); 194 digest.update(outputBuf, 0, outputBuf.length); 199 for (int i = blockLength; i < outputBuf.length; i++ [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter_c.c | 27 WebRtc_Word16* outputBuf, 67 outputBuf[*index2] = WebRtcSpl_SatW32ToW16(tmpW32); 68 tmpW32 = inputBuf[*index2] + outputBuf[*index2];
|
pitch_filter_armv6.S | 31 @ WebRtc_Word16* outputBuf, 45 ldr r12, [sp, #56] @ outputBuf 51 add r12, r10 @ &outputBuf[*index2] 70 @ r12: &outputBuf[] 133 strh r2, [r12], #2 @ outputBuf[*index2]
|
pitch_estimator.h | 48 WebRtc_Word16* outputBuf,
|
pitch_filter.c | 58 WebRtc_Word16* outputBuf,
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XSLTProcessorLibxslt.cpp | 169 xmlOutputBufferPtr outputBuf = xmlAllocOutputBuffer(0); 170 if (!outputBuf) 174 outputBuf->context = &resultBuilder; 175 outputBuf->writecallback = writeToStringBuilder; 177 int retval = xsltSaveResultTo(outputBuf, resultDoc, sheet); 178 xmlOutputBufferClose(outputBuf);
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
EqualPowerPanner.h | 38 virtual void pan(double azimuth, double elevation, const AudioBus* inputBus, AudioBus* outputBuf, size_t framesToProcess);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 33 unsigned char OutputBuf[OUTPUT_SIZE]; 98 unsigned char *outBuf = OutputBuf; 216 fwrite(OutputBuf, 1, outData.Length + size1, fdst);
|
/external/icu4c/test/intltest/ |
numfmtst.cpp | 6551 UChar outputbuf[50] = {0}; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | |