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

1 2

  /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;
  /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);
  /external/icu/icu4c/source/layout/
ArabicShaping.h 75 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
ArabicShaping.cpp 114 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage)
117 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success);
122 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 263 int outIndex = outOff;
279 ctrCipher.processBlock(in, inIndex, output, outIndex);
280 outIndex += blockSize;
290 System.arraycopy(block, 0, output, outIndex, inLen + inOff - inIndex);
317 ctrCipher.processBlock(in, inIndex, output, outIndex);
318 outIndex += blockSize;
328 System.arraycopy(block, 0, output, outIndex, outputLen - (inIndex - inOff));
  /external/proguard/src/proguard/
OutputWriter.java 86 for (int outIndex = 0; outIndex < programJars.size() - 1; outIndex++)
88 ClassPathEntry entry = programJars.get(outIndex);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 84 u32 outIndex;
h264bsd_dpb.c 679 * reset numOut and outIndex here */
680 dpb->numOut = dpb->outIndex = 0;
689 dpb->outIndex = 0;
808 ASSERT(dpb->outIndex == 0);
1041 dpb->numOut = dpb->outIndex = 0;
    [all...]
H264SwDecApi.c 418 pDecCont->storage.dpb->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];
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
CameraService.h 372 sp<BasicClient> findClientUnsafe(const wp<IBinder>& cameraClient, int& outIndex);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c     [all...]
  /frameworks/base/libs/hwui/
SpotShadow.cpp 201 int outIndex = total - 1;
203 retPoly[outIndex] = lUpper[i];
204 outIndex--;
208 retPoly[outIndex] = lLower[i];
209 outIndex--;
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 153 Object resultObj, int outIndex, boolean isSuccess) {
158 assertEquals(outIndex, position.getIndex());
162 assertEquals(outIndex, position.getErrorIndex());
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 96 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 98 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.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/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 

Completed in 888 milliseconds

1 2