Home
last modified time | relevance | path

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

/frameworks/av/drm/mediacas/plugins/clearkey/tests/
DAndroid.mk30 -Wl,--rpath,\$${ORIGIN}/../../../system/vendor/lib/mediacas -Wl,--enable-new-dtags
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h79 ORIGIN = 46, enumerator
157 Operator& Operator::create<Operator::ORIGIN>();
DUnaryOp.h83 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp148 Operator& Operator::create<Operator::ORIGIN>() { in create()
149 static UnaryOp<Operator::ORIGIN> op; in create()
DUnaryOp.cpp155 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, in eval()
DScriptScanner.ll125 <EXPRESSION>"ORIGIN" { return token::ORIGIN; }
DScriptParser.yy136 %token ORIGIN
876 | ORIGIN '(' string ')'