Searched refs:getEntrySize (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
H A D | probability_dict_content.h | 45 mSize(getBuffer()->getTailPosition() / getEntrySize()) {} in ProbabilityDictContent() 62 int getEntrySize() const;
|
H A D | probability_dict_content.cpp | 79 writingPos += getEntrySize(); in setProbabilityEntry() 118 int ProbabilityDictContent::getEntrySize() const { in getEntrySize() function in latinime::backward::v402::ProbabilityDictContent 132 return terminalId * getEntrySize(); in getEntryPos()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | DropBoxTest.java | 486 assertEquals(blockSize - overhead, getEntrySize(e0)); in testSizeLimits() 487 assertEquals(blockSize - overhead, getEntrySize(e1)); in testSizeLimits() 494 assertEquals(-1, getEntrySize(e2)); // Tombstone in testSizeLimits() 495 assertEquals(blockSize - overhead, getEntrySize(e3)); in testSizeLimits() 497 assertEquals(blockSize - overhead, getEntrySize(e5)); in testSizeLimits() 498 assertEquals(-1, getEntrySize(e6)); in testSizeLimits() 503 assertEquals(-1, getEntrySize(e7)); // Tombstone in testSizeLimits() 504 assertEquals(blockSize - overhead, getEntrySize(e8)); in testSizeLimits() 505 assertEquals(blockSize - overhead, getEntrySize(e9)); in testSizeLimits() 529 assertEquals(blockSize - overhead, getEntrySize(t0)); in testSizeLimits() [all …]
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsGOT.h | 98 virtual size_t getEntrySize() const = 0; 232 virtual size_t getEntrySize() const; 250 virtual size_t getEntrySize() const;
|
H A 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
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 890 private static int getEntrySize() { in getEntrySize() method in InputMethodManagerService.StartInputHistory 901 private final Entry[] mEntries = new Entry[getEntrySize()];
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 10674 Ljava/util/zip/ZipFile;->getEntrySize(J)J
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 19751 HSPLcom/android/server/inputmethod/InputMethodManagerService$StartInputHistory;->getEntrySize()I
|