Home
last modified time | relevance | path

Searched refs:freeSize (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DVkHeapTests.cpp31 REPORTER_ASSERT(reporter, heap.freeSize() == 0 && heap.largestBlockSize() == 0); in subheap_test()
33 REPORTER_ASSERT(reporter, heap.freeSize() == 64*1024 && heap.largestBlockSize() == 64 * 1024); in subheap_test()
39 REPORTER_ASSERT(reporter, heap.freeSize() == 7 * 1024 && heap.largestBlockSize() == 7 * 1024); in subheap_test()
42 REPORTER_ASSERT(reporter, heap.freeSize() == 30 * 1024 && heap.largestBlockSize() == 23 * 1024); in subheap_test()
45 REPORTER_ASSERT(reporter, heap.freeSize() == 24 * 1024 && heap.largestBlockSize() == 23 * 1024); in subheap_test()
48 REPORTER_ASSERT(reporter, heap.freeSize() == 1 * 1024 && heap.largestBlockSize() == 1 * 1024); in subheap_test()
51 REPORTER_ASSERT(reporter, heap.freeSize() == 19 * 1024 && heap.largestBlockSize() == 18 * 1024); in subheap_test()
54 REPORTER_ASSERT(reporter, heap.freeSize() == 25 * 1024 && heap.largestBlockSize() == 25 * 1024); in subheap_test()
57 REPORTER_ASSERT(reporter, heap.freeSize() == 48 * 1024 && heap.largestBlockSize() == 48 * 1024); in subheap_test()
60 REPORTER_ASSERT(reporter, heap.freeSize() == 64 * 1024 && heap.largestBlockSize() == 64 * 1024); in subheap_test()
[all …]
/external/lzma/CPP/Windows/
DFileSystem.cpp86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument
100 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace()
115 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace()
124 freeSize = clusterSize * (UInt64)numFreeClusters; in MyGetDiskFreeSpace()
DFileIO.cpp27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
267 UInt64 clusterSize, totalSize, freeSize; in CalcDeviceSize() local
268 if (NSystem::MyGetDiskFreeSpace(path, clusterSize, totalSize, freeSize)) in CalcDeviceSize()
DFileSystem.h23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileFind.cpp52 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
431 UInt64 clusterSize, totalSize, freeSize; in Find() local
432 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize)) in Find()
DFileLink.cpp350 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
/external/lzma/CPP/Common/
DMyString.cpp385 unsigned freeSize = _limit - _len; in Grow() local
386 if (n <= freeSize) in Grow()
935 unsigned freeSize = _limit - _len; in Grow() local
936 if (n <= freeSize) in Grow()
/external/skia/src/gpu/vk/
DGrVkMemory.h63 VkDeviceSize freeSize() const { return fFreeSize; } in freeSize() function
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c16667 unsigned long freeSize; in Qt_DataHGetFreeSpace() local
16675 &freeSize); in Qt_DataHGetFreeSpace()
16678 freeSize); in Qt_DataHGetFreeSpace()
17200 wide freeSize; in Qt_DataHGetFreeSpace64() local
17208 &freeSize); in Qt_DataHGetFreeSpace64()
17211 PyMac_Buildwide, freeSize); in Qt_DataHGetFreeSpace64()