Searched refs:RW (Results 1 - 11 of 11) sorted by relevance
/openjdk7/jdk/src/share/classes/java/nio/ |
H A D | Heap-X-Buffer.java.template | 42 class Heap$Type$Buffer$RW$ 55 Heap$Type$Buffer$RW$(int cap, int lim) { // package-private 68 Heap$Type$Buffer$RW$($type$[] buf, int off, int len) { // package-private 81 protected Heap$Type$Buffer$RW$($type$[] buf, 98 return new Heap$Type$Buffer$RW$(hb, 107 return new Heap$Type$Buffer$RW$(hb, 284 ? (CharBuffer)(new ByteBufferAsCharBuffer$RW$B(this, 290 : (CharBuffer)(new ByteBufferAsCharBuffer$RW$L(this, 335 ? (ShortBuffer)(new ByteBufferAsShortBuffer$RW$B(this, 341 : (ShortBuffer)(new ByteBufferAsShortBuffer$RW [all...] |
H A D | Direct-X-Buffer-bin.java.template | 93 ? ($Type$Buffer)(new ByteBufferAs$Type$Buffer$RW$B(this, 99 : ($Type$Buffer)(new ByteBufferAs$Type$Buffer$RW$L(this, 107 ? ($Type$Buffer)(new Direct$Type$Buffer$RW$U(this, 113 : ($Type$Buffer)(new Direct$Type$Buffer$RW$S(this,
|
H A D | ByteBufferAs-X-Buffer.java.template | 31 class ByteBufferAs$Type$Buffer$RW$$BO$ // package-private 42 ByteBufferAs$Type$Buffer$RW$$BO$(ByteBuffer bb) { // package-private 59 ByteBufferAs$Type$Buffer$RW$$BO$(ByteBuffer bb, 79 return new ByteBufferAs$Type$Buffer$RW$$BO$(bb, -1, 0, rem, rem, off); 83 return new ByteBufferAs$Type$Buffer$RW$$BO$(bb, 199 return new ByteBufferAsCharBuffer$RW$$BO$(bb,
|
H A D | Direct-X-Buffer.java.template | 37 class Direct$Type$Buffer$RW$$BO$ 117 Direct$Type$Buffer$RW$(int cap) { // package-private 172 protected Direct$Type$Buffer$RW$(int cap, long addr, 190 Direct$Type$Buffer$RW$$BO$(DirectBuffer db, // package-private 213 return new Direct$Type$Buffer$RW$$BO$(this, -1, 0, rem, rem, off); 217 return new Direct$Type$Buffer$RW$$BO$(this, 312 Direct$Type$Buffer$RW$$BO$ sb = (Direct$Type$Buffer$RW$$BO$)src; 434 return new DirectCharBuffer$RW$$BO$(this,
|
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/ |
H A D | ParserConstants.java | 43 int RW = 18; field in interface:ParserConstants
|
H A D | JDMAccess.java | 57 if (access == ParserConstants.RW) {
|
H A D | Parser.jjt | 78 | <RW: "read-write"> 176 <RW> {jjtThis.access= RW;}
|
H A D | Parser.jj | 79 | <RW: "read-write"> 314 <RW> {jjtn000.access= RW;}
|
H A D | Parser.java | 245 case RW: 246 jj_consume_token(RW); 247 jjtn000.access= RW;
|
/openjdk7/jdk/make/java/nio/ |
H A D | Makefile | 514 TYPE=byte RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 524 TYPE=char RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 534 TYPE=short RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 544 TYPE=int RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 554 TYPE=long RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 564 TYPE=float RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 574 TYPE=double RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 591 TYPE=byte RW=$* BIN=1 SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 604 TYPE=char RW=$* BO=U SRC=$< DST=$@.temp $(GEN_BUFFER_CMD) 614 TYPE=short RW [all...] |
H A D | genBuffer.sh | 37 # RW Mutability: R(ead only), W(ritable) 42 rw=$RW
|
Completed in 1851 milliseconds