HomeSort by relevance Sort by last modified time
    Searched refs:getEntrySize (Results 1 - 25 of 33) sorted by null

1 2

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.h 45 mSize(getBuffer()->getTailPosition() / getEntrySize()) {}
62 int getEntrySize() const;
probability_dict_content.cpp 77 writingPos += getEntrySize();
116 int ProbabilityDictContent::getEntrySize() const {
130 return terminalId * getEntrySize();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionELF.h 61 unsigned getEntrySize() const { return EntrySize; }
  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 86 /// getEntrySize - Return the size of each entry in the jump table.
87 unsigned getEntrySize(const DataLayout &TD) const;
  /external/llvm/include/llvm/MC/
MCSectionELF.h 77 unsigned getEntrySize() const { return EntrySize; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineJumpTableInfo.h 81 /// getEntrySize - Return the size of each entry in the jump table.
82 unsigned getEntrySize(const TargetData &TD) const;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 339 public abstract int getEntrySize();
348 @Override public int getEntrySize() { return readSmallUint(offset + 36); }
357 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); }
373 this.entrySize = header.getEntrySize();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 98 virtual size_t getEntrySize() const = 0;
232 virtual size_t getEntrySize() const;
250 virtual size_t getEntrySize() const;
MipsGOT.cpp 201 return gotCount * getEntrySize() > MipsGOTSize;
375 return addr() + gotSize * getEntrySize() + MipsGOTGpOffset;
507 size_t Mips32GOT::getEntrySize() const {
542 size_t Mips64GOT::getEntrySize() const {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 379 assertEquals(blockSize - overhead, getEntrySize(e0));
380 assertEquals(blockSize - overhead, getEntrySize(e1));
387 assertEquals(-1, getEntrySize(e2)); // Tombstone
388 assertEquals(blockSize - overhead, getEntrySize(e3));
389 assertEquals(blockSize * 2 - overhead, getEntrySize(e4));
390 assertEquals(blockSize - overhead, getEntrySize(e5));
391 assertEquals(-1, getEntrySize(e6));
396 assertEquals(-1, getEntrySize(e7)); // Tombstone
397 assertEquals(blockSize - overhead, getEntrySize(e8));
398 assertEquals(blockSize - overhead, getEntrySize(e9))
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipFile.java 398 long size = getEntrySize(jzentry) + 2; // Inflater likes a bit of slack
599 e.size = getEntrySize(jzentry);
734 size = getEntrySize(jzentry);
849 private static native long getEntrySize(long jzentry);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 167 float getEntrySize() {
Fat.java 135 fatType.getEntrySize())];
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /libcore/ojluni/src/main/native/
java_util_zip_ZipFile.c 407 NATIVE_METHOD(ZipFile, getEntrySize, "(J)J"),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 528 /// getEntrySize - Return the size of each entry in the jump table.
529 unsigned MachineJumpTableInfo::getEntrySize(const TargetData &TD) const {
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 769 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 615 private static int getEntrySize() {
626 private final Entry[] mEntries = new Entry[getEntrySize()];
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 614 milliseconds

1 2