Searched refs:GT (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/include/media/stagefright/foundation/ |
D | ADebug.h | 80 MAKE_COMPARATOR(GT,>) 100 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>)
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 45 GT = 13, enumerator 181 Operator& Operator::create<Operator::GT>();
|
D | BinaryOp.h | 78 IntOperand* BinaryOp<Operator::GT>::eval(const Module&, const TargetLDBackend&);
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 215 Operator& Operator::create<Operator::GT>() { in create() 216 static BinaryOp<Operator::GT> op; in create()
|
D | BinaryOp.cpp | 99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval()
|
D | ScriptParser.yy | 717 &Operator::create<Operator::GT>());
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 157 <td><code>VT</code>, <code>GT</code>, <code>GR</code></td> 165 <td><code>VT</code>, <code>GT</code>, <code>GR</code>, <code>UT</code></td> 281 <td>{@code GT}</td> 402 appending them as extras under the keys {@code GT} and {@code GR}. </p> 404 <p>The application {@code Policy} can extract the {@code GT} and {@code GR} extras and use them to 415 <p>The {@code ServerManagedPolicy} uses the server-supplied {@code GT} and {@code GR} values as
|