Home
last modified time | relevance | path

Searched refs:getShort (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/net/dhcp/
DDhcpPacket.java338 udpSeed += intAbs(buf.getShort(ipChecksumOffset + 2)); in fillInPacket()
339 udpSeed += intAbs(buf.getShort(ipChecksumOffset + 4)); in fillInPacket()
340 udpSeed += intAbs(buf.getShort(ipChecksumOffset + 6)); in fillInPacket()
341 udpSeed += intAbs(buf.getShort(ipChecksumOffset + 8)); in fillInPacket()
593 short l2type = packet.getShort(); in decodeFullPacket()
604 short ipTotalLength = packet.getShort(); in decodeFullPacket()
605 short ipIdentification = packet.getShort(); in decodeFullPacket()
610 short ipChksm = packet.getShort(); in decodeFullPacket()
619 short udpSrcPort = packet.getShort(); in decodeFullPacket()
620 short udpDstPort = packet.getShort(); in decodeFullPacket()
[all …]
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java61 public short getShort(int columnIndex) { in getShort() method in AbstractWindowedCursor
63 return mWindow.getShort(mPos, columnIndex); in getShort()
DCursorWrapper.java109 public short getShort(int columnIndex) { in getShort() method in CursorWrapper
110 return mCursor.getShort(columnIndex); in getShort()
DMergeCursor.java102 public short getShort(int column) in getShort() method in MergeCursor
104 return mCursor.getShort(column); in getShort()
DCursor.java259 short getShort(int columnIndex); in getShort() method
DMatrixCursor.java235 public short getShort(int column) { in getShort() method in MatrixCursor
DAbstractCursor.java84 abstract public short getShort(int column); in getShort() method in AbstractCursor
DCursorWindow.java557 public short getShort(int row, int column) { in getShort() method in CursorWindow
DDatabaseUtils.java910 values.put(column, cursor.getShort(index)); in cursorShortToContentValuesIfPresent()
/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java39 assertEquals(0, cursor.getShort(0)); in testNullValue()
152 assertEquals(1, cursor.getShort(1)); in checkValues()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java474 public short getShort(String property, short def) { in getShort() method in TypedProperties
623 public short getShort(String property) { in getShort() method in TypedProperties
624 return getShort(property, (short)0); in getShort()
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java191 public short getShort(int column) in getShort() method in SortCursor
193 return mCursor.getShort(column); in getShort()
/frameworks/base/core/java/android/nfc/tech/
DNfcA.java70 mSak = extras.getShort(EXTRA_SAK); in NfcA()
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java76 public short getShort(int columnIndex) { in getShort() method in MockCursor
/frameworks/base/core/java/android/util/
DEventLog.java106 mBuffer.limit(PAYLOAD_START + mBuffer.getShort(LENGTH_OFFSET)); in getData()
/frameworks/base/core/java/android/os/
DBundle.java891 public short getShort(String key) { in getShort() method in Bundle
893 return getShort(key, (short) 0); in getShort()
904 public short getShort(String key, short defaultValue) { in getShort() method in Bundle
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DVirtualizerTest.java215 return converter.getShort(offset); in byteArrayToShort()
DBassBoostTest.java218 return converter.getShort(offset); in byteArrayToShort()
DPresetReverbTest.java244 return converter.getShort(offset); in byteArrayToShort()
DEqualizerTest.java350 return converter.getShort(offset); in byteArrayToShort()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java473 int size = bb.getShort(); in waitSocketSignal()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1300 return converter.getShort(offset); in byteArrayToShort()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java1519 return converter.getShort(offset); in byteArrayToShort()
/frameworks/base/core/java/android/content/
DIntent.java4203 mExtras.getShort(name, defaultValue); in getShortExtra()
/frameworks/base/api/
D14.txt6700 method public abstract short getShort(int);
6746 method public short getShort(int);
6802 method public abstract short getShort(int);
6867 method public short getShort(int, int);
6907 method public short getShort(int);
7046 method public short getShort(int);
7064 method public short getShort(int);
14431 method public short getShort(java.lang.String);
14432 method public short getShort(java.lang.String, short);
19676 method public short getShort(int);
[all …]

12