OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBufferAllocator
(Results
1 - 4
of
4
) sorted by null
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptEngineTest.java
19
import static org.conscrypt.Conscrypt.Engines.
setBufferAllocator
;
293
setBufferAllocator
(clientEngine, bufferType.allocator);
294
setBufferAllocator
(serverEngine, bufferType.allocator);
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EngineType.java
91
Conscrypt.Engines.
setBufferAllocator
(engine, PooledAllocator.getInstance());
98
Conscrypt.Engines.
setBufferAllocator
(engine, PooledAllocator.getInstance());
/external/conscrypt/common/src/main/java/org/conscrypt/
Conscrypt.java
377
public static void
setBufferAllocator
(SSLEngine engine, BufferAllocator bufferAllocator) {
378
toConscrypt(engine).
setBufferAllocator
(bufferAllocator);
ConscryptEngine.java
202
void
setBufferAllocator
(BufferAllocator bufferAllocator) {
[
all
...]
Completed in 79 milliseconds