Searched refs:absolute (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DWebRowSetImpl.java193 this.absolute(curPosBfrWrite);
225 this.absolute(curPosBfrWrite);
H A DFilteredRowSetImpl.java260 * <code>absolute(-1)</code> positions the cursor on the last row,
261 * <code>absolute(-2)</code> moves it on the next-to-last row, and so on.
268 * crs.absolute(-4);
278 * Note: Calling <code>absolute(1)</code> is the same as calling the
279 * method <code>first()</code>. Calling <code>absolute(-1)</code> is the
337 * <p>If the number is positive, the cursor moves to an absolute row with
344 * crs.absolute(4);
348 * If the number is negative, the cursor moves to an absolute row position
350 * <code>absolute(-1)</code> positions the cursor on the last row,
351 * <code>absolute(
380 public boolean absolute(int rows) throws SQLException { method in class:FilteredRowSetImpl
[all...]
H A DJoinRowSetImpl.java1997 * <p>If the number is positive, the cursor moves to an absolute row with
2004 * crs.absolute(4);
2008 * If the number is negative, the cursor moves to an absolute row position
2010 * <code>absolute(-1)</code> positions the cursor on the last row,
2011 * <code>absolute(-2)</code> moves it on the next-to-last row, and so on.
2018 * crs.absolute(-4);
2027 * Note: Calling <code>absolute(1)</code> is the same as calling the
2028 * method <code>first()</code>. Calling <code>absolute(-1)</code> is the
2040 public boolean absolute(int row) throws SQLException { method in class:JoinRowSetImpl
2041 return crsInternal.absolute(ro
[all...]
H A DJdbcRowSetImpl.java1950 * an absolute row position with respect to
1952 * <code>absolute(-1)</code> positions the
1953 * cursor on the last row, calling the method <code>absolute(-2)</code>
1960 * <p><B>Note:</B> Calling <code>absolute(1)</code> is the same
1961 * as calling <code>first()</code>. Calling <code>absolute(-1)</code>
1972 public boolean absolute(int row) throws SQLException { method in class:JdbcRowSetImpl
1975 boolean b = rs.absolute(row);
H A DCachedRowSetImpl.java1484 * <code>next</code>, <code>absolute</code>, and <code>relative</code>,
3343 * <code>isFirst</code>, and <code>absolute</code>.
3459 * <p>If the number is positive, the cursor moves to an absolute row with
3466 * crs.absolute(4);
3470 * If the number is negative, the cursor moves to an absolute row position
3472 * <code>absolute(-1)</code> positions the cursor on the last row,
3473 * <code>absolute(-2)</code> moves it on the next-to-last row, and so on.
3480 * crs.absolute(-4);
3489 * Note: Calling <code>absolute(1)</code> is the same as calling the
3490 * method <code>first()</code>. Calling <code>absolute(
3502 public boolean absolute( int row ) throws SQLException { method in class:CachedRowSetImpl
[all...]
/openjdk7/langtools/test/tools/javac/file/zip/
H A DT6836682.java208 final long absolute = MAX_VALUE + 1L;
209 final long required = (long)(absolute * 1.1); // pad for sundries
214 createJarWithLargeFile(largeJar, javaFile, absolute);
/openjdk7/jdk/test/java/nio/file/Path/
H A DPathOps.java150 PathOps absolute() { method in class:PathOps
151 out.println("check path is absolute");
158 out.println("check path is not absolute");
416 test("C:\\").absolute();
417 test("C:\\abc").absolute();
418 test("\\\\server\\share\\").absolute();
834 .absolute();
836 .absolute();
/openjdk7/jdk/test/demo/zipfs/
H A DPathOps.java153 PathOps absolute() { method in class:PathOps
154 out.println("check path is absolute");
161 out.println("check path is not absolute");
327 .absolute();
329 .absolute();
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java491 private String getLogFileName(boolean absolute) { argument
494 if (absolute) return logFile.getAbsolutePath();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java675 // other path is absolute so this path must be absolute
829 UnixPath absolute = toAbsolutePath();
834 byte[] rp = realpath(absolute);
844 for (int i=0; i<absolute.getNameCount(); i++) {
845 UnixPath element = absolute.getName(i);
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java346 crsRow.absolute(1);
1021 * <code>next</code>, <code>absolute</code>, and <code>relative</code>,
2212 * <code>isFirst</code>, and <code>absolute</code>.
2280 * <p>If the number is positive, the cursor moves to an absolute row with
2287 * crs.absolute(4);
2291 * If the number is negative, the cursor moves to an absolute row position
2293 * <code>absolute(-1)</code> positions the cursor on the last row,
2294 * <code>absolute(-2)</code> moves it on the next-to-last row, and so on.
2301 * crs.absolute(-4);
2310 * Note: Calling <code>absolute(
2323 public boolean absolute( int row ) throws SQLException { method in class:SyncResolverImpl
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java102 * and forwards, to an absolute position, or to a position
110 * rs.absolute(5); // moves the cursor to the fifth row of rs
1184 * an absolute row position with respect to
1186 * <code>absolute(-1)</code> positions the
1187 * cursor on the last row; calling the method <code>absolute(-2)</code>
1197 * <p><B>Note:</B> Calling <code>absolute(1)</code> is the same
1198 * as calling <code>first()</code>. Calling <code>absolute(-1)</code>
1217 boolean absolute( int row ) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java1302 * Translates absolute coordinates into coordinates in the coordinate
1305 Point pointRelativeToComponent(Point absolute) { argument
1307 return new Point(absolute.x - compCoords.x,
1308 absolute.y - compCoords.y);
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java76 * <p> An <i>absolute</i> URI specifies a scheme; a URI that is not absolute is
80 * <p> An <i>opaque</i> URI is an absolute URI whose scheme-specific part does
90 * <p> A <i>hierarchical</i> URI is either an absolute URI whose
126 * <p> The path component of a hierarchical URI is itself said to be absolute
128 * relative. The path of a hierarchical URI that is either absolute or
129 * specifies an authority is always absolute.
154 * depends upon the type of the URI being represented. An absolute URI has a
204 * Resolution of both absolute and relative URIs, and of both absolute an
1987 resolvePath(String base, String child, boolean absolute) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java2291 float absolute = Float.valueOf(value).floatValue();
2293 lv.span = absolute;
2300 // PENDING: currently, we only support absolute values and
2364 /** Either the absolute value (percentage == false) or

Completed in 208 milliseconds