OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getByteSize
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java
153
static int
getByteSize
(final int address) {
334
nodeSize +=
getByteSize
(getOffsetToTargetNodeArrayDuringUpdate(ptNodeArray,
342
nodeSize +=
getByteSize
(offset) + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE;
485
switch (
getByteSize
(position)) {
546
getByteSize
(childrenOffset),
565
switch (
getByteSize
(offset)) {
[
all
...]
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialutil.py
360
def
getByteSize
(self):
364
bytesize = property(
getByteSize
, setByteSize, doc="Byte size setting")
Completed in 2032 milliseconds