HomeSort by relevance Sort by last modified time
    Searched full:app_data_buffer (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 506 ByteBuffer app_data_buffer = ByteBuffer.allocate(applicationBufferSize); local
555 print(client.unwrap(buffer, app_data_buffer));
599 ByteBuffer app_data_buffer = ByteBuffer.allocate(applicationBufferSize); local
610 print(server.unwrap(ByteBuffer.allocate(40), app_data_buffer));
632 server.unwrap(ByteBuffer.allocate(40), app_data_buffer));
673 print(client.unwrap(buffer, app_data_buffer));
1135 ByteBuffer app_data_buffer = ByteBuffer.allocate( local
    [all...]

Completed in 142 milliseconds