Searched refs:Prefix (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/net/ |
D | RouteInfoTest.java | 35 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/ |
D | Main.cpp | 77 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('2'));
|
/frameworks/compile/slang/ |
D | slang_rs_reflection.h | 303 void genConditionalVal(const std::string &Prefix, bool Parens,
|
D | slang_rs_reflection.cpp | 403 void RSReflectionJava::genConditionalVal(const std::string &Prefix, bool Parens, in genConditionalVal() argument 405 if (Prefix.empty() || (Val != 0) || (Val32.first && (Val32.second != 0 ))) { in genConditionalVal() 406 mOut << Prefix; in genConditionalVal()
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 154 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('3'));
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 397 // The lifetime of an option (e.g., the Prefix Information Option) is the 403 // Prefix valid lifetime from the prefix information option. 406 // Prefix preferred lifetime from the prefix information option.
|