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

/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DAclEntryImpl.java41 private boolean negative = false; field in class:AclEntryImpl
74 * This method sets the ACL to have negative permissions.
79 negative = true;
83 * Returns true if this is a negative ACL.
86 return negative;
143 if (negative)
169 cloned.negative = negative;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DDefaultExprFactory.java105 public Negative negative (Expression operand) method in class:DefaultExprFactory
108 } // negative
H A DExprFactory.java57 Negative negative (Expression operand); method in interface:ExprFactory
/openjdk7/jdk/test/sun/nio/cs/
H A DTestISO2022CNDecoder.java171 private static boolean negative (byte encoded [], String label) method in class:TestISO2022CNDecoder
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp473 negative = 0x8, enumerator in enum:Assembler::Condition
2348 assert(offset > 0, "must bang with negative offset");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp817 negative = 6, enumerator in enum:Assembler::Condition
2597 assert(offset > 0, "must bang with negative offset");

Completed in 2298 milliseconds