Searched defs:rw (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/test/java/lang/ref/ |
H A D | Basic.java | 38 static Reference rw, rw2, rp, rp2; field in class:Basic 66 System.err.println("References: W " + rw.get() 88 rw = new WeakReference(s, q);
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | compactingPermGenGen.hpp | 115 rw = 1, // read-write shared space in the heap enumerator in enum:CompactingPermGenGen::__anon253
|
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/ |
H A D | BorderedComponent.java | 505 int rx, int ry, int rw, int rh) { 507 int x2 = Math.min(rx + rw, dest.x + dest.width); 504 computeIntersection(Rectangle dest, int rx, int ry, int rw, int rh) argument
|
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/ |
H A D | PixelToParallelogramConverter.java | 294 double rw, double rh) 305 dx1 *= rw; 306 dy1 *= rw; 322 outrenderer.fillParallelogram(sg2d, rx, ry, rx+rw, ry+rh, 328 double rw, double rh, 345 dx1 *= rw; 346 dy1 *= rw; 370 rx, ry, rx+rw, ry+rh, 375 rx, ry, rx+rw, ry+rh, 292 fillRectangle(SunGraphics2D sg2d, double rx, double ry, double rw, double rh) argument 326 drawRectangle(SunGraphics2D sg2d, double rx, double ry, double rw, double rh, double lw) argument
|
/openjdk7/jdk/src/share/classes/java/io/ |
H A D | RandomAccessFile.java | 64 private boolean rw; field in class:RandomAccessFile 100 * to one of <tt>"r"</tt>, <tt>"rw"</tt>, <tt>"rws"</tt>, or 105 * <tt>"rw"</tt> but the given string does not denote an 111 * or the mode is "rw" and the security manager's 140 * <tr><td valign="top"><tt>"rw"</tt></td> 144 * <td> Open for reading and writing, as with <tt>"rw"</tt>, and also 148 * <td> Open for reading and writing, as with <tt>"rw"</tt>, and also 182 * to one of <tt>"r"</tt>, <tt>"rw"</tt>, <tt>"rws"</tt>, or 187 * with <tt>"rw"</tt> but the given file object does not denote 193 * or the mode is "rw" an [all...] |
Completed in 81 milliseconds