HomeSort by relevance Sort by last modified time
    Searched refs:getByteSize (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/webkit/
KeyStoreHandler.java 56 // after getByteSize returns.
61 byte[] cert = new byte[mDataBuilder.getByteSize()];
ByteArrayBuilder.java 82 public synchronized int getByteSize() {
LoadListener.java     [all...]
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
BinaryDictInputOutput.java 315 private static int getByteSize(int address) {
388 groupSize += getByteSize(offset);
396 groupSize += getByteSize(offset) + GROUP_FLAGS_SIZE;
506 switch (getByteSize(address)) {
534 switch (getByteSize(childrenOffset)) {
564 switch (getByteSize(offset)) {
    [all...]

Completed in 59 milliseconds