Searched defs:neq (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/file/attribute/FileTime/
H A DBasic.java46 neq(now, MILLISECONDS, 0, MILLISECONDS);
47 neq(now, MILLISECONDS, 0, MICROSECONDS);
140 static void neq(long v1, TimeUnit u1, long v2, TimeUnit u2) { method in class:Basic
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp354 eql, neq, lss, leq, gtr, geq enumerator in enum:Instruction::Condition

Completed in 34 milliseconds