Searched refs:ADDR (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/net/java/android/net/
H A DStaticIpConfigurationTest.java41 private static final LinkAddress ADDR = new LinkAddress(ADDRSTR); field in class:StaticIpConfigurationTest
66 s.ipAddress = ADDR;
102 s.ipAddress = ADDR;
151 s.ipAddress = ADDR;
152 expected.addLinkAddress(ADDR);
194 expected.removeLinkAddress(ADDR);
/frameworks/compile/mclinker/include/mcld/Script/
H A DUnaryOp.h62 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module&,
H A DOperator.h66 ADDR = 33, enumerator in enum:mcld::Operator::Type
143 Operator& Operator::create<Operator::ADDR>();
/frameworks/compile/mclinker/lib/Script/
H A DRpnExpr.cpp79 // ADDR ( `output_sect' ) + SIZEOF ( `output_sect' )
83 expr->push_back(&Operator::create<Operator::ADDR>());
H A DOperator.cpp35 "ADDR", "ALIGN", "ALIGNOF",
106 Operator& Operator::create<Operator::ADDR>() {
107 static UnaryOp<Operator::ADDR> op;
H A DUnaryOp.cpp70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule,
H A DScriptParser.yy123 %token ADDR
780 | ADDR '(' string ')'
784 &Operator::create<Operator::ADDR>());
H A DScriptScanner.ll112 <EXPRESSION>"ADDR" { return token::ADDR; }
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DNat464XlatTest.java55 static final LinkAddress ADDR = new LinkAddress("192.0.2.5/29"); field in class:Nat464XlatTest
84 when(mConfig.getLinkAddress()).thenReturn(ADDR);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 215 milliseconds