Home
last modified time | relevance | path

Searched defs:toRelease (Results 1 – 5 of 5) sorted by relevance

/external/okio/okio/src/jvmMain/kotlin/okio/
DInflaterSource.kt124 val toRelease = bufferBytesHeldByInflater - inflater.remaining in releaseBytesAfterInflate() constant
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DIOContext.java280 protected final void _verifyRelease(byte[] toRelease, byte[] src) { in _verifyRelease()
285 protected final void _verifyRelease(char[] toRelease, char[] src) { in _verifyRelease()
/external/okhttp/okio/okio/src/main/java/okio/
DInflaterSource.java113 int toRelease = bufferBytesHeldByInflater - inflater.getRemaining(); in releaseInflatedBytes() local
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DInflaterSource.java115 int toRelease = bufferBytesHeldByInflater - inflater.getRemaining(); in releaseInflatedBytes() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DDefaultAudioSink.java1014 final AudioTrack toRelease = audioTrack; in flush() local
1059 final AudioTrack toRelease = keepSessionIdAudioTrack; in releaseKeepSessionIdAudioTrack() local