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

  /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/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);
  /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;
  /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];
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 709 int outIndex;
710 sp<BasicClient> client = findClientUnsafe(remoteBinder, outIndex);
714 LOG1("removeClient: clear camera %d", outIndex);
715 mClient[outIndex].clear();
765 const wp<IBinder>& cameraClient, int& outIndex) {
786 outIndex = i;
791 outIndex = -1;
814 int outIndex;
815 client = findClientUnsafe(cameraClient, outIndex);
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /prebuilts/tools/common/m2/internal/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/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 2749 milliseconds