OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testins
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java
279
InputStream
testins
= Channels.newInputStream(null);
local
280
assertNotNull(
testins
);
281
testins
.read(readbuf);
294
InputStream
testins
= Channels.newInputStream(readbc);
local
295
// read in
testins
and fins use the same pointer
296
testins
.read(readbuf);
301
testins
.read(readbuf);
303
// readbc.close() affect
testins
307
testins
.read(readbuf);
343
// read in
testins
and fins use the same pointe
[
all
...]
Completed in 195 milliseconds