OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java
306
switch (BinaryDictInputOutput.
getByteSize
(value)) {
320
return BinaryDictInputOutput.
getByteSize
(value);
553
switch (BinaryDictInputOutput.
getByteSize
(bigramOffset)) {
630
size += BinaryDictInputOutput.
getByteSize
(attr.mAddress);
[
all
...]
BinaryDictInputOutput.java
465
static int
getByteSize
(final int address) {
568
groupSize +=
getByteSize
(offset);
578
groupSize +=
getByteSize
(offset) + FormatSpec.GROUP_FLAGS_SIZE;
703
switch (
getByteSize
(address)) {
794
getByteSize
(childrenOffset), group.mShortcutTargets != null, group.mBigrams != null,
[
all
...]
Completed in 268 milliseconds