OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getByteSize
(Results
1 - 3
of
3
) 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/
BinaryDictInputOutput.java
464
private static int
getByteSize
(int address) {
552
groupSize +=
getByteSize
(offset);
561
groupSize +=
getByteSize
(offset) + GROUP_FLAGS_SIZE;
677
switch (
getByteSize
(address)) {
705
switch (
getByteSize
(childrenOffset)) {
748
switch (
getByteSize
(offset)) {
[
all
...]
Completed in 76 milliseconds