/external/lzma/Java/SevenZip/ |
ICodeProgress.java | 5 public void SetProgress(long inSize, long outSize);
|
/external/lzma/CPP/7zip/Archive/Common/ |
CrossThreadProgress.cpp | 7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
10 OutSize = outSize;
|
CrossThreadProgress.h | 16 const UInt64 *OutSize;
34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
|
/external/lzma/CPP/7zip/Common/ |
ProgressUtils.cpp | 9 ProgressOffset = InSize = OutSize = 0;
21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
23 UInt64 inSizeNew = InSize, outSizeNew = OutSize;
26 if (outSize)
27 outSizeNew += (*outSize);
|
ProgressUtils.h | 21 UInt64 OutSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
|
/external/chromium_org/third_party/lzma_sdk/ |
Bcj2.h | 15 outSize <= FullOutputSize, 32 Byte *outBuf, SizeT outSize);
|
Bcj2.c | 38 Byte *outBuf, SizeT outSize) 55 if (outSize == 0) 66 if (outSize - outPos < limit) 67 limit = outSize - outPos; 79 if (limit == 0 || outPos == outSize) 120 if (outPos == outSize) 123 if (outPos == outSize) 126 if (outPos == outSize) 131 return (outPos == outSize) ? SZ_OK : SZ_ERROR_DATA;
|
7zDec.c | 67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) 107 for (i = 0; i < outSize; i++) 114 if (i != outSize) 128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) 136 state.dicBufSize = outSize; 152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); 159 if (state.dicBufSize != outSize || lookahead != 0 || 176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) 186 state.decoder.dicBufSize = outSize; 202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status) [all...] |
/external/lzma/C/ |
Bcj2.h | 15 outSize <= FullOutputSize,
32 Byte *outBuf, SizeT outSize);
|
Bcj2.c | 38 Byte *outBuf, SizeT outSize)
55 if (outSize == 0)
66 if (outSize - outPos < limit)
67 limit = outSize - outPos;
79 if (limit == 0 || outPos == outSize)
120 if (outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
131 return (outPos == outSize) ? SZ_OK : SZ_ERROR_DATA;
|
7zDec.c | 67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
107 for (i = 0; i < outSize; i++)
114 if (i != outSize)
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
136 state.dicBufSize = outSize;
152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
159 if (state.dicBufSize != outSize || lookahead != 0 ||
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
186 state.decoder.dicBufSize = outSize;
202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); [all...] |
/external/lzma/CPP/7zip/Compress/ |
CopyCoder.cpp | 22 const UInt64 * /* inSize */, const UInt64 *outSize,
36 if (outSize != 0)
37 if (size > *outSize - TotalSize)
38 size = (UInt32)(*outSize - TotalSize);
|
CopyCoder.h | 26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
|
Lzma2Encoder.h | 26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
|
LzmaDecoder.h | 43 void SetOutStreamSizeResume(const UInt64 *outSize);
58 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
70 HRESULT CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress);
|
LzmaEncoder.h | 26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
|
LzmaDecoder.cpp | 70 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize)
72 _outSizeDefined = (outSize != NULL);
74 _outSize = *outSize;
80 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
84 SetOutStreamSizeResume(outSize);
160 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
164 SetOutStreamSize(outSize);
214 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress)
216 SetOutStreamSizeResume(outSize);
|
Lzma2Decoder.h | 51 ISequentialOutStream *outStream, const UInt64 *_inSize, const UInt64 *outSize,
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
|
PpmdDecoder.h | 56 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
58 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
|
/cts/tests/tests/display/src/android/display/cts/ |
DisplayTest.java | 114 Point outSize = new Point(); 115 display.getSize(outSize); 116 assertEquals(SECONDARY_DISPLAY_WIDTH, outSize.x); 117 assertEquals(SECONDARY_DISPLAY_HEIGHT, outSize.y); 134 Point outSize = new Point(); 135 display.getSize(outSize);
|
/external/lzma/CPP/Windows/ |
FileIO.h | 69 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped) const
72 outBuffer, outSize, bytesReturned, overlapped));
76 DWORD inSize, LPVOID outBuffer, DWORD outSize) const
79 return DeviceIoControl(controlCode, inBuffer, inSize, outBuffer, outSize, &ret, 0);
82 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize) const
83 { return DeviceIoControl(controlCode, NULL, 0, outBuffer, outSize); }
|
/external/lzma/CPP/7zip/UI/Common/ |
UpdateCallback.h | 18 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
49 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
|
/frameworks/base/core/java/android/view/ |
Display.java | 401 * @param outSize A {@link Point} object to receive the size information. 403 public void getSize(Point outSize) { 407 outSize.x = mTempMetrics.widthPixels; 408 outSize.y = mTempMetrics.heightPixels; 415 * @param outSize A {@link Rect} object to receive the size information. 418 public void getRectSize(Rect outSize) { 422 outSize.set(0, 0, mTempMetrics.widthPixels, mTempMetrics.heightPixels); 600 * @param outSize Set to the real size of the display. 602 public void getRealSize(Point outSize) { 605 outSize.x = mDisplayInfo.logicalWidth [all...] |
/system/security/keystore-engine/ |
rsa_meth.cpp | 161 int outSize; 164 outSize = RSA_padding_check_PKCS1_type_2(to, num, alignedReply, replyLen, num); 167 outSize = RSA_padding_check_X931(to, num, alignedReply, replyLen, num); 170 outSize = RSA_padding_check_none(to, num, alignedReply, replyLen, num); 174 outSize = -1; 180 ALOGV("rsa=%p keystore_rsa_priv_dec => returning %p len %llu", rsa, to, outSize); 181 return outSize;
|
/build/tools/atree/ |
files.h | 34 off_t outSize;
|