Home
last modified time | relevance | path

Searched refs:ORIGIN (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h86 ORIGIN = 46, enumerator
165 Operator& Operator::create<Operator::ORIGIN>();
DUnaryOp.h90 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp202 Operator& Operator::create<Operator::ORIGIN>() in create()
204 static UnaryOp<Operator::ORIGIN> op; in create()
DUnaryOp.cpp160 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, in eval()
DScriptScanner.ll118 <EXPRESSION>"ORIGIN" { return token::ORIGIN; }
DScriptParser.yy133 %token ORIGIN
865 | ORIGIN '(' string ')'
/frameworks/base/api/
Dcurrent.txt27164 field public static final java.lang.String EXTRA_ORIGIN = "android.speech.extra.ORIGIN";