Home
last modified time | relevance | path

Searched refs:opRes (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp774 Int32 opRes; in Extract() local
777 opRes = NExtract::NOperationResult::kIsNotArc; in Extract()
779 opRes = NExtract::NOperationResult::kUnexpectedEnd; in Extract()
781 opRes = NExtract::NOperationResult::kDataAfterEnd; in Extract()
783 opRes = NExtract::NOperationResult::kCRCError; in Extract()
785 opRes = NExtract::NOperationResult::kUnsupportedMethod; in Extract()
787 opRes = NExtract::NOperationResult::kDataError; in Extract()
789 opRes = NExtract::NOperationResult::kDataError; in Extract()
791 opRes = NExtract::NOperationResult::kDataError; in Extract()
793 opRes = NExtract::NOperationResult::kOK; in Extract()
[all …]
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp211 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, bool encrypted) in SetOperationResult() argument
213 switch (opRes) in SetOperationResult()
222 switch (opRes) in SetOperationResult()
290 ConvertUInt32ToString(opRes, temp); in SetOperationResult()
786 STDMETHODIMP CExtractCallbackImp::SetOperationResult7(Int32 opRes, bool encrypted) in SetOperationResult7() argument
809 return SetOperationResult(opRes, encrypted); in SetOperationResult7()
/external/opencv3/modules/core/test/
Dtest_mat.cpp15 int checkOp( const Mat& src, int dstType, int opType, const Mat& opRes, int dim );
85 int Core_ReduceTest::checkOp( const Mat& src, int dstType, int opType, const Mat& opRes, int dim ) in checkOp() argument
134 assert( opRes.type() == CV_64FC1 ); in checkOp()
139 absdiff( opRes,dst,diff ); in checkOp()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp422 Int32 opRes = NExtract::NOperationResult::kOK; in Extract() local
428 opRes = NExtract::NOperationResult::kDataError; in Extract()
430 RINOK(extractCallback->SetOperationResult(opRes)); in Extract()