OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operationResult
(Results
1 - 11
of
11
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp
131
STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32
operationResult
, bool encrypted)
133
switch (
operationResult
)
143
switch (
operationResult
)
175
ConvertUInt32ToString(
operationResult
, temp);
ExtractCallbackConsole.h
43
STDMETHOD(SetOperationResult)(Int32
operationResult
, bool encrypted);
/external/lz4/programs/
lz4cli.c
274
operationResult
=0;
534
operationResult
= BMK_benchFiles(inFileNames, ifnIdx, cLevel, cLevelLast);
606
operationResult
= LZ4IO_decompressMultipleFilenames(inFileNames, ifnIdx, !strcmp(output_filename,stdoutmark) ? stdoutmark : LZ4_EXTENSION);
608
operationResult
= DEFAULT_DECOMPRESSOR(input_filename, output_filename);
615
operationResult
= LZ4IO_compressMultipleFilenames(inFileNames, ifnIdx, LZ4_EXTENSION, cLevel);
617
operationResult
= DEFAULT_COMPRESSOR(input_filename, output_filename, cLevel);
630
return
operationResult
;
/external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h
32
STDMETHOD(SetOperationResult)(Int32
operationResult
, bool encrypted) PURE;
UpdateCallback.h
23
virtual HRESULT SetOperationResult(Int32
operationResult
) x; \
UpdateCallback.cpp
524
STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32
operationResult
)
527
return Callback->SetOperationResult(
operationResult
);
ArchiveExtractCallback.cpp
1012
STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32
operationResult
)
1018
return ExtractToStreamCallback->SetOperationResult7(
operationResult
, _encrypted);
1087
RINOK(_extractCallback2->SetOperationResult(
operationResult
, _encrypted));
/external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp
383
STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32
operationResult
)
385
switch (
operationResult
)
394
switch (
operationResult
)
429
ConvertUInt32ToString(
operationResult
, temp);
499
STDMETHOD(SetOperationResult)(Int32
operationResult
);
643
STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /*
operationResult
*/)
/external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h
205
STDMETHOD(SetOperationResult)(Int32
operationResult
, bool encrypted);
/external/lzma/CPP/7zip/Archive/
IArchive.h
334
STDMETHOD(SetOperationResult)(Int32
operationResult
) x; \
/frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java
[
all
...]
Completed in 153 milliseconds