Searched refs:rw (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/
H A DHeap-X-Buffer.java.template32 #if[rw]
34 #else[rw]
39 #end[rw]
49 #if[rw]
52 #end[rw]
56 #if[rw]
62 #else[rw]
65 #end[rw]
69 #if[rw]
75 #else[rw]
[all...]
H A DByteBufferAs-X-Buffer.java.template35 #if[rw]
40 #end[rw]
43 #if[rw]
54 #else[rw]
56 #end[rw]
63 #if[rw]
67 #else[rw]
69 #end[rw]
92 #if[rw]
99 #else[rw]
[all...]
H A DDirect-X-Buffer-bin.java.template32 #if[rw]
50 #end[rw]
53 #if[rw]
61 #else[rw]
63 #end[rw]
67 #if[rw]
70 #else[rw]
72 #end[rw]
76 #if[rw]
79 #else[rw]
[all...]
H A DDirect-X-Buffer.java.template38 #if[rw]
40 #else[rw]
42 #end[rw]
46 #if[rw]
111 #end[rw]
118 #if[rw]
141 #else[rw]
143 #end[rw]
146 #if[rw]
168 #end[rw]
[all...]
/openjdk7/jdk/test/java/io/File/
H A Dbasic.sh35 printf "%s" "xyzzyN" > x.Basic.rw
39 [ -f x.Basic.rw ] && (echo "x.Basic.rw not deleted"; exit 1)
/openjdk7/hotspot/test/runtime/7107135/
H A DTest7107135.sh67 ld -shared -z noexecstack -o libtest-rw.so test.o
76 echo ${TESTJAVA}${FS}bin${FS}java -cp ${THIS_DIR} Test test-rw
77 ${TESTJAVA}${FS}bin${FS}java -cp ${THIS_DIR} Test test-rw
81 echo ${TESTJAVA}${FS}bin${FS}java -cp ${THIS_DIR} Test test-rw
/openjdk7/jdk/make/java/nio/
H A DgenBuffer.sh42 rw=$RW
104 if [ "x$rw" = xR ]; then rwkey=ro; else rwkey=rw; fi
125 -DRW=$rw \
155 -DRW=$rw \
/openjdk7/jdk/test/java/lang/ref/
H A DBasic.java38 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/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java294 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 DRandomAccessFile.java64 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...]
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DClippedImages.java258 int rw = dx2-dx1;
259 if (rw < 0) rw = -rw;
264 g.drawRect(rx-1 ,ry-1, rw+1, rh+1);
/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.cpp172 constMethodHandle rw(THREAD, cm);
173 return mk->allocate(rw, access_flags, CHECK_NULL);
H A DcompactingPermGenGen.hpp115 rw = 1, // read-write shared space in the heap enumerator in enum:CompactingPermGenGen::__anon253
H A DgenerationSpec.cpp119 _read_write_size = mapinfo->space_capacity(CompactingPermGenGen::rw);
H A DcompactingPermGenGen.cpp250 (!mapinfo->map_space(rw, rw_rs, _rw_space)) ||
379 st->print(" rw");
H A Ddump.cpp459 (_read_only ? "ro" : "rw"));
1281 tty->print_cr(fmt, "rw", _rw_space->used(), _rw_space->capacity(),
1318 mapinfo->write_space(CompactingPermGenGen::rw, _rw_space, false);
1333 mapinfo->write_space(CompactingPermGenGen::rw, _rw_space, false);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DVDrawingArea.c175 SetValues(cw, rw, nw, args, num_args)
177 Widget rw;
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java786 int rw = r.width;
788 if (rw <= 0 || rh <= 0 || tw <= 0 || th <= 0) {
795 rw += rx;
800 return ((rw < rx || rw > tx) &&
/openjdk7/corba/make/common/internal/
H A DResources.gmk138 $(CHMOD) a+rw $@
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp402 Rewriter rw(klass, klass->constants(), klass->methods(), CHECK);
409 Rewriter rw(klass, cpool, methods, CHECK);
/openjdk7/jdk/make/common/internal/
H A DResources.gmk142 $(call chmod-file, a+rw)
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java1279 int rw = raster.getWidth();
1281 if (srcX > rw || srcY > rh) {
1285 if (srcX+srcWidth > rw) {
1286 right = rw;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java505 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

Completed in 62 milliseconds