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

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h 17 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) = 0;
HashCalc.h 69 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
Update.h 166 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
HashCalc.cpp 37 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir)
39 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir);
Update.cpp 873 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir)
875 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir);
    [all...]
  /external/lzma/C/
7zArcIn.c 93 p->NumFolders = 0;
672 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex;
677 RINOK(SzReadNumber32(sd2, &numFolders));
678 if (p->NumFolders > numFoldersMax)
680 p->NumFolders = numFolders;
695 MY_ALLOC(size_t, p->FoCodersOffsets, (size_t)numFolders + 1, alloc);
696 MY_ALLOC(size_t, p->FoSizesOffsets, (size_t)numFolders + 1, alloc);
697 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc);
704 for (fo = 0; fo < numFolders; fo++)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 681 CNum numFolders = ReadNum();
688 folders.NumFolders = numFolders;
690 folders.FoStartPackStreamIndex.Alloc(numFolders + 1);
691 folders.FoToMainUnpackSizeIndex.Alloc(numFolders);
692 folders.FoCodersDataOffset.Alloc(numFolders + 1);
693 folders.FoToCoderUnpackSizes.Alloc(numFolders + 1);
701 for (fo = 0; fo < numFolders; fo++)
838 ReadHashDigests(numFolders, folders.FolderCRCs);
850 folders.NumUnpackStreamsVector.Alloc(folders.NumFolders);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 408 milliseconds