OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reverseBytesShort
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okio/src/main/java/okio/
Util.java
33
public static short
reverseBytesShort
(short s) {
OkBuffer.java
265
return Util.
reverseBytesShort
(readShort());
456
return writeShort(Util.
reverseBytesShort
((short) s));
/external/okhttp/okio/src/test/java/okio/
GzipSourceTest.java
45
gzipped.writeShort(Util.
reverseBytesShort
((short) hcrc.getValue())); // little endian
54
gzipped.writeShort(Util.
reverseBytesShort
((short) 7)); // little endian extra length
88
gzipped.writeShort(Util.
reverseBytesShort
((short) 7)); // little endian extra length
Completed in 751 milliseconds