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

/openjdk7/langtools/test/tools/javac/assert/
H A DPosition.java9 public class Position { class
11 Position.class.getClassLoader().setClassAssertionStatus("U", true);
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DPosition.java42 public class Position { class
61 throw new RuntimeException("Position failed");
72 throw new RuntimeException("Position expected to be size");
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPosition.java33 * A {@code Position} object points at a location between two characters.
34 * As the surrounding content is altered, the {@code Position} object
36 * inserted or removed before the {@code Position} object's location, then the
37 * {@code Position} increments or decrements its offset, respectively,
39 * that contains a {@code Position}'s offset, then the {@code Position}'s
41 * a {@code Position} has an offset of 5 and the region 2-10 is removed, then
42 * the {@code Position}'s offset becomes 2.
44 * {@code Position} with an offset of 0 is a special case. It never changes its
49 public interface Position { interface
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DManifestDigester.java46 static class Position { class in class:ManifestDigester
65 private boolean findSection(int offset, Position pos)
115 Position pos = new Position();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DPosition.java44 public class Position { class
60 private Position() {} method in class:Position
83 * {@link Position.NOPOS represents an undefined position.
87 * @return an encoded position or {@link Position.NOPOS
190 private int lastPosition = Position.FIRSTPOS;
191 private int lastLine = Position.FIRSTLINE;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c155 int Position; local
159 Position = IsInSet(Type, c);
161 if (Position != -1) {
163 *index = Position;

Completed in 52 milliseconds