OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applicationBufferSize
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java
73
int
applicationBufferSize
= session.getApplicationBufferSize();
74
ByteBuffer scratch = ByteBuffer.allocate(
applicationBufferSize
);
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java
492
int
applicationBufferSize
=
496
ByteBuffer app_data_buffer = ByteBuffer.allocate(
applicationBufferSize
);
585
int
applicationBufferSize
=
589
ByteBuffer app_data_buffer = ByteBuffer.allocate(
applicationBufferSize
);
733
int
applicationBufferSize
=
741
ByteBuffer app_data_plain = ByteBuffer.allocate(
applicationBufferSize
);
[
all
...]
Completed in 762 milliseconds