Searched defs:XOR (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java516 public static final int XOR = 12; field in class:AlphaComposite
599 * <code>AlphaComposite</code> object that implements the opaque XOR rule
601 * @see #XOR
604 public static final AlphaComposite Xor = new AlphaComposite(XOR);
607 private static final int MAX_RULE = XOR;
635 * {@link #SRC_ATOP}, {@link #DST_ATOP}, or {@link #XOR}
661 case XOR:
683 * {@link #SRC_ATOP}, {@link #DST_ATOP}, or {@link #XOR}
737 * {@link #SRC_ATOP}, {@link #DST_ATOP}, or {@link #XOR}
/openjdk7/langtools/src/share/classes/com/sun/source/tree/
H A DTree.java401 XOR(BinaryTree.class), enum constant in enum:Tree.Kind
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserConstants.java135 int XOR = 100; field in interface:ExpressionParserConstants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCOpcodes.java253 public static final int XOR = 3; field in interface:SPARCOpcodes

Completed in 28 milliseconds