Home
last modified time | relevance | path

Searched refs:getScope (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
DLinkAddressTest.java76 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors()
82 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors()
89 assertEquals(RT_SCOPE_LINK, address.getScope()); in testConstructors()
95 assertEquals(456, address.getScope()); in testConstructors()
178 assertEquals(RT_SCOPE_HOST, new LinkAddress("::/128").getScope()); in testAddressScopes()
179 assertEquals(RT_SCOPE_HOST, new LinkAddress("0.0.0.0/32").getScope()); in testAddressScopes()
181 assertEquals(RT_SCOPE_LINK, new LinkAddress("::1/128").getScope()); in testAddressScopes()
182 assertEquals(RT_SCOPE_LINK, new LinkAddress("127.0.0.5/8").getScope()); in testAddressScopes()
183 assertEquals(RT_SCOPE_LINK, new LinkAddress("fe80::ace:d00d/64").getScope()); in testAddressScopes()
184 assertEquals(RT_SCOPE_LINK, new LinkAddress("169.254.5.12/16").getScope()); in testAddressScopes()
[all …]
/frameworks/base/core/java/android/net/
DLinkAddress.java278 public int getScope() { in getScope() method in LinkAddress
/frameworks/base/core/java/com/android/server/net/
DNetlinkTracker.java94 " flags " + address.getFlags() + " scope " + address.getScope()); in maybeLog()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1407 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1535 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1469 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17010 method public int getScope();
44449 method public final java.security.IdentityScope getScope();
/frameworks/base/api/
Dcurrent.txt23580 method public int getScope();
54145 method public final java.security.IdentityScope getScope();
Dsystem-current.txt25413 method public int getScope();
57679 method public final java.security.IdentityScope getScope();
Dtest-current.txt23654 method public int getScope();
54238 method public final java.security.IdentityScope getScope();