HomeSort by relevance Sort by last modified time
    Searched refs:operationResult (Results 1 - 4 of 4) sorted by null

  /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/Client7z/
Client7z.cpp 391 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult)
393 switch (operationResult)
402 switch (operationResult)
437 ConvertUInt32ToString(operationResult, temp);
506 STDMETHOD(SetOperationResult)(Int32 operationResult);
644 STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operationResult */)
  /external/lzma/CPP/7zip/Archive/
IArchive.h 408 STDMETHOD(SetOperationResult)(Int32 operationResult) x; \
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java     [all...]

Completed in 251 milliseconds