Home
last modified time | relevance | path

Searched defs:targetBytes (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java238 long indexOfElement(ByteString targetBytes) throws IOException; in indexOfElement()
247 long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException; in indexOfElement()
DRealBufferedSource.java334 @Override public long indexOfElement(ByteString targetBytes) throws IOException { in indexOfElement()
338 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException { in indexOfElement()
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java240 long indexOfElement(ByteString targetBytes) throws IOException; in indexOfElement()
249 long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException; in indexOfElement()
DRealBufferedSource.java335 @Override public long indexOfElement(ByteString targetBytes) throws IOException { in indexOfElement()
339 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException { in indexOfElement()
/external/dng_sdk/source/
Ddng_xmp_sdk.cpp1316 uint32 targetBytes, in Serialize()
Ddng_xmp.cpp561 uint32 targetBytes, in Serialize()