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

/frameworks/base/core/tests/coretests/src/android/net/
H A DStaticIpConfigurationTest.java37 private static final LinkAddress ADDR = new LinkAddress(ADDRSTR); field in class:StaticIpConfigurationTest
70 s.ipAddress = ADDR;
106 s.ipAddress = ADDR;
155 s.ipAddress = ADDR;
156 expected.addLinkAddress(ADDR);
198 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/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 1354 milliseconds