HomeSort by relevance Sort by last modified time
    Searched full:leavegroup (Results 1 - 14 of 14) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
MulticastSocketTest.java 107 ms.leaveGroup(groupAddr);
109 ms.leaveGroup(groupSockAddr, groupNI);
486 mss.leaveGroup(group);
496 mss.leaveGroup(null, null);
506 mss.leaveGroup(new InetSocketAddress(InetAddress.getByName("127.0.0.1"), 0), null);
516 mss.leaveGroup(new InetSocketAddress(InetAddress.getByName("::1"), 0), null);
544 mss.leaveGroup(groupSockAddr, null);
546 mss.leaveGroup(groupSockAddr, null);
554 mss.leaveGroup(groupSockAddr2, networkInterface1);
559 mss.leaveGroup(groupSockAddr, networkInterface1)
    [all...]
DatagramSocketImplTest.java 105 protected void leaveGroup(SocketAddress addr, NetworkInterface netInterface)
DatagramSocketTest.java 716 // socket.leaveGroup(group);
827 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1)
    [all...]
  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 182 public void leaveGroup(InetAddress groupAddr) throws IOException {
200 public void leaveGroup(SocketAddress groupAddress, NetworkInterface netInterface) throws IOException {
202 impl.leaveGroup(groupAddress, netInterface);
PlainDatagramSocketImpl.java 143 public void leaveGroup(SocketAddress addr, NetworkInterface netInterface) throws IOException {
DatagramSocketImpl.java 175 protected abstract void leaveGroup(SocketAddress addr,
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 169 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException {
OldDatagramSocketTest.java     [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 106 // LeaveGroup - Remove a register from its current group and place
109 unsigned LeaveGroup(unsigned Reg);
AggressiveAntiDepBreaker.cpp 96 unsigned AggressiveAntiDepState::LeaveGroup(unsigned Reg)
330 State->LeaveGroup(Reg);
343 State->LeaveGroup(SubregReg);
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 476 _socket.leaveGroup(_group);
    [all...]
  /prebuilts/sdk/7/
android.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 904 milliseconds