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

  /external/lzma/CPP/Windows/
FileSystem.h 23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
FileSystem.cpp 86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize)
100 freeSize = freeSize2.QuadPart;
115 freeSize = freeSize2.QuadPart;
124 freeSize = clusterSize * (UInt64)numFreeClusters;
FileIO.cpp 27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
267 UInt64 clusterSize, totalSize, freeSize;
268 if (NSystem::MyGetDiskFreeSpace(path, clusterSize, totalSize, freeSize))
FileFind.cpp 51 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
331 UInt64 clusterSize, totalSize, freeSize;
332 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize))
FileLink.cpp 340 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
  /external/skia/tests/
VkHeapTests.cpp 31 REPORTER_ASSERT(reporter, heap.freeSize() == 0 && heap.largestBlockSize() == 0);
33 REPORTER_ASSERT(reporter, heap.freeSize() == 64*1024 && heap.largestBlockSize() == 64 * 1024);
39 REPORTER_ASSERT(reporter, heap.freeSize() == 7 * 1024 && heap.largestBlockSize() == 7 * 1024);
42 REPORTER_ASSERT(reporter, heap.freeSize() == 30 * 1024 && heap.largestBlockSize() == 23 * 1024);
45 REPORTER_ASSERT(reporter, heap.freeSize() == 24 * 1024 && heap.largestBlockSize() == 23 * 1024);
48 REPORTER_ASSERT(reporter, heap.freeSize() == 1 * 1024 && heap.largestBlockSize() == 1 * 1024);
51 REPORTER_ASSERT(reporter, heap.freeSize() == 19 * 1024 && heap.largestBlockSize() == 18 * 1024);
54 REPORTER_ASSERT(reporter, heap.freeSize() == 25 * 1024 && heap.largestBlockSize() == 25 * 1024);
57 REPORTER_ASSERT(reporter, heap.freeSize() == 48 * 1024 && heap.largestBlockSize() == 48 * 1024);
60 REPORTER_ASSERT(reporter, heap.freeSize() == 64 * 1024 && heap.largestBlockSize() == 64 * 1024)
    [all...]
  /external/skia/src/gpu/vk/
GrVkMemory.h 63 VkDeviceSize freeSize() const { return fFreeSize; }
  /external/lzma/CPP/Common/
MyString.cpp 351 unsigned freeSize = _limit - _len;
352 if (n <= freeSize)
785 unsigned freeSize = _limit - _len;
786 if (n <= freeSize)
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 453 mBackgroundProcessText = (TextView)mHeader.findViewById(R.id.freeSize);

Completed in 535 milliseconds