Searched refs:getEntrySize (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 379 assertEquals(blockSize - overhead, getEntrySize(e0)); in testSizeLimits() 380 assertEquals(blockSize - overhead, getEntrySize(e1)); in testSizeLimits() 387 assertEquals(-1, getEntrySize(e2)); // Tombstone in testSizeLimits() 388 assertEquals(blockSize - overhead, getEntrySize(e3)); in testSizeLimits() 389 assertEquals(blockSize * 2 - overhead, getEntrySize(e4)); in testSizeLimits() 390 assertEquals(blockSize - overhead, getEntrySize(e5)); in testSizeLimits() 391 assertEquals(-1, getEntrySize(e6)); in testSizeLimits() 396 assertEquals(-1, getEntrySize(e7)); // Tombstone in testSizeLimits() 397 assertEquals(blockSize - overhead, getEntrySize(e8)); in testSizeLimits() 398 assertEquals(blockSize - overhead, getEntrySize(e9)); in testSizeLimits() [all …]
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.h | 98 virtual size_t getEntrySize() const = 0; 232 virtual size_t getEntrySize() const; 250 virtual size_t getEntrySize() const;
|
D | MipsGOT.cpp | 201 return gotCount * getEntrySize() > MipsGOTSize; in isGOTFull() 375 return addr() + gotSize * getEntrySize() + MipsGOTGpOffset; in getGPAddr() 507 size_t Mips32GOT::getEntrySize() const { in getEntrySize() function in mcld::Mips32GOT 542 size_t Mips64GOT::getEntrySize() const { in getEntrySize() function in mcld::Mips64GOT
|