Searched defs:getEntrySize (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp44 size_t GOT::getEntrySize() const function in class:GOT
/frameworks/compile/mclinker/include/mcld/Target/
H A DPLT.h34 size_t getEntrySize() const function in class:mcld::PLTEntry
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java375 assertEquals(blockSize - overhead, getEntrySize(e0));
376 assertEquals(blockSize - overhead, getEntrySize(e1));
383 assertEquals(-1, getEntrySize(e2)); // Tombstone
384 assertEquals(blockSize - overhead, getEntrySize(e3));
385 assertEquals(blockSize * 2 - overhead, getEntrySize(e4));
386 assertEquals(blockSize - overhead, getEntrySize(e5));
387 assertEquals(-1, getEntrySize(e6));
392 assertEquals(-1, getEntrySize(e7)); // Tombstone
393 assertEquals(blockSize - overhead, getEntrySize(e8));
394 assertEquals(blockSize - overhead, getEntrySize(e
750 private int getEntrySize(DropBoxManager.Entry e) throws Exception { method in class:DropBoxTest
[all...]
/frameworks/compile/linkloader/include/
H A DELFSectionHeader.h152 word_t getEntrySize() const { function in class:ELFSectionHeader
203 xword_t getEntrySize() const { function in class:ELFSectionHeader

Completed in 61 milliseconds