Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInet6AddressTest.java581 + " not detected.", addr.isMCOrgLocal()); in test_isMCOrgLocal()
586 + " not detected.", addr.isMCOrgLocal()); in test_isMCOrgLocal()
593 + " not detected.", addr.isMCOrgLocal()); in test_isMCOrgLocal()
600 + " not detected.", addr.isMCOrgLocal()); in test_isMCOrgLocal()
609 !addr.isMCOrgLocal()); in test_isMCOrgLocal()
618 !addr.isMCOrgLocal()); in test_isMCOrgLocal()
627 !addr.isMCOrgLocal()); in test_isMCOrgLocal()
636 !addr.isMCOrgLocal()); in test_isMCOrgLocal()
644 .isMCOrgLocal()); in test_isMCOrgLocal()
650 .isMCOrgLocal()); in test_isMCOrgLocal()
DInet4AddressTest.java288 !addr.isMCOrgLocal()); in test_isMCOrgLocal()
296 !addr.isMCOrgLocal()); in test_isMCOrgLocal()
302 .isMCOrgLocal()); in test_isMCOrgLocal()
308 .isMCOrgLocal()); in test_isMCOrgLocal()
DInetAddressTest.java215 assertFalse(ia2.isMCOrgLocal()); in test_isMCVerify()
221 assertFalse(ia2.isMCOrgLocal()); in test_isMCVerify()
227 assertFalse(ia2.isMCOrgLocal()); in test_isMCVerify()
233 assertFalse(ia2.isMCOrgLocal()); in test_isMCVerify()
/libcore/ojluni/annotations/mmodule/java/net/
DInet4Address.annotated.java55 public boolean isMCOrgLocal() { throw new RuntimeException("Stub!"); } in isMCOrgLocal() method in Inet4Address
DInet6Address.annotated.java58 public boolean isMCOrgLocal() { throw new RuntimeException("Stub!"); } in isMCOrgLocal() method in Inet6Address
DInetAddress.annotated.java56 public boolean isMCOrgLocal() { throw new RuntimeException("Stub!"); } in isMCOrgLocal() method in InetAddress
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java144 public boolean isMCOrgLocal() { in isMCOrgLocal() method in Inet6Address
300 boolean isMCOrgLocal() { in isMCOrgLocal() method in Inet6Address.Inet6AddressHolder
DInet4Address.java87 public boolean isMCOrgLocal() { in isMCOrgLocal() method in Inet4Address
DInetAddress.java84 public boolean isMCOrgLocal() { in isMCOrgLocal() method in InetAddress
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java382 boolean isMCOrgLocal() { in isMCOrgLocal() method in Inet6Address.Inet6AddressHolder
848 public boolean isMCOrgLocal() { in isMCOrgLocal() method in Inet6Address
849 return holder6.isMCOrgLocal(); in isMCOrgLocal()
DInet4Address.java313 public boolean isMCOrgLocal() { in isMCOrgLocal() method in Inet4Address
DInetAddress.java450 public boolean isMCOrgLocal() { in isMCOrgLocal() method in InetAddress