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

  /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;
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Base64.java 67 int outIndex = 0;
106 out[outIndex++] = (byte) (quantum >> 16);
107 out[outIndex++] = (byte) (quantum >> 8);
108 out[outIndex++] = (byte) quantum;
116 out[outIndex++] = (byte) (quantum >> 16);
118 out[outIndex++] = (byte) (quantum >> 8);
122 byte[] result = new byte[outIndex];
123 System.arraycopy(out, 0, result, 0, outIndex);
  /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/icu4c/layout/
ArabicShaping.h 73 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
ArabicShaping.cpp 112 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage)
115 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success);
120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
  /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 415 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 710 int outIndex;
711 sp<BasicClient> client = findClientUnsafe(remoteBinder, outIndex);
715 LOG1("removeClient: clear camera %d", outIndex);
716 mClient[outIndex].clear();
766 const wp<IBinder>& cameraClient, int& outIndex) {
787 outIndex = i;
792 outIndex = -1;
815 int outIndex;
816 client = findClientUnsafe(cameraClient, outIndex);
    [all...]
CameraService.h 347 sp<BasicClient> findClientUnsafe(const wp<IBinder>& cameraClient, int& outIndex);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 761 * @param outIndex The output element index
766 public void copyElement(int inIndex, VertexBuffer outVb, int outIndex){
767 copyElements(inIndex, outVb, outIndex, 1);
776 * @param outIndex The output element index
782 public void copyElements(int inIndex, VertexBuffer outVb, int outIndex, int len){
787 int outPos = outIndex * components;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 150 Object resultObj, int outIndex, boolean isSuccess) {
155 assertEquals(outIndex, position.getIndex());
159 assertEquals(outIndex, position.getErrorIndex());
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 84 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 94 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /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/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1033 milliseconds