Searched refs:channel2 (Results 1 – 7 of 7) sorted by relevance
65 private DatagramChannel channel2; field in DatagramChannelTest77 this.channel2 = DatagramChannel.open(); in setUp()94 if (null != this.channel2) { in tearDown()96 this.channel2.close(); in tearDown()1255 this.channel2.configureBlocking(false); in testReceiveSend_NonBlock_NotBound()1279 this.channel2.configureBlocking(false); in testReceiveSend_NonBlock_Normal_C2S()1308 this.channel2.configureBlocking(false); in testReceiveSend_NonBlock_Empty()1322 this.channel2.configureBlocking(false); in testReceiveSend_NonBlock_Empty_S2C()1336 this.channel2.configureBlocking(false); in testReceiveSend_NonBlock_Empty_C2S()1370 this.channel2.configureBlocking(false); in testReceiveSend_NonBlock_Oversize_C2S()[all …]
61 private SocketChannel channel2; field in SocketChannelTest78 this.channel2 = SocketChannel.open(); in setUp()91 if (null != this.channel2) { in tearDown()93 this.channel2.close(); in tearDown()
51 private AnimChannel channel1, channel2; field in TestAnimBlendBug66 channel2.setAnim(animNames[4], 0); in onAction()68 channel2.setSpeed(0.25f); in onAction()113 channel2 = control2.createChannel(); in simpleInitApp()
126 … RefPtr<PlatformMessagePortChannel> channel2 = PlatformMessagePortChannel::create(queue2, queue1); in createChannel() local129 channel1->setEntangledChannel(channel2); in createChannel()130 channel2->setEntangledChannel(channel1); in createChannel()133 port1->entangle(MessagePortChannel::create(channel2)); in createChannel()
146 RefPtr<PlatformMessagePortChannel> channel2 = PlatformMessagePortChannel::create(); in createChannel() local149 channel1->setEntangledChannel(channel2); in createChannel()150 channel2->setEntangledChannel(channel1); in createChannel()153 port1->entangle(MessagePortChannel::create(channel2)); in createChannel()
199 __u8 channel2; member
1786 __vki_u8 channel2; member