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

/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/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

Completed in 88 milliseconds