OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newchannel
(Results
1 - 7
of
7
) sorted by null
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java
120
ReadableByteChannel rbChannel = Channels.
newChannel
(this.fins);
134
ReadableByteChannel rbChannel = Channels.
newChannel
(this.fins);
153
* Test method for 'java.nio.channels.Channels.
NewChannel
'
166
ReadableByteChannel rbChannel = Channels.
newChannel
(this.fins);
191
WritableByteChannel rbChannel = Channels.
newChannel
(this.fouts);
212
WritableByteChannel rbChannel = Channels.
newChannel
(this.fouts);
223
* Test method for 'java.nio.channels.Channels.
NewChannel
(OutputStream)'
233
WritableByteChannel rbChannel = Channels.
newChannel
(this.fouts);
325
WritableByteChannel writebc = Channels.
newChannel
((OutputStream) null);
364
ReadableByteChannel rbChannel = Channels.
newChannel
(this.fins)
[
all
...]
/external/dropbear/
common-channel.c
99
struct Channel*
newchannel
(unsigned int remotechan,
function
106
TRACE(("enter
newchannel
"))
118
TRACE(("leave
newchannel
: max chans reached"))
162
TRACE(("leave
newchannel
"))
800
channel =
newchannel
(remotechan, chantype, transwindow, transmaxpacket);
803
TRACE(("
newchannel
returned NULL"))
953
chan =
newchannel
(0, type, 0, 0);
955
TRACE(("leave send_msg_channel_open_init() - FAILED in
newchannel
()"))
channel.h
109
struct Channel*
newchannel
(unsigned int remotechan,
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java
41
* RpcChannel channel = rpcImpl.
newChannel
("remotehost.example.com:1234");
/libcore/luni/src/main/java/java/nio/channels/
Channels.java
95
public static ReadableByteChannel
newChannel
(InputStream inputStream) {
113
public static WritableByteChannel
newChannel
(OutputStream outputStream) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java
392
inputChannel = Channels.
newChannel
(resolver.openInputStream(sourceUri));
[
all
...]
Completed in 105 milliseconds