OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPACITY_64KB
(Results
1 - 2
of
2
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ServerSocketChannelTest.java
44
private static final int
CAPACITY_64KB
= 65536;
505
ByteBuffer buf = ByteBuffer.allocate(
CAPACITY_64KB
);
506
for (int i = 0; i <
CAPACITY_64KB
; i++) {
515
assertReadResult(in,
CAPACITY_64KB
);
550
ByteBuffer buf = ByteBuffer.allocate(
CAPACITY_64KB
);
551
for (int i = 0; i <
CAPACITY_64KB
; i++) {
560
assertReadResult(in,
CAPACITY_64KB
);
575
byte[] writeContent = new byte[
CAPACITY_64KB
];
583
assertWriteResult(
CAPACITY_64KB
);
618
byte[] writeContent = new byte[
CAPACITY_64KB
];
[
all
...]
DatagramChannelTest.java
52
private static final int
CAPACITY_64KB
= 65536;
[
all
...]
Completed in 66 milliseconds