HomeSort by relevance Sort by last modified time
    Searched defs:outIndex (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
Base64InputStream.java 38 private int outIndex = 0;
59 if (outIndex == outCount) {
61 if (outIndex == outCount) {
66 return outputBuffer[outIndex++];
76 outIndex = 0;
  /packages/services/Telephony/src/org/apache/james/mime4j/decoder/
Base64InputStream.java 38 private int outIndex = 0;
59 if (outIndex == outCount) {
61 if (outIndex == outCount) {
66 return outputBuffer[outIndex++];
76 outIndex = 0;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 84 u32 outIndex;
  /external/conscrypt/src/platform/java/org/conscrypt/
CertBlacklist.java 238 int outIndex = 0;
241 out[outIndex++] = HEX_TABLE[value >> 4];
242 out[outIndex++] = HEX_TABLE[value & 0xf];
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 35 bp.OutIndex = mixerBp.OutIndex;
351 bindPair.OutIndex = numOutStreams;
373 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream;
394 UInt32 outIndex = _bindInfo.GetCoderOutStreamIndex(coderIndex);
395 int binder = _bindInfo.FindBinderForOutStream(outIndex);
402 if (_bindInfo.OutStreams[i] == outIndex)
405 _bindInfo.OutStreams.Insert(0, outIndex);
419 bindPair.OutIndex = _bindInfo.OutStreams[i];
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 268 int outIndex = outOff;
286 ctrCipher.processBlock(in, inIndex, output, outIndex);
287 outIndex += blockSize;
297 System.arraycopy(block, 0, output, outIndex, inLen + inOff - inIndex);
324 ctrCipher.processBlock(in, inIndex, output, outIndex);
325 outIndex += blockSize;
335 System.arraycopy(block, 0, output, outIndex, outputLen - (inIndex - inOff));
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c     [all...]
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 184 size_t outIndex = frame.index;
187 vidState->mOutBuffers.itemAt(outIndex);
246 err = vidState->mCodec->releaseOutputBuffer(outIndex);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 705 final int outIndex = iBlock * out.blockColumns + jBlock;
706 final T[] outBlock = out.blocks[outIndex];
    [all...]
BlockRealMatrix.java 730 final int outIndex = iBlock * out.blockColumns + jBlock;
731 final double[] outBlock = out.blocks[outIndex];
    [all...]
  /frameworks/base/libs/hwui/
SpotShadow.cpp 207 int outIndex = total - 1;
209 retPoly[outIndex] = lUpper[i];
210 outIndex--;
214 retPoly[outIndex] = lLower[i];
215 outIndex--;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 

Completed in 468 milliseconds

1 2