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

1 2

  /libcore/luni/src/main/java/libcore/io/
Base64.java 67 int outIndex = 0;
107 out[outIndex++] = (byte) (quantum >> 16);
108 out[outIndex++] = (byte) (quantum >> 8);
109 out[outIndex++] = (byte) quantum;
117 out[outIndex++] = (byte) (quantum >> 16);
119 out[outIndex++] = (byte) (quantum >> 8);
123 byte[] result = new byte[outIndex];
124 System.arraycopy(out, 0, result, 0, outIndex);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Base64InputStream.java 46 private int outIndex = 0;
70 if (outIndex == outCount) {
72 if (outIndex == outCount) {
77 return outputBuffer[outIndex++];
87 outIndex = 0;
  /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/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 36 bindPair.OutIndex = bindInfo.BindPairs[i].OutIndex;
331 bindPair.OutIndex = numOutStreams;
353 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream;
374 UInt32 outIndex = _bindInfo.GetCoderOutStreamIndex(coderIndex);
375 int binder = _bindInfo.FindBinderForOutStream(outIndex);
382 if (_bindInfo.OutStreams[i] == outIndex)
385 _bindInfo.OutStreams.Insert(0, outIndex);
399 bindPair.OutIndex = _bindInfo.OutStreams[i];
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 268 int outIndex = outOff;
284 ctrCipher.processBlock(in, inIndex, output, outIndex);
285 outIndex += blockSize;
295 System.arraycopy(block, 0, output, outIndex, inLen + inOff - inIndex);
322 ctrCipher.processBlock(in, inIndex, output, outIndex);
323 outIndex += blockSize;
333 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 209 int outIndex = total - 1;
211 retPoly[outIndex] = lUpper[i];
212 outIndex--;
216 retPoly[outIndex] = lLower[i];
217 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/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.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/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1626 milliseconds

1 2