Searched refs:getScope (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/net/java/android/net/ |
D | LinkAddressTest.java | 84 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors() 91 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors() 99 assertEquals(RT_SCOPE_LINK, address.getScope()); in testConstructors() 106 assertEquals(456, address.getScope()); in testConstructors() 191 assertEquals(RT_SCOPE_HOST, new LinkAddress("::/128").getScope()); in testAddressScopes() 192 assertEquals(RT_SCOPE_HOST, new LinkAddress("0.0.0.0/32").getScope()); in testAddressScopes() 194 assertEquals(RT_SCOPE_LINK, new LinkAddress("::1/128").getScope()); in testAddressScopes() 195 assertEquals(RT_SCOPE_LINK, new LinkAddress("127.0.0.5/8").getScope()); in testAddressScopes() 196 assertEquals(RT_SCOPE_LINK, new LinkAddress("fe80::ace:d00d/64").getScope()); in testAddressScopes() 197 assertEquals(RT_SCOPE_LINK, new LinkAddress("169.254.5.12/16").getScope()); in testAddressScopes() [all …]
|
/frameworks/base/core/java/android/net/ |
D | LinkAddress.java | 295 public int getScope() { in getScope() method in LinkAddress
|
/frameworks/base/core/java/com/android/server/net/ |
D | NetlinkTracker.java | 94 " flags " + address.getFlags() + " scope " + address.getScope()); in maybeLog()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1407 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1536 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1469 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17010 method public int getScope(); 44449 method public final java.security.IdentityScope getScope();
|
/frameworks/base/api/ |
D | current.txt | 25587 method public int getScope(); 58700 method public final java.security.IdentityScope getScope();
|
D | test-current.txt | 25743 method public int getScope(); 59182 method public final java.security.IdentityScope getScope();
|
D | system-current.txt | 27818 method public int getScope(); 62658 method public final java.security.IdentityScope getScope();
|