Searched refs:getEntrySize (Results 1 – 5 of 5) sorted by relevance
/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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 418 assertEquals(blockSize - overhead, getEntrySize(e0)); in testSizeLimits() 419 assertEquals(blockSize - overhead, getEntrySize(e1)); in testSizeLimits() 426 assertEquals(-1, getEntrySize(e2)); // Tombstone in testSizeLimits() 427 assertEquals(blockSize - overhead, getEntrySize(e3)); in testSizeLimits() 428 assertEquals(blockSize * 2 - overhead, getEntrySize(e4)); in testSizeLimits() 429 assertEquals(blockSize - overhead, getEntrySize(e5)); in testSizeLimits() 430 assertEquals(-1, getEntrySize(e6)); in testSizeLimits() 435 assertEquals(-1, getEntrySize(e7)); // Tombstone in testSizeLimits() 436 assertEquals(blockSize - overhead, getEntrySize(e8)); in testSizeLimits() 437 assertEquals(blockSize - overhead, getEntrySize(e9)); in testSizeLimits() [all …]
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 784 private static int getEntrySize() { in getEntrySize() method in InputMethodManagerService.StartInputHistory 795 private final Entry[] mEntries = new Entry[getEntrySize()];
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 119780 Ljava/util/zip/ZipFile;->getEntrySize(J)J
|