OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newchannel
(Results
1 - 13
of
13
) sorted by null
/libcore/harmony-tests/src/test/java/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java
51
track.getSampleDescriptionBox().getBox(Channels.
newChannel
(curBaos));
52
stsd.getBox(Channels.
newChannel
(refBaos));
139
cur1.getBox(Channels.
newChannel
(baos1));
140
cur2.getBox(Channels.
newChannel
(baos2));
/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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java
41
* RpcChannel channel = rpcImpl.
newChannel
("remotehost.example.com:1234");
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java
140
WritableByteChannel wbc = Channels.
newChannel
(baos);
/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/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java
563
private int
newChannel
(){
837
int index =
newChannel
();
875
int index =
newChannel
();
[
all
...]
/external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java
388
WritableByteChannel outChannel = Channels.
newChannel
(out);
391
Channels.
newChannel
(new ByteArrayInputStream(expected));
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java
390
inputChannel = Channels.
newChannel
(resolver.openInputStream(sourceUri));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 590 milliseconds