Home
last modified time | relevance | path

Searched refs:ADDR (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DStaticIpConfigurationTest.java44 private static final LinkAddress ADDR = new LinkAddress(ADDRSTR); field in StaticIpConfigurationTest
66 s.ipAddress = ADDR; in makeTestObject()
102 s.ipAddress = ADDR; in testHashCodeAndEquals()
151 s.ipAddress = ADDR; in testToLinkProperties()
152 expected.addLinkAddress(ADDR); in testToLinkProperties()
194 expected.removeLinkAddress(ADDR); in testToLinkProperties()
227 .setIpAddress(ADDR) in testBuilder()
234 assertEquals(ADDR, s.getIpAddress()); in testBuilder()
266 assertEquals(new RouteInfo(ADDR, (InetAddress) null, IFACE), routeInfoList.get(0)); in testGetRoutes()
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h66 ADDR = 33, enumerator
143 Operator& Operator::create<Operator::ADDR>();
H A DUnaryOp.h62 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module&,
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNat464XlatTest.java69 static final LinkAddress ADDR = new LinkAddress("192.0.2.5/29"); field in Nat464XlatTest
121 mConfig.ipv4Addr = ADDR.getAddress().getHostAddress();
122 mConfig.prefixLength = ADDR.getPrefixLength();
207 mNai.linkProperties.addLinkAddress(ADDR);
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp106 Operator& Operator::create<Operator::ADDR>() { in create()
107 static UnaryOp<Operator::ADDR> op; in create()
H A DRpnExpr.cpp83 expr->push_back(&Operator::create<Operator::ADDR>()); in buildHelperExpr()
H A DUnaryOp.cpp70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, in eval()
H A DScriptParser.yy123 %token ADDR
780 | ADDR '(' string ')'
784 &Operator::create<Operator::ADDR>());
H A DScriptScanner.ll112 <EXPRESSION>"ADDR" { return token::ADDR; }
/aosp12/frameworks/base/cmds/incident_helper/testdata/
H A Dps.txt1 LABEL USER PID TID PPID VSZ RSS WCHAN ADDR
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41678 Landroid/os/PsProto$Process;->ADDR:J