OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:produced
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java
527
// and get the number of
produced
bytes:
604
int
produced
= 0;
local
687
produced
= remaining_wrapped_data.length;
690
handshakeStatus, dataStream.consumed(),
produced
);
707
produced
= remaining_hsh_data.length;
717
getEngineStatus(), getHandshakeStatus(), 0,
produced
);
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java
1399
int
produced
= 0;
local
[
all
...]
Completed in 66 milliseconds