Home
last modified time | relevance | path

Searched refs:Prefix (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
DRouteInfoTest.java35 private IpPrefix Prefix(String prefix) { in Prefix() method in RouteInfoTest
51 assertEquals(Prefix("::/0"), r.getDestination()); in testConstructor()
56 assertEquals(Prefix("0.0.0.0/0"), r.getDestination()); in testConstructor()
61 r = new RouteInfo(Prefix("2001:db8:beef:cafe::/48"), null, "lo"); in testConstructor()
62 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination()); in testConstructor()
66 r = new RouteInfo(Prefix("192.0.2.5/24"), null); in testConstructor()
67 assertEquals(Prefix("192.0.2.0/24"), r.getDestination()); in testConstructor()
87 r = new PatchedRouteInfo(Prefix("2001:db8:f00::ace:d00d/127"), null, "rmnet0"); in testMatches()
95 r = new PatchedRouteInfo(Prefix("192.0.2.0/23"), null, "wlan0"); in testMatches()
101 PatchedRouteInfo ipv6Default = new PatchedRouteInfo(Prefix("::/0"), null, "rmnet0"); in testMatches()
[all …]
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp81 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('2'));
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp146 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('3'));
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design.jd182 <th>Prefix</th>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd721 <p>Name Prefix -
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd630 byte[] payload = new byte[uriField.length + 1]; //add 1 for the URI Prefix