Searched refs:targetBytes (Results 1 – 8 of 8) sorted by relevance
/external/okhttp/okio/okio/src/main/java/okio/ |
D | BufferedSource.java | 238 long indexOfElement(ByteString targetBytes) throws IOException; in indexOfElement() argument 247 long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException; in indexOfElement() argument
|
D | RealBufferedSource.java | 334 @Override public long indexOfElement(ByteString targetBytes) throws IOException { in indexOfElement() argument 335 return indexOfElement(targetBytes, 0); in indexOfElement() 338 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException { in indexOfElement() argument 344 while ((index = buffer.indexOfElement(targetBytes, fromIndex)) == -1) { in indexOfElement()
|
D | Buffer.java | 1274 @Override public long indexOfElement(ByteString targetBytes) { 1275 return indexOfElement(targetBytes, 0); 1278 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) { 1284 byte[] toFind = targetBytes.toByteArray();
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetCompoundText.java | 349 byte[] targetBytes = new byte[10]; in encodeLoop() 449 targetBytes[i] = escSeqCompoundText[currentState][i]; in encodeLoop() 455 targetBytes[i+targetLength] = tmpTargetBuffer.get(i); in encodeLoop() 461 target.put(targetBytes[i]); in encodeLoop() 476 this.errorBuffer[m++] = targetBytes[n]; in encodeLoop()
|
/external/dng_sdk/source/ |
D | dng_xmp_sdk.cpp | 1316 uint32 targetBytes, in Serialize() argument 1338 if (asPacket && targetBytes) in Serialize() 1346 targetBytes, in Serialize() 1387 if (forJPEG && asPacket && padBytes > 0 && targetBytes <= kJPEG_XMP_Limit && in Serialize()
|
D | dng_xmp_sdk.h | 191 uint32 targetBytes,
|
D | dng_xmp.h | 63 uint32 targetBytes = 0,
|
D | dng_xmp.cpp | 561 uint32 targetBytes, in Serialize() argument 569 targetBytes, in Serialize()
|