OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeLongLe
(Results
1 - 4
of
4
) sorted by null
/external/okhttp/okio/src/main/java/okio/
BufferedSink.java
65
BufferedSink
writeLongLe
(long v) throws IOException;
RealBufferedSink.java
107
@Override public BufferedSink
writeLongLe
(long v) throws IOException {
109
buffer.
writeLongLe
(v);
OkBuffer.java
493
@Override public BufferedSink
writeLongLe
(long v) {
/external/okhttp/okio/src/test/java/okio/
OkBufferTest.java
416
@Test public void
writeLongLe
() throws Exception {
418
data.
writeLongLe
(0xabcdef0187654321L);
419
data.
writeLongLe
(0xcafebabeb0b15c00L);
Completed in 835 milliseconds