Searched defs:Prefix (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/tests/net/java/android/net/ |
H A D | RouteInfoTest.java | 35 private IpPrefix Prefix(String prefix) { method in class:RouteInfoTest 51 assertEquals(Prefix("::/0"), r.getDestination()); 56 assertEquals(Prefix("0.0.0.0/0"), r.getDestination()); 61 r = new RouteInfo(Prefix("2001:db8:beef:cafe::/48"), null, "lo"); 62 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination()); 66 r = new RouteInfo(Prefix("192.0.2.5/24"), null); 67 assertEquals(Prefix("192.0.2.0/24"), r.getDestination()); 87 r = new PatchedRouteInfo(Prefix("2001:db8:f00::ace:d00d/127"), null, "rmnet0"); 95 r = new PatchedRouteInfo(Prefix("192.0.2.0/23"), null, "wlan0"); 101 PatchedRouteInfo ipv6Default = new PatchedRouteInfo(Prefix(" [all...] |
/frameworks/compile/slang/ |
H A D | slang_rs_reflection.cpp | 403 void RSReflectionJava::genConditionalVal(const std::string &Prefix, bool Parens, argument 405 if (Prefix.empty() || (Val != 0) || (Val32.first && (Val32.second != 0 ))) { 406 mOut << Prefix; local
|
Completed in 908 milliseconds