OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opRes
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
774
Int32
opRes
;
777
opRes
= NExtract::NOperationResult::kIsNotArc;
779
opRes
= NExtract::NOperationResult::kUnexpectedEnd;
781
opRes
= NExtract::NOperationResult::kDataAfterEnd;
783
opRes
= NExtract::NOperationResult::kCRCError;
785
opRes
= NExtract::NOperationResult::kUnsupportedMethod;
787
opRes
= NExtract::NOperationResult::kDataError;
789
opRes
= NExtract::NOperationResult::kDataError;
791
opRes
= NExtract::NOperationResult::kDataError;
793
opRes
= NExtract::NOperationResult::kOK;
[
all
...]
/external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.cpp
211
STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32
opRes
, bool encrypted)
213
switch (
opRes
)
222
switch (
opRes
)
290
ConvertUInt32ToString(
opRes
, temp);
786
STDMETHODIMP CExtractCallbackImp::SetOperationResult7(Int32
opRes
, bool encrypted)
809
return SetOperationResult(
opRes
, encrypted);
/external/opencv3/modules/core/test/
test_mat.cpp
15
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 )
134
assert(
opRes
.type() == CV_64FC1 );
139
absdiff(
opRes
,dst,diff );
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
422
Int32
opRes
= NExtract::NOperationResult::kOK;
428
opRes
= NExtract::NOperationResult::kDataError;
430
RINOK(extractCallback->SetOperationResult(
opRes
));
[
all
...]
Completed in 71 milliseconds