Searched refs:getEntrySize (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionRelTable.hxx66 size_t size = sh->getSize() / sh->getEntrySize();
70 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelTy>::size);
76 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelaTy>::size);
H A DELFSectionSymTab.hxx95 rsl_assert(sh->getEntrySize() == TypeTraits<ELFSymbolTy>::size);
101 size_t size = sh->getSize() / sh->getEntrySize();
H A DELFSectionHeader.hxx95 PRINT_LINT("Entry Size", concrete()->getEntrySize());
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h151 word_t getEntrySize() const { function in class:ELFSectionHeader
202 xword_t getEntrySize() const { function in class:ELFSectionHeader
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h90 virtual size_t getEntrySize() const = 0;
214 virtual size_t getEntrySize() const;
233 virtual size_t getEntrySize() const;
H A DMipsGOT.cpp197 return gotCount * getEntrySize() > MipsGOTSize;
330 return addr() + gotSize * getEntrySize() + MipsGOTGpOffset;
429 size_t Mips32GOT::getEntrySize() const
470 size_t Mips64GOT::getEntrySize() const
/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...]

Completed in 80 milliseconds