Home
last modified time | relevance | path

Searched refs:isMCNodeLocal (Results 1 – 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInet6AddressTest.java354 + " not detected.", addr.isMCNodeLocal()); in test_isMCNodeLocal()
359 + " not detected.", addr.isMCNodeLocal()); in test_isMCNodeLocal()
366 + " not detected.", addr.isMCNodeLocal()); in test_isMCNodeLocal()
373 + " not detected.", addr.isMCNodeLocal()); in test_isMCNodeLocal()
380 .isMCNodeLocal()); in test_isMCNodeLocal()
387 .isMCNodeLocal()); in test_isMCNodeLocal()
394 .isMCNodeLocal()); in test_isMCNodeLocal()
401 .isMCNodeLocal()); in test_isMCNodeLocal()
DInetAddressTest.java214 assertFalse(ia2.isMCNodeLocal()); in test_isMCVerify()
220 assertFalse(ia2.isMCNodeLocal()); in test_isMCVerify()
226 assertFalse(ia2.isMCNodeLocal()); in test_isMCVerify()
232 assertFalse(ia2.isMCNodeLocal()); in test_isMCVerify()
DInet4AddressTest.java179 !addr.isMCNodeLocal()); in test_isMCNodeLocal()
187 !addr.isMCNodeLocal()); in test_isMCNodeLocal()
/libcore/ojluni/annotations/mmodule/java/net/
DInet4Address.annotated.java49 public boolean isMCNodeLocal() { throw new RuntimeException("Stub!"); } in isMCNodeLocal() method in Inet4Address
DInet6Address.annotated.java53 public boolean isMCNodeLocal() { throw new RuntimeException("Stub!"); } in isMCNodeLocal() method in Inet6Address
DInetAddress.annotated.java50 public boolean isMCNodeLocal() { throw new RuntimeException("Stub!"); } in isMCNodeLocal() method in InetAddress
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java132 public boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet6Address
288 boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet6Address.Inet6AddressHolder
DInet4Address.java75 public boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet4Address
DInetAddress.java72 public boolean isMCNodeLocal() { in isMCNodeLocal() method in InetAddress
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java367 boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet6Address.Inet6AddressHolder
806 public boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet6Address
807 return holder6.isMCNodeLocal(); in isMCNodeLocal()
DInet4Address.java268 public boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet4Address
DInetAddress.java413 public boolean isMCNodeLocal() { in isMCNodeLocal() method in InetAddress