Searched defs:UnaryOperation (Results 1 - 6 of 6) sorted by relevance

/external/smali/dexlib2/accessorTestGenerator/src/main/java/org/jf/dexlib2/
H A DAccessorTestGenerator.java40 private static class UnaryOperation { class in class:AccessorTestGenerator
42 public UnaryOperation(String name) { method in class:AccessorTestGenerator.UnaryOperation
58 public final UnaryOperation[] unaryOperations;
60 public TypeDef(String name, UnaryOperation[] unaryOperations, BinaryOperation[] binaryOperations) {
67 private static final UnaryOperation[] unaryOperations = new UnaryOperation[] {
68 new UnaryOperation("preinc"),
69 new UnaryOperation("postinc"),
70 new UnaryOperation("predec"),
71 new UnaryOperation("postde
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DUnaryOperation.java19 * $Id: UnaryOperation.java 468655 2006-10-28 07:12:06Z minchau $
32 public abstract class UnaryOperation extends Expression implements ExpressionOwner class in inherits:Expression,ExpressionOwner
156 if(!m_right.deepEquals(((UnaryOperation)expr).m_right))
/external/v8/src/ast/
H A Dast.h97 V(UnaryOperation) \
2069 class UnaryOperation final : public Expression {
2086 UnaryOperation(Token::Value op, Expression* expression, int pos) function in class:v8::internal::final
3422 UnaryOperation* NewUnaryOperation(Token::Value op,
3425 return new (zone_) UnaryOperation(op, expression, pos);
/external/annotation-tools/asmx/test/lib/
H A Djanino-2.3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/codehaus/ org/codehaus/janino/ org/codehaus/janino/AntCompilerAdapter ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/annotation-tools/asmx/
H A Djanino.jarMETA-INF/ META-INF/MANIFEST.MF org/codehaus/janino/ org/codehaus/janino/samples/ org/codehaus/janino/ ...

Completed in 337 milliseconds