Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DRewindableReadableByteChannelTest.java43 ReadableByteChannel baseChannel = new ByteBufferChannel("some data".getBytes(UTF_8)); in testOpenClose() local
56 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testSingleRead() local
69 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testReadTwice() local
87 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testReadAfterEof() local
101 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testReadRewindShorterReads() local
121 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testReadRewindLongerRead() local
138 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testReadRewindReadEverything() local
155 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testReadTwiceRewindRead() local
176 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testRewindAfterCloseFails() local
187 ReadableByteChannel baseChannel = new ByteBufferChannel(inputData); in testReadAfterCloseFails() local
[all …]
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DRewindableReadableByteChannel.java37 final ReadableByteChannel baseChannel; field in RewindableReadableByteChannel
51 public RewindableReadableByteChannel(ReadableByteChannel baseChannel) { in RewindableReadableByteChannel()
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/orca/
H A DOrcaMetricReportingServerInterceptorTest.java126 ManagedChannel baseChannel = in setUp() local
/aosp_15_r20/external/grpc-grpc-java/examples/android/clientcache/app/src/test/java/io/grpc/clientcacheexample/
H A DSafeMethodCachingInterceptorTest.java109 private ManagedChannel baseChannel; field in SafeMethodCachingInterceptorTest
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...