Home
last modified time | relevance | path

Searched refs:isMCNodeLocal (Results 1 – 13 of 13) 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/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/annotations/mmodule/java/net/
DInet4Address.annotated.java49 public boolean isMCNodeLocal() { throw new RuntimeException("Stub!"); } in isMCNodeLocal() method in Inet4Address
DInet6Address.annotated.java52 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/src/main/java/java/net/
DInet6Address.java375 boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet6Address.Inet6AddressHolder
814 public boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet6Address
815 return holder6.isMCNodeLocal(); in isMCNodeLocal()
DInet4Address.java281 public boolean isMCNodeLocal() { in isMCNodeLocal() method in Inet4Address
DInetAddress.java413 public boolean isMCNodeLocal() { in isMCNodeLocal() method in InetAddress
/libcore/ojluni/annotations/sdk/nullability/java/net/
DInetAddress.annotated.java47 public boolean isMCNodeLocal() { throw new RuntimeException("Stub!"); } in isMCNodeLocal() method in InetAddress